Discover our Resources →
Learn how to protect your Windows PC from malware and other threats.Application Control
Control your PC apps and their behaviors.What’s that .exe?
Is that executable safe, or a threat?SpyShelter PC Protection
Learn how to protect your PC from bad apps.How to prevent Screenshots
Learn how to prevent unauthorized Screenshots.The magic of a WinPE 11 install is customization. The boot image is C:\WinPE_11\media\sources\boot.wim. You can mount this WIM file to add drivers or scripts.
Mount the image:
dism /Mount-Image /ImageFile:"C:\WinPE_11\media\sources\boot.wim" /index:1 /MountDir:"C:\WinPE_11\mount"
Add storage drivers (critical for NVMe or RAID):
dism /Add-Driver /Image:"C:\WinPE_11\mount" /Driver:"C:\Drivers\MyStorageDriver.inf"
Add a custom installation script: Copy your install_windows.bat to the mount directory. winpe 11 install
Commit changes:
dism /Unmount-Image /MountDir:"C:\WinPE_11\mount" /commit
dism /apply-image /imagefile:D:\Win11Setup\sources\install.wim /index:1 /applydir:C:\
(Index 1 = Windows 11 Home/Pro — check with dism /get-imageinfo.)
To successfully execute a WinPE 11 install onto a USB drive, gather the following: The magic of a WinPE 11 install is customization
For a generic recovery USB, use the copype command:
copype amd64 C:\WinPE_11_Build
Note: amd64 refers to 64-bit Intel/AMD processors, not just AMD chips.
This creates the following structure:
To create the USB:
That's it. You have a vanilla WinPE 11 USB. But if you boot this on a modern laptop, you will have no touchpad, no NVMe drive visibility, and no Wi-Fi.

Are you a heavy Terminal user? SpyShelter can be fully controlled from the Windows Terminal. Decide what processes are allowed to run with full application control on your PC, directly from a command line interface. Avoid using our UI at all if you prefer.

Still not convinced? Read 25 reasons PC users LOVE SpyShelter, and why you'll love it too!
Learn more