Forums
IT Daily Life :: Forums :: IT Daily Life :: I.T. Discussion
 
<< Previous thread | Next thread >>
How to create a bootable Windows Vista / Windows 7 USB stick
Moderators: Administrator, Nucleus
Author Post
Nucleus
Fri May 28 2010, 03:16AM

Registered Member #2
Joined: Fri May 28 2010, 02:27AM

Posts: 5
First of all you need Windows Vista or Windows 7 to do this. Plug in your USB and run the following commands. Keep in mind that this will erase all data on your USB.

DISKPART
LIST DISK
SELECT DISK 1 (Assuming 'list disk' listed your USB as 'disk 1')
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS
ASSIGN
EXIT

After finishing all the commands, all you have to do is copy your Windows Vista / Windows 7 files on the USB.

Now you can just plug it in your computer, boot from it and the installation process will start.
Back to top
 

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System