Tuesday, November 14, 2006

Keyboard Shortcuts

Bypass CD or CD-ROM autoplay [SHIFT] while inserting the disc

Delete an item with no undelete [SHIFT][DEL]

Rename an item [F2]

View an item's Properties [ALT][ENTER]

View an item's Properties [ALT][MOUSE R][MOUSE R]

Paste Special (Microsoft Word) [ALT][e][s][u][ENTER]

When browsing through files, start typing the name of a file or folder to find it.
(Works in explorer, open, and save dialog boxes)

Create a new folder [MOUSE R], [W], [F]

Copy a file [CTRL] drag the file

Arrange icons in alphabetical order [ALT]V, [I], [N]

Arrange icons in alphabetical order [MOUSE R], [I], [N]

Arrange icons by size [ALT][V], [I], [S]

Arrange icons by size [MOUSE R], [I], [S]

Arrange icons by type [ALT][V], [I], [T]

Arrange icons by type [MOUSE R], [I], [T]

Tuesday, November 07, 2006

Convert Fat32 hard drive to NTFS

To convert a volume to NTFS from the command prompt

1.

Open Command Prompt. Click Start, point to All Programs, point to Accessories, and then click Command Prompt.

2.

In the command prompt window, type: convert drive_letter: /fs:ntfs

For example, typing convert D: /fs:ntfs would format drive D: with the ntfs format. You can convert FAT or FAT32 volumes to NTFS with this command.

Important Once you convert a drive or partition to NTFS, you cannot simply convert it back to FAT or FAT32. You will need to reformat the drive or partition which will erase all data, including programs and personal files, on the partition.