- diskpart
- list disk (find the disk number for the removable media)
- select disk #
- clean
- create partition primary
- select partition 1
- active
- format fs=fat32
- assign letter=y (or any free drive letter)
- exit
Once that is complete mount the ISO and run the following command.
xcopy x:\*.* /s/e/f y:\
Where “x” is the drive letter of the mounted ISO. Once complete boot off the device and install the OS. When a new Windows 7 or 2008 R2 build is released, simply delete the contents, rerun the xcopy command and you are ready to go again.
No comments:
Post a Comment