How to create a Windows rescue USB stick

How to create a Windows rescue USB stick
By default, Windows 7 gives you the option to create a system repair disc

Anyone who's been on the receiving end of a PC disaster can testify to the pain that they can cause, and recovering from a major crash can be a long and difficult process.

The beauty of Windows is that it can be fixed with an installation disc, which can work all kind of wonders with your PC - just stick it in your optical drive and reboot your machine.

diskpart

Whichever method you choose, you'll need to download an ISO disc image. To begin, go to here and download the appropriate image for your system. You'll need to use a torrent program to download the ISO, but it's fast and legal.

It's now time to start turning your CD image into a USB repair tool. First, you need a USB flash drive that you're prepared to format. The ISO file is only 100MB, so an ordinary 512MB stick will be fine.

Connect it to your PC, then click 'Start' and type cmd into the Search box. Right-click on the icon and select 'Run as administrator'. Once the command prompt has opened, you can use its partitioning tool to turn your bog standard USB drive into a powerful rescue disk.

First, type diskpart into the prompt and press [Enter], which will enable the process.

Next, type list disk to get a list of all available disks. They will be listed in numerical order, showing every partition, CD, USB connection and eSATA currently connected.

Being DOS, it will neglect to call these partitions by their assigned name, so put your detective cap on and choose the disk that's the right size.

Next, select the USB key by typing select disk #, where the hash is the appropriate number for your USB drive. The next step is to format the USB key so that Windows will recognise it as a bootable recovery disc.

To do this, first type clean into the command prompt, then press [Enter] and your USB stick will be prepared for use. Next, type create partition primary, hit [Enter] and type select partition 1, followed by active. This process slowly readies your USB stick for action, but there's a little way to go yet.