September 29, 2008 by
Jason
Get your hands on a USB drive that’s at least 3GB in size. You’ll also need a Windows Vista installation disk.
Format the USB Drive
1. Insert the USB drive into your computer.
2. Right-click Computer in the Start menu and then select Manage.
3. Select Disk Management under Storage in the left column of the Computer Management window.
4. Right-click the USB drive in the bottom center section of the Computer Management window and select Format. Warning: Make sure you select the right disk to format. Formatting a disk will erase all data on it.
5. Change the file system to NTFS and then click OK to format the USB drive.
6. Wait for the USB drive to be formatted. The formatting progress will be shown in the Computer Management window. Read More»
Posted in Windows Vista | 2 Comments »
September 29, 2008 by
Jason
Open up an administrator mode command prompt by right-clicking on the shortcut and choosing Run as Administrator, then type in diskpart to load up the disk partitioning command line tool.
The most important step is to run the following command, which will give you the numbers of the disks, so you can use it in the next command (and not accidentally remove a partition on another drive).
list disk
Now that you know the correct number for the disk, you can use the select disk command, substituting the number 1 for whatever number your flash drive is set to: Read More»
Posted in Windows Vista | 1 Comment »
January 10, 2008 by
Jason
If you have important files that are stored in a particular disk drive (disk partition) that you don’t want to expose it, you can hide it! Windows XP provides a utility to just that. Here is how it goes:
1. Go to Start > Run > Type diskpart
2. A dos window will appear (see below). Then type list volume. Read More»
Posted in Computer, Windows XP | 2 Comments »