Skip to content

Instantly share code, notes, and snippets.

@oldaccofpronoy2108
Last active September 13, 2021 04:41
Show Gist options
  • Save oldaccofpronoy2108/73244a2453bdc109c88957faafeceb8a to your computer and use it in GitHub Desktop.
Save oldaccofpronoy2108/73244a2453bdc109c88957faafeceb8a to your computer and use it in GitHub Desktop.
Install Windows 11 Anywhere (also works on old computers)

Instructions

  1. Windows 11 Image Installer Script - Get it here or the premade image (.iso). (Run the script & after sometime you can find the image) (This has Windows 11 Pro+Teams+Home)

  2. Burn Windows 10 to a flash drive using Rufus If your boot mode is Legacy, use an MBR partition scheme.

or use GPT as your partition scheme if your boot mode is UEFI.

Or extract it to a folder named Windows10

  1. Once the Windows 11 Image is downloaded, open the flash drive where you burned Windows 10 in the File Explorer. Navigate to the sources folder inside.

  2. Open Powershell as Administrator & enter: dism /Get-WimInfo /WimFile:S:\Windows11\sources\install.wim

Note: Replace path after /WimFile with the path where you have downloaded it.

##This is for converting install.wim to install.esd
dism /Export-Image /SourceImageFile:install.wim /SourceIndex:1 /DestinationImageFile:install.esd /Compress:recovery /CheckIntegrity

Note: This command will use a lot of your system's resources but eventually, you will obtain install.esd which you can copy to your flash drive.

Or just download either one of these:

install.esd

Open it with Transmission-Qt & copy them to your flash drive.

Alternate Instructions

  1. Extract Windows11 to a folder or burn it a flash drive & then copy appraiser.dll from Windows 10 to Windows 11.

Optional Things

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment