Install windows 11 v22H2 on any partition using WinPE bootable USB by typing a few commands.


E

e4rr0o

Guest
1) Install ADK and PE add on for windows 11.
2) Make bootable WinPE by using copype and MakeWinPEMedia commands with powershell(run as administrator) as below:
C:\program files (x86) \Windows Kits\10\Assessment and Deployment Kit\Deployment Tools>copype amd64 c:\WinPE_amd64_PS
C:\program files (x86) \Windows Kits\10\Assessment and Deployment Kit\Deployment Tools>MakeWinPEMedia /UFD C:\WinPE_amd64_PS T:
T: is usb drive used to make WinPE bootable.
3) Create 10 GB partition on your pc hard disk. (NTFS). Copy all contents of mounted iso of Windows 11 to this drive.Also keep ready BypassTPMCheckSecureBoot.reg in this partition. Suppose letter is O: for 10 GB partition.
4) Create a new folder (Empty) name it as you like , I call it My Mounted Drive, location is C: drive.
5) Now boot from WinPE usb bootable drive just created.
6) You get
X:\Windows\System32>Diskpart (Press Enter)
DISKPART> list volume
Here C: partition on hard disk appears to be I: (Volume 5)
and O: partition appears to be G: (Volume 4)
7) DISKPART> select volume 4
volume 4 is the selected volume.
8) DISKPART>assign mount="H:\My Mounted Drive"
Diskpart successfully assigned the drive letter or mount point.
8) DISKPART>exit
9) x:\windows\system32>I:
10) I:\> cd My Mounted Drive>BypassTPMCheckSecureBoot.reg (press enter)( not case sensitive, you can type as bypasstpmsecureboot.reg)
Registry will be modified. Click Yes.
11) I:\>cd My Mounted Drive\sources
12)I:\My Mounted Drive\sources>ren appraiserres.dll appraiserres.dll.old

13) H:\My Mounted Drive>sources>notepad (press enter)
Click File> blank>Save as(select file type All) appraiserres.dll
Blank 0 kb file saved in sources as appraiserres.dll
14) I:\My Mounted Drive> cd.. (press enter)
15. )I:\My Mounted Drive>setup ( press enter)
Now setup starts, click Next and install windows 11 on desired partition without any requirements.
 
Windows Build/Version
Windows 11 21H2 OS Build 22000.978

My Computer

Please see the images.
 

Attachments

  • IMG-20220925-WA0001.jpg
    IMG-20220925-WA0001.jpg
    100.2 KB · Views: 7
  • IMG-20220925-WA0000.jpg
    IMG-20220925-WA0000.jpg
    92.5 KB · Views: 8

My Computer

Hey e4rr0o,

Showing gratitude is important in online communities. Use the "like" button to appreciate helpful content. This motivates people to keep sharing knowledge. A "like" gives 1 point, "Helpful" gives 5 points, and "Great support" gives 10 points for exceptional help.

Back
Top Bottom