You are on page 1of 2

REM: INSTRUCTIONAL MANUAL v1.

1
4/23/2010
:::INSTALLING WIN7 FROM USB/WIN7RECOVERY:::::::::::::::::
In command line type:
DISKPART
::REMARK START:::::::::::::::::::::::::::::::::::::::::::
It should now look like this: DISKPART>
Type the commands pressing enter after each command:
::REMARK END:::::::::::::::::::::::::::::::::::::::::::
::COMANDS START:::
LIST DISK
::REMARK START:::::::::::::::::::::::::::::::::::::::::::
::Lists disks note the number given to the flash drive:::
EXAMPLE:
DISK ### STATUS SIZE FREE DYN GPT
-------- ------ ------ -------- --- ---
DISK 0 ONLINE 250 GB 6540 KB
DISK 1 ONLINE 4 GB 1954 MB
DISK 2 ONLINE 15 GB 15 GB
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::: Assume 15GB is the one you want to mod :::::::::::
:::::: THE REST IS RELATIVE TO DISK ### and :::::::::::
:::::: to the Partition you want to MOD :::::::::::
:::::: REMARK END::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::COMMANDS CONTINUE::
SELECT DISK 2
clean
create partition primary
select partition 1
active
format fs=NTFS
assign
exit
::REMARK START:::::::::::::::::::::::::::::::::::::::::::
TO COPY TO USE TO INTALL AND REPAIR WIN7 TYPE FOLLOWING
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::WARNING USES APROX 2.43 GB::::::::::::::::::::::::::
::::: Replace D: with CD/DVD drive letter :::::::::::::::
::::: Repalce x: with flash drive's :::::::::::::::
:::::REMARK END::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::
xcopy D:*.* /s/e/f X:

::REMARK START:::::::::::::::::::::::::::::::::::::::::::
TO COPY JUST FOR WIN7 RECOVERY ENTER FOLLOWING INSTEAD
:::::WARNING USES APROX 142 MB ::::::::::::::::::::::::::
:::::REMARK END::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Xcopy D:\bootmgr /s/e/f X:
X:
MD sources
xcopy D:\sourses\boot.wim /s/e/f x:\srouces\
X:
MD boot
xcopy D:\boot\bcd /s/e/f x:\boot\
xcopy D:\boot\boot.sdi /s/e/f x:\boot\
xcopy D:\bootfix.bin /s/e/f x:\boot\

::::::::::::::FINAL COMMENT :::::::::::::::::::::::::::::


:::::: REMEMBER FIXMBR AND ALL THAT IS NOW PART OF ::::::
:::::: BOOTREC.exe ...............................::::::
::::::::::::::::::::::::::DONE:::::::::::::::::::::::::::

EDIT: 4/26/2010
Correction TO COPY ALL FILES AND ATTRIBUTES (CLONE SOURCE / The only thing dont
copy is MBR)
Legend: S= Source Drive letter D= Destination drive letter
xcopy S:\*.* /E/S/F/H/G/K/O/Y/J/C D:\
This manual is also useful for making porable windows.
Basically copy CD or DVD to USB/Portable drive and make it bootable.

You might also like