What is Windows PE

Windows PE is not an operating system you can use it as the standard one. One should only use it to deploy and recover. Even though it’s lightweight, you will not be able to use it also as an embedded OS. Microsoft had made sure that PE will stop running after 72 hours of continuous use. When you start it again, all changes will be lost including registry changes. If you want to have something permanent, you will need to mount and customize it.

What can you do with Windows PE

Since you can do all these, it is evident that Windows PE does support a lot of features of the OS. It includes batch files, scripts, applications including Win32, generic drivers, networking protocols such as TCP/IT, NetBIOS over TCP/IP via LAN. It also supports  NTFS, DiskPart tool, and BCD Boot. When it comes to security, you can use BitLocker, TPM, Secure Boot, and others. Lastly, you can also use VHD, mouse integration, etc. which allows PE to run in a hypervisor. However, there is no support for Terminal, Network domain, Remote desktop, MSI extension, 64bit over 32 bit and adding app packages through DISM.

Windows PE Size Limitations

Since Windows PE installation uses FAT 32, it creates a limitation. You can use a  maximum 4GB file size and maximum 32GB drive size. Even if you have a drive of more than 32 GB, it will still use only 32GB space. You can either create multiple partitions in the USB drive or use a separate USB for the image or use the image from a network location.

Where can you download Windows PE

At the minimum, you will need 512 MB of RAM, i.e., no hard disk required. But you will need RAM disk boot which can hold the entire Windows PE image. Also note that 32-bit Windows PE works with 32-bit UEFI and BIOS PCs, and 64-bit BIOS PCs while 64-bit Windows PE can boot 64-bit UEFI and BIOS PCs. Starting with the Windows 10 October Update; Windows is now an add-on to the Windows Assessment and Deployment Kit. You’ll have to create a bootable WinPE USB flash drive, CD, DVD, or virtual hard drive. The files you need to develop WinPE media are included in the Winpe Add-on to the Windows Assessment and Deployment Kit. To create WinPE media, you’ll have to install the ADK with the Deployment tools option and then install the WindowsPE addon kit. For those still on a version before Windows 10 1809, i.e., 1803 or earlier, you will have to use Windows ADK where WinPE is available. During installation, select features of deployment tool and files of the Windows Preinstallation Environment. You can read more about it on microsoft.com. Now read: What is Windows RE?