

Well, I'm well underway with my customisation package and beating it into submission. A lot of the settings have not changed since XP, so a lot of the XP x64 customisation package can be reused. I find myself deploying more and more SSDs, in my not so humble opinion windows 7 without an SSD is a very bad idea. So anyway, harddisk space is limited.
Is there any reason not to extend the windows partition to include the space reserved for the WinPE partition? I was planning on using this:
Code: Alles auswählen
"%SystemRoot%\system32\diskpart.exe" /s "%ScriptPath%\files\extendscript.txt"
Code: Alles auswählen
select disk 0
select partition 1
extend
