Difference between revisions of "Creating a windows 7 installation USB"

From Teknologisk videncenter
Jump to: navigation, search
(New page: Open commandopromt and write the following commands. '''DISKPART''' '''LIST DISK''' (Shows all your disks) '''SELECT DISK 1''' (Replace “1” with the disk number you want) '''CLEAN''' '...)
 
Line 1: Line 1:
 
Open commandopromt and write the following commands.
 
Open commandopromt and write the following commands.
'''DISKPART'''
+
 
'''LIST DISK''' (Shows all your disks)
+
'''DISKPART'''  
'''SELECT DISK 1''' (Replace “1” with the disk number you want)
+
 
'''CLEAN'''
+
'''LIST DISK''' (Shows all your disks)  
'''CREATE PARTITION PRIMARY'''
+
 
'''SELECT PARTITION 1'''
+
'''SELECT DISK 1''' (Replace “1” with the disk number you want)  
'''ACTIVE'''
+
 
'''FORMAT FS=NTFS''' (“FORMAT FS=NTFS QUICK” for quick format)
+
'''CLEAN'''  
'''ASSIGN'''
+
 
'''EXIT'''
+
'''CREATE PARTITION PRIMARY'''  
'''D:''' (Where “D” is your windows 7 cd)
+
 
'''CD BOOT'''
+
'''SELECT PARTITION 1'''  
'''BOOTSECT.EXE /NT60 H:''' (Where “H” is your USB drive letter)
+
 
 +
'''ACTIVE'''  
 +
 
 +
'''FORMAT FS=NTFS''' (“FORMAT FS=NTFS QUICK” for quick format)  
 +
 
 +
'''ASSIGN'''  
 +
 
 +
'''EXIT'''  
 +
 
 +
'''D:''' (Where “D” is your windows 7 cd)  
 +
 
 +
'''CD BOOT'''  
 +
 
 +
'''BOOTSECT.EXE /NT60 H:''' (Where “H” is your USB drive letter)  
 +
 
 
Now just copy Windows 7 DVD contents to the USB.
 
Now just copy Windows 7 DVD contents to the USB.

Revision as of 16:26, 28 October 2010

Open commandopromt and write the following commands.

DISKPART

LIST DISK (Shows all your disks)

SELECT DISK 1 (Replace “1” with the disk number you want)

CLEAN

CREATE PARTITION PRIMARY

SELECT PARTITION 1

ACTIVE

FORMAT FS=NTFS (“FORMAT FS=NTFS QUICK” for quick format)

ASSIGN

EXIT

D: (Where “D” is your windows 7 cd)

CD BOOT

BOOTSECT.EXE /NT60 H: (Where “H” is your USB drive letter)

Now just copy Windows 7 DVD contents to the USB.