If nobody minds..I'd like to add that... the best way to deal with that partition, is to not let it get created in first place. (This is my preference).
Evidently its a bitlocker partition. (And who uses that anyway??
The idea is to create your partition and make it active thus preventing the install process from doing it on its own and forcing the extra 100mb'er.
To do this during install...when you get to the first screen slap SHFT+F10. You'll get the command line.
Do the following...
- Diskpart
- List disk
(Determine where your installing the OS)
- select disk 0
(assuming its the drive your installing to)
- clean
- create partition primary
(use SIZE= if you want to set a specific size..otherwise omit to use the full capacity)
- select partition 1
- active
- format fs=ntfs quick
- quit
- exit
Continue install.
When you get to the Drive screen, select the existing partition you created to install windows.
No more irritating 100MB leftover.
