3
September , 2010
Friday

IT self care

The place for everything IT – tutorials and latest news from the industry

First of all you need to determine which type of video card you need for ...
EVGA Classified SR-2, the absolute ultimate for the extreme user. It takes everything that made ...
Entering the memory market in August 2000, OCZ Technology was built around the determination to ...
Installing a processor can be tricky and frustrating, specially if it's your first time doing ...
Founded in 1986, D-Link is a global leader in the design, manufacture and marketing of ...
A-DATA®, the worldwide leader in DRAM memory and Flash application products, introduced its USB 3.0-ready ...
As digital content, such as music, video, photos and games, becomes more integrated into everyday ...

Windows 7 on USB stick

Posted by admin On July - 8 - 2009 ADD COMMENTS

For this you will need a legit copy of Windows 7 and one USB stick big enough to copy Windows install kit on it. First of all you need to format the USB stick as NTSF file system. By default, all USB sticks come as FAT32 so you will need to format them as NTFS. If you go in Windows Explorer and try to format as NTFS file system, you will find that this option isn’t there at all. For this you have to go to Device Manager -> Disk Drives and right click on USB. A new windows will appear then go to Policies tab and chose Best Performance. Click OK then you will see that the option to format the USB stick as NTFS will show up.Windows 7 on USB stick

Setting up a bootable USB is as easy as this… On our case F: is the DVD drive with Windows 7 DVD and G: is the USB drive. Replace those letters with your own. For comparison purposes I left the entire process un-edited so you can see where it pauses. If your PC seems to freeze, don’t worry… some files are larger than others and all of them need to be copied. After you formatted the USB stick  as NTFS file system, open command prompt (RUN – cmd) and type the following:

xcopy F: G: /e /h

G:

cd boot

bootsect /nt60 G:

That’s all!!