<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows on Madhusudan Upadhyay — ICT Support Executive | Microsoft 365 &amp; Endpoint Management</title><link>https://madhusudanupadhyay.com.np/categories/windows/</link><description>Recent content in Windows on Madhusudan Upadhyay — ICT Support Executive | Microsoft 365 &amp; Endpoint Management</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 09 May 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://madhusudanupadhyay.com.np/categories/windows/index.xml" rel="self" type="application/rss+xml"/><item><title>Bypass Microsoft Account Setup in Windows 11</title><link>https://madhusudanupadhyay.com.np/knowledge/bypassing-microsoft-account-setup-windows11/</link><pubDate>Fri, 09 May 2025 00:00:00 +0000</pubDate><guid>https://madhusudanupadhyay.com.np/knowledge/bypassing-microsoft-account-setup-windows11/</guid><description>&lt;p&gt;Windows 11 pushes hard toward Microsoft accounts during setup. But plenty of us still need local accounts: for privacy, lab machines, or plain organizational policy. The &lt;code&gt;start ms-cxh:localonly&lt;/code&gt; command gets you there. Below: what it does, how to use it step by step, and where it falls short.&lt;/p&gt;</description></item><item><title>Robocopy: Reliable File Copying Utility</title><link>https://madhusudanupadhyay.com.np/knowledge/robocopy-reliable-file-copying/</link><pubDate>Tue, 07 May 2024 00:00:00 +0000</pubDate><guid>https://madhusudanupadhyay.com.np/knowledge/robocopy-reliable-file-copying/</guid><description>&lt;p&gt;Robocopy (Robust File Copy) is Microsoft&amp;rsquo;s command-line directory replication tool, built into Windows since Vista/Server 2008. It replaces xcopy with superior reliability, resume capability, and advanced features for enterprise file operations.&lt;/p&gt;
&lt;h2 id="why-robocopy"&gt;Why Robocopy?&lt;/h2&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Feature&lt;/th&gt;
 &lt;th&gt;xcopy&lt;/th&gt;
 &lt;th&gt;Robocopy&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Resume on failure&lt;/td&gt;
 &lt;td&gt;❌&lt;/td&gt;
 &lt;td&gt;✅&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Multi-threaded&lt;/td&gt;
 &lt;td&gt;❌&lt;/td&gt;
 &lt;td&gt;✅ (/MT)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Mirror directories&lt;/td&gt;
 &lt;td&gt;Limited&lt;/td&gt;
 &lt;td&gt;✅ (/MIR)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;File attributes&lt;/td&gt;
 &lt;td&gt;Basic&lt;/td&gt;
 &lt;td&gt;Full preservation&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Retry logic&lt;/td&gt;
 &lt;td&gt;None&lt;/td&gt;
 &lt;td&gt;Configurable&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Logging&lt;/td&gt;
 &lt;td&gt;Minimal&lt;/td&gt;
 &lt;td&gt;Comprehensive&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;UNC/Long paths&lt;/td&gt;
 &lt;td&gt;Problematic&lt;/td&gt;
 &lt;td&gt;Native support&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Bandwidth throttling&lt;/td&gt;
 &lt;td&gt;❌&lt;/td&gt;
 &lt;td&gt;✅ (/IPG)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="essential-syntax"&gt;Essential Syntax&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#e6edf3;background-color:#0d1117;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-cmd" data-lang="cmd"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;robocopy &amp;lt;Source&amp;gt; &amp;lt;Destination&amp;gt; [&amp;lt;File&amp;gt;[ ...]] [&amp;lt;Options&amp;gt;]
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Key concept&lt;/strong&gt;: Robocopy works with &lt;em&gt;directories&lt;/em&gt;, not individual files. Source and destination are folder paths.&lt;/p&gt;</description></item><item><title>The App Management on Windows 11</title><link>https://madhusudanupadhyay.com.np/knowledge/app-management-windows11/</link><pubDate>Sun, 07 Aug 2022 00:00:00 +0000</pubDate><guid>https://madhusudanupadhyay.com.np/knowledge/app-management-windows11/</guid><description>&lt;p&gt;Windows 11 modernizes application management with a redesigned Settings interface, improved Microsoft Store, and the winget package manager for command-line automation.&lt;/p&gt;
&lt;h2 id="settings--apps-interface"&gt;Settings &amp;gt; Apps Interface&lt;/h2&gt;
&lt;h3 id="installed-apps-settings--apps--installed-apps"&gt;Installed Apps (Settings &amp;gt; Apps &amp;gt; Installed apps)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Sort by&lt;/strong&gt;: Name, Date, Size&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Filter by&lt;/strong&gt;: Drive, All apps&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Actions per app&lt;/strong&gt; (three-dot menu):
&lt;ul&gt;
&lt;li&gt;Move (if supported)&lt;/li&gt;
&lt;li&gt;Modify (repair/change)&lt;/li&gt;
&lt;li&gt;Uninstall&lt;/li&gt;
&lt;li&gt;Advanced options (terminate, repair, reset, permissions)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="default-apps-settings--apps--default-apps"&gt;Default Apps (Settings &amp;gt; Apps &amp;gt; Default apps)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Set defaults by file type&lt;/strong&gt; - &lt;code&gt;.pdf&lt;/code&gt;, &lt;code&gt;.jpg&lt;/code&gt;, &lt;code&gt;.html&lt;/code&gt;, etc.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Set defaults by link type&lt;/strong&gt; - &lt;code&gt;mailto:&lt;/code&gt;, &lt;code&gt;http:&lt;/code&gt;, &lt;code&gt;ftp:&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Choose defaults by app&lt;/strong&gt; - Select app &amp;gt; see all associations&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="startup-apps-settings--apps--startup"&gt;Startup Apps (Settings &amp;gt; Apps &amp;gt; Startup)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Toggle per-app startup behavior&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Impact indicators&lt;/strong&gt;: High/Medium/Low/None&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Startup folder locations&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;User: &lt;code&gt;shell:startup&lt;/code&gt; (&lt;code&gt;%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;All Users: &lt;code&gt;shell:common startup&lt;/code&gt; (&lt;code&gt;%ProgramData%\Microsoft\Windows\Start Menu\Programs\Startup&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="microsoft-store"&gt;Microsoft Store&lt;/h2&gt;
&lt;h3 id="store-app-management"&gt;Store App Management&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Library&lt;/strong&gt; - Owned apps, updates, downloads&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Automatic updates&lt;/strong&gt; - On by default (Settings &amp;gt; App updates)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Offline licenses&lt;/strong&gt; - For enterprise/offline deployment&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="store-for-businesseducation-deprecated"&gt;Store for Business/Education (Deprecated)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Replaced by &lt;strong&gt;Microsoft Intune&lt;/strong&gt; for app deployment&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Win32 app packaging&lt;/strong&gt; - MSIX format for Store/Intune distribution&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="winget---windows-package-manager"&gt;winget - Windows Package Manager&lt;/h2&gt;
&lt;h3 id="installation"&gt;Installation&lt;/h3&gt;
&lt;p&gt;Built into Windows 11 (App Installer). Update via Store or:&lt;/p&gt;</description></item><item><title>Creating Bootable USB Drive of Windows 11 on Any PC</title><link>https://madhusudanupadhyay.com.np/knowledge/creating-bootable-usb-windows11/</link><pubDate>Thu, 04 Aug 2022 00:00:00 +0000</pubDate><guid>https://madhusudanupadhyay.com.np/knowledge/creating-bootable-usb-windows11/</guid><description>&lt;p&gt;Creating a Windows 11 bootable USB is straightforward with several methods available. This guide covers all approaches including the official tool, third-party utilities, and command-line methods.&lt;/p&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;USB Drive&lt;/strong&gt;: 8 GB minimum (16 GB recommended)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Windows 11 ISO&lt;/strong&gt; or internet connection for Media Creation Tool&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Target PC&lt;/strong&gt;: Check compatibility (see bypass section for unsupported hardware)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="method-1-media-creation-tool-official-easiest"&gt;Method 1: Media Creation Tool (Official, Easiest)&lt;/h2&gt;
&lt;h3 id="steps"&gt;Steps&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Download&lt;/strong&gt; from &lt;a href="https://www.microsoft.com/software-download/windows11"&gt;Microsoft Windows 11 Download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Run&lt;/strong&gt; &lt;code&gt;MediaCreationToolW11.exe&lt;/code&gt; as Administrator&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Accept&lt;/strong&gt; license terms&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Select&lt;/strong&gt; &amp;ldquo;Create installation media for another PC&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Choose&lt;/strong&gt;: Language, Edition (Windows 11), Architecture (64-bit)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Select&lt;/strong&gt; &amp;ldquo;USB flash drive&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Choose&lt;/strong&gt; your USB drive&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Wait&lt;/strong&gt; for download and creation (~10-30 min)&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="advantages"&gt;Advantages&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Official Microsoft tool&lt;/li&gt;
&lt;li&gt;Always latest version&lt;/li&gt;
&lt;li&gt;Handles drivers automatically&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="limitations"&gt;Limitations&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Requires internet&lt;/li&gt;
&lt;li&gt;No customization options&lt;/li&gt;
&lt;li&gt;TPM 2.0/Secure Boot enforced&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="method-2-rufus-advanced-recommended"&gt;Method 2: Rufus (Advanced, Recommended)&lt;/h2&gt;
&lt;h3 id="download"&gt;Download&lt;/h3&gt;
&lt;p&gt;&lt;a href="https://rufus.ie/"&gt;Rufus&lt;/a&gt; - Portable, no installation required&lt;/p&gt;</description></item><item><title>How to Install Windows 10</title><link>https://madhusudanupadhyay.com.np/knowledge/how-to-install-windows10/</link><pubDate>Sun, 26 Jul 2020 00:00:00 +0000</pubDate><guid>https://madhusudanupadhyay.com.np/knowledge/how-to-install-windows10/</guid><description>&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;USB Drive&lt;/strong&gt;: 8 GB minimum&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Windows 10 ISO&lt;/strong&gt; or internet for Media Creation Tool&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Product Key&lt;/strong&gt; (or install without for trial)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Backup&lt;/strong&gt; important data first&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="step-1-create-bootable-usb"&gt;Step 1: Create Bootable USB&lt;/h2&gt;
&lt;h3 id="option-a-media-creation-tool-official"&gt;Option A: Media Creation Tool (Official)&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Download from &lt;a href="https://www.microsoft.com/software-download/windows10"&gt;Microsoft Windows 10 Download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;MediaCreationTool.exe&lt;/code&gt; as Administrator&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&amp;ldquo;Create installation media for another PC&amp;rdquo;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select: Language, Edition (Windows 10), Architecture (64-bit)&lt;/li&gt;
&lt;li&gt;Choose &lt;strong&gt;USB flash drive&lt;/strong&gt; → Select drive → &lt;strong&gt;Next&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Wait for download &amp;amp; creation (~10-30 min)&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="option-b-rufus-advanced"&gt;Option B: Rufus (Advanced)&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Download &lt;a href="https://rufus.ie/"&gt;Rufus&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Select USB → Select Windows 10 ISO&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Partition&lt;/strong&gt;: GPT (UEFI) or MBR (Legacy)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;File System&lt;/strong&gt;: NTFS&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Start&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="step-2-boot-from-usb"&gt;Step 2: Boot from USB&lt;/h2&gt;
&lt;h3 id="biosuefi-settings"&gt;BIOS/UEFI Settings&lt;/h3&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Setting&lt;/th&gt;
 &lt;th&gt;Value&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Boot Mode&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;UEFI (recommended) or Legacy/CSM&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Secure Boot&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;Enabled (UEFI)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Boot Order&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;USB first&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Fast Boot&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;Disabled&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="boot-process"&gt;Boot Process&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Insert USB → Restart PC&lt;/li&gt;
&lt;li&gt;Press boot key (F12, F11, F8, Esc, Del - varies by manufacturer)&lt;/li&gt;
&lt;li&gt;Select USB drive → Enter&lt;/li&gt;
&lt;li&gt;Windows Setup loads → &lt;strong&gt;Next&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="step-3-installation"&gt;Step 3: Installation&lt;/h2&gt;
&lt;h3 id="1-language--region"&gt;1. Language &amp;amp; Region&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Language: &lt;strong&gt;English (United States)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Time format: &lt;strong&gt;English (United States)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Keyboard: &lt;strong&gt;US&lt;/strong&gt; → &lt;strong&gt;Next&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="2-install-now"&gt;2. Install Now&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Click &lt;strong&gt;Install now&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="3-product-key"&gt;3. Product Key&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enter key &lt;strong&gt;OR&lt;/strong&gt; click &lt;strong&gt;&amp;ldquo;I don&amp;rsquo;t have a product key&amp;rdquo;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select edition: &lt;strong&gt;Windows 10 Home&lt;/strong&gt; or &lt;strong&gt;Pro&lt;/strong&gt; → &lt;strong&gt;Next&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="4-license-terms"&gt;4. License Terms&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;✅ &lt;strong&gt;I accept&lt;/strong&gt; → &lt;strong&gt;Next&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="5-installation-type"&gt;5. Installation Type&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Custom: Install Windows only (advanced)&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="6-drive-selection"&gt;6. Drive Selection&lt;/h3&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Scenario&lt;/th&gt;
 &lt;th&gt;Action&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Clean install (new SSD/HDD)&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;Select &lt;strong&gt;Unallocated Space&lt;/strong&gt; → &lt;strong&gt;New&lt;/strong&gt; → &lt;strong&gt;Apply&lt;/strong&gt; → Creates System Reserved + Primary&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Replace existing Windows&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;Select each partition → &lt;strong&gt;Delete&lt;/strong&gt; → &lt;strong&gt;Unallocated Space&lt;/strong&gt; → &lt;strong&gt;New&lt;/strong&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Dual boot&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;Select free space → &lt;strong&gt;New&lt;/strong&gt; → Don&amp;rsquo;t touch other OS partitions&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;⚠️ &lt;strong&gt;Warning&lt;/strong&gt;: Deleting partitions destroys data. Backup first!&lt;/p&gt;</description></item></channel></rss>