Hi all, I am using sysprep to prepare Windows 7 images for deployment. My sysprep images are built in a (VirtualBox) VM. I have recently added a SetupComplete.cmd file to my image, at C:\Windows\Setup\SetupComplete.cmd. It reads: diskpart /S ntfsextend.txt And ntfsextend.txt, also in the same directory, reads: select volume 2 extend exit However, having cloned the sysprepped image to a larger disk, the diskpart script does not seem to be run during setup. The SetupComplete.cmd and ntfsextend.txt files are still there, and when run manually after setup, will correctly expand the partition. Is this a privileges issue or something else?