<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 300*600 -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:600px"
data-ad-client="ca-pub-9252738239260476"
data-ad-slot="2471552747"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
The purpose of this guide is to prepare a USB Flash Drive with the installation files of Windows Vista™ or Windows 7™. Most netbooks do not come with a CD/DVD drive and therefore installing or upgrading to a new operating system is always a challenge. The guide is divided into two parts, the first part talks about the preparation of the Flash Drive and the later talks about how to copy the installation file content on to the Drive for installation.
<!-- 300*600 -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:600px"
data-ad-client="ca-pub-9252738239260476"
data-ad-slot="2471552747"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
The purpose of this guide is to prepare a USB Flash Drive with the installation files of Windows Vista™ or Windows 7™. Most netbooks do not come with a CD/DVD drive and therefore installing or upgrading to a new operating system is always a challenge. The guide is divided into two parts, the first part talks about the preparation of the Flash Drive and the later talks about how to copy the installation file content on to the Drive for installation.
Preparing The USB Flash Drive
1Most Flash Drives available in the market will work. When choosing a drive for the preparation we should remember two key points:
- The Flash Drive should have a decent read/write speed
- The size of the drive should be at least 4GB
2To prepare the USB Flash Drive, we need access to a computer running either Windows Vista™ or Windows 7™. Insert the Flash Drive in the computer and wait for the computer to recognize the drive.
3Click START > All Programs > Accessories
4Right click on Command Prompt and select “Run As Administrator”
5In Command Prompt, type DISKPART
This command will list all of the disks on your system. Be sure to choose the correct disk. For example, If you are using a 4GB flash drive. Select the disk with the size of ~3822MB
[WARNING! ALL DATA ON THE DISK YOU SELECT WILL BE LOST! MAKE SURE TO BACKUP ANY DATA YOU WISH TO KEEP!]
1Type SELECT DISK X [Replace "X" with the appropriate disk number ]
2Type CLEAN [ A successful clean will prompt the message “Diskpart succeeded in cleaning the disk” ]
3Type CREATE PARTITION PRIMARY
4Type SELECT PARTITION 1
5Type ACTIVE
- By following the above step we have just created a USB Flash Drive capable of booting from the system BIOS.
The next step is to copy the files from the Original Windows Vista™ / Windows 7™ disc. Before we copy the content of the disc to the Flash Drive, we have to make sure that the drive is ready to accept files. In the same Command Prompt that we have used in the previous step, type the following commands
- 1
- Type FORMAT FS=NTFS QUICK [ When it reaches 100% you are ready to move to the next step ]
- Type ASSIGN
- Type EXIT to get out of DISKPART Command Utility
2Now your Flash Drive is ready for the files. Insert your Windows disc into your drive. In my case, my Disc Drive is I: drive and my FLASH Drive is J:
3Type XCOPY I:\*.* /S/E/F J:\ [ This Command needs to be typed in the same Command Prompt that we have left open after Diskpart.
- If your Drive letters are correct, after several minutes you will get a message saying the numbers of files successfully copied to your FLASH DRIVE
www.wikihow.com
0 comments:
Post a Comment