How to Avoid Reserved or Hidden Partition in Windows 8

windows8

There is a hidden partition created by default in Windows 8. This can be very frustrating, especially for IT administrators who are working with capturing and deploying images with Sysprep and ImageX. The boot files needed for Windows 8 to boot correctly are stored on this 2nd hidden partition. This will show you how to install Windows 8 on one partition.

Step 1

First, there is no way to simply delete this hidden 100MB partition in Windows 8; you simply have to reformat. So the first step is to backup your data and boot to the Windows 8 Install CD. (To boot to CD, restart your computer and normally it will be either DEL, F12, or ESC key to select CD-ROM drive, and boot to it)

Step 2

Once you are up to the Windows 8 screen, you will need to select “Repair Your Computer” option. Or you can use the hotkey SHIFT+F10.

Step 3

Next you will need to select “Command Prompt”.

Step 4

In Command Prompt we are going to reformat your hard drive in a certain way so the 2nd partition doesn’t automatically get created when you install Windows 8. Here are the commands:

Diskpart
List Disk (You might have more than one hard drive)
Select Disk 0 (By default your main boot drive will be disk 0, check it)
Clean
Create Partition Primary
Select Partition 1
Active
Format FS=NTFS Quick
Exit

Step 5

Then simply walk through installing Windows 8 as you would normally. This time the setup will not create the 100MB hidden reserved partition.

Incoming search terms:

  • windows 8 hidden partition
  • hidden partition windows 8
  • windows 8 reserved partition
  • show hidden partitions windows 8
  • windows 8 hide partition
  • windows 8 hidden partitions
  • hide partition windows 8
  • windows 8 avoid hidden partition
  • how to show hidden partition in windows 8
  • hidden partitions windows 8

 
  • dmnc_net

    number of partitions depends on BIOS/UEFI boot. I’ve tried install Win8 as virtual machine and I found just 2 partitions but while installing with UEFI – there are 4 partitions. One more partition due to EFI is ok, but why two?