Creating a Windows PE Bootable USB Drive

Windows PE is a light version of Windows that you can startup on just about any computer with many benefits and uses such as:

  • Diagnostics. It’s very handy to have for basic diagnostics on computers that are having issues.
  • Linux Computers. If you have a Dell laptop with Linux OS installed, and the BIOS updates for the computer are only available as Windows .EXE program files, you can startup with Windows PE, install the BIOS updates, and then restart to Linux again.
  • Data Recovery. With a computer that won’t startup because of corrupt system files, you can startup with Windows PE and access the hard drive.

Creating a Windows PE Startup Disk

To create your own bootable Windows PE USB flash drive, follow these instructions.

Install the Windows ADK

Install Windows PE

  1. Start the Deployment and Imaging Tools Environment as an administrator.
  2. Create a working copy of the Windows PE files. Specify either x86, amd64, or arm:
    copype amd64 C:\WinPE_amd64
    
  3. Install Windows PE to the USB flash drive, specifying the drive letter:
    MakeWinPEMedia /UFD C:\WinPE_amd64 F:
    
    Warning
    This command reformats the drive.

Creating a Visual User Interface

The Windows PE boot disk described above starts up to a command prompt. You’ll probably want a familiar user interface. A popular one is FreeCommander.

__________________

Source: Technet.Microsoft.comTechnet.Microsoft.com (12 May 2017)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.