
Quote: Originally Posted by
SIW2
Hi limneos,
I'd be curious to know how to rehide that system partition without using a 3rd party app.
SIW2

Sure... I found it when I wanted it hidden cause I thought its convenient.
here you go.
Run elevated cmd and start diskpart
diskpart>
list disk
(find your disk number with he 200mb hidden partition, your Windows 7 boot disk usually)
diskpart >
select disk 0 (change 0 with your disk no)
diskpart>
list partition (find your 200 mb partition)
diskpart>
select partition 1
diskpart >
remove (don't worry, it doesn't remove the partition , just the letter)
DONE