laptopwiki:guides:os:windows:general:cleaninstall

Windows Clean Installation

For demonstration purposes I will be using a virtual machine while making this guide. This applies to both VMs and physical hardware.

  1. 8GB flash drive or larger
  2. BIOS/boot menu access
  3. Internet Connection
  4. Windows 11 ISO
  5. Windows License
  1. A Microsoft Account
  2. TPM
  3. 8th gen processor or newer
  4. Internet connection during setup
  1. Driver packages for your device
  2. Download drivers for your computer - For desktops, all you really need is the driver for your graphics cards
    1. For Laptops, we recommend you download stuff like audio, wireless, graphics and fingerprint readers in advance
    2. Put these drivers on your install flash drive
  3. Secure Boot enabled
  4. UEFI boot (non CSM) enabled

There are 3 ways to get a Windows ISO

  1. Official from Microsoft
    1. Windows 11 - allows direct ISO download
    2. Windows 10 - you need to use Media Creation Tool to create the ISO
  2. Unofficial - tb.rg-adguard.net
    1. UUPDump, useful if you want to compile a more custom image. Takes very long to compile!
  3. Built in download method in Rufus

Note: If you don't want to use Rufus to create the installer, follow the VM guide at the end of this article.

  1. Open Rufus (this requires Administrator privileges)
  2. Device: Select your flash drive
  3. Boot Selection: Select your ISO
  4. Image Option: Standard Windows Installation
  5. Partition Scheme and Target System - GPT if installing under UEFI (any modern machine), UEFI (non CSM)
    1. MBR for older machines - NOT RECOMMENDED, BIOS (or UEFI-CSM)
  6. Leave everything else as default
    rufus1.jpg
  7. Press Start, a “Windows User Experience” will pop up - Windows 11 Only (skip to step 10 on Windows 10)
  8. Check: - Windows 11 Only - Remove requirement for 4GB+ RAM, Secure Boot and TPM
    1. Remove requirement for Microsoft Account
    2. Disable data collection
    3. Optional: Create a local account with username
  9. Press OK
  10. Press OK to format the flash drive and create the installer
    rufus2.jpg
  11. This will take 2-15 minutes, depending on your flash drive's performance
  1. Turn off your computer
  2. Make sure it isn't connected to the Internet (disconnect Ethernet cable)
  3. Insert the installer flash drive
  4. Turn on the computer and HOLD the boot menu button.
    • This is different on every computer, most often F2, F9 or F12
    • F12 on Lenovo devices (Legions and Thinkpads)
  5. Wait for it to boot into the installer
  1. Select your language (most ISOs only have one option depending on what you downloaded), region and keyboard layout
  2. Click Install Now
  3. If you get a product key prompt, select I don't have a product key
  4. Select your Windows edition
    This screen might not pop up if your device has an OEM Windows license and press Next
  5. Accept the EULA and press Next
  6. Select Custom - Install Windows only
  7. Delete all partitions on the disk you want to use
  8. When you see Drive X Unallocated Space xxxGB select this disk and press Next.
    Required system partitions will be created automatically
  9. Now let Windows installer copy all required files. When it reboots, disconnect the USB drive and let it boot.

Steps 4 - 6 are only necessary on Windows 11

  1. Select your region and press Yes
  2. Select your primary keyboard layout and press Yes
  3. Skip adding a second keyboard layout
  4. When you get to “Lets connect you to a network” menu do the following - Press Shift + F10 to open CMD
    1. Type
 OOBE\BYPASSNRO
  1. The setup will now restart. Go through 1 - 3 again.
  2. Now a button I don't have internet should be visible. Click on it.
  3. Use Continue with Limited Setup
  4. Select your username

Do something basic, Windows will create user folder based on that. Keep it short, no diacritics

  1. On the next page do NOT setup a password.
  2. On the Privacy Settings page untick everything and click Accept
  3. Now let it do its thing.
  4. Now you should be on the desktop
  5. (Optional) Connect your installer flash drive and install all the drivers
  6. Go to Settings - Accounts and set a password for your account
  7. Connect to the internet and let Windows Update to install updates and drivers.

Legion users (aimed at 2021 Legion and newer, older models should also follow), after your installation is finished DO NOT CONNECT TO THE INTERNET

Follow this guide: Setting up a Lenovo Legion without an OS

If your device came with Windows Home and you want to upgrade it to Pro, you can do so without reinstalling.

Often the Windows Installer doesn't even give you the option of what Edition to pick. Upgrading Windows Home to Windows Pro without reinstalling

This often happens when making a Windows 11 VM

  1. Press Shift + F10 to open cmd
  2. Run regedit to open Registry Editor
  3. Navigate to
Computer\HKEY_LOCAL_MACHINE\SYSTEM\Setup
  1. Right click on the Setup folder
  2. Select New - Key
  3. Name this key/folder LabConfig
  4. Right click on LabConfig folder
  5. Select New - DWORD (32-bit) Value
  6. Right click on this new item, select rename and name it BypassTPMCheck
  7. Now double click on BypassTPMCheck and change the value to 1 - Hexadecimal
  8. (Optional)Repeat points 7 - 10 with following DWORDs, all with Value of 1
    1. BypassCPUCheck
    2. BypassRAMCheck
    3. BypassSecureBootCheck
  9. You can also download the .reg file from LaptopWiki CDN and apply it using OBBE Regedit
  1. After you get to the desktop, go to
 Top Bar - Devices - Insert Guest Additions CD
  1. Run the VBoxWindowsAdditions-amd64 (I'm 99% certain you are on 64bit Windows)
  2. Reboot to get basic GPU drivers
  • laptopwiki/guides/os/windows/general/cleaninstall.txt
  • Last modified: 19/03/2023 20:52
  • by dustojnikhummer