December 11, 2009

Add/Remove Programs has Huge Empty Space

Occasionally a user will open Add/Remove programs on Windows XP and in the list will be a HUGE empty space that is pages and pages long. This happens when a entry in the list is corrupt. To Fix it download and install CCleaner. Open CCleaner and click on the “Tools” button on the left side.

You will then be brought to a screen with the Add/Remove Programs list. Go back to the Add/Remove Programs applet in your control panel and make note of the last item before the blank space.

Now switch back to CCleaner and highlight the item that is after the entry you just made note of. Click the “Delete Entry” button.

Now when you go back to your Add/Remove Programs applet in your Control Panel all should be well.

Comments Off

September 25, 2009

Converting a FAT32 drive to a NTFS drive.

There are many reasons to convert a drive to the NTFS files system. I will spare you the reasons and just give you the steps.

NOTE: Once you convert to NTFS you cannot convert back to FAT32/16 without reformatting the drive. Windows 95, 98 and ME cannot read a NTFS drive.

1. Click Start -> Run -> Type “cmd” -> Press Enter

2. At the command prompt type: convert drive_letter: /fs:ntfs

In the example above make sure you replace “drive_letter” with the letter of the drive that you will be converting. Example: if you are converting an external hard drive that you need to backup to you may type convert f /fs:ntfs. If you were converting your system drive you would type(in most cases) convert c /fs:ntfs.

A more detailed explanation of the convert command can be found here.

Comments Off

September 22, 2009

How do I backup files on my computer. (XP, Vista, Ubuntu/Linux)

Filed under: Technology — Tags: , , , , , , , , — SpaCeTraNce @ 12:30 pm

I have written several posts on keeping your files backed up. Find your operating system below and click on the link to see the post.

To see how to back up your Vista files, click here.

To see how to backup your XP files, click here.

Comments Off

September 10, 2009

How do i backup my files on my computer? (XP)

Filed under: Technology — Tags: , — SpaCeTraNce @ 6:47 pm

Being in the P.C. repair business I am often asked this. So I will show you step-by-step how to use Windows XP’s built in backup utility.
If you are using Windows XP Professional Edition skip to step 6. If you are using Windows XP Home Edition you need to install the utility from the XP cd.

Note: If you are backing up your data to a drive that is formated with the FAT32 file system you are limited to a 4GB file size. Therefore if you have more then 4GB of data to backup you need to convert your FAT32 drive to NTFS. To learn how to do that click here.

To do this follow these instructions:
1. Insert your Windows XP CD into the drive and, if necessary, double-click the CD icon in My Computer.

2. On the Welcome to Microsoft Windows XP screen, click Perform Additional Tasks.

3. Click Browse this CD.

4. In Windows Explorer, double-click the ValueAdd folder, then Msft, and then Ntbackup.

5. Double-click Ntbackup.msi to install the Backup utility.

6. Click “Start” -> “Run”. In the run dialog box type “ntbackup” Click “OK”

7. You will see a screen similar to the one below. You only have one option. The first thing we need to perform is an incremental backup. To start the incremental backup click the “Next” button.

Step 1
8. On the next screen since we are backing up our files and not restoring them click the “Next” button.

Step 2
9. On this screen we will choose what to backup. Backing up the “My Documents and settings” will work for most users. If you have specific needs you can choose “Let me choose what to backup” and pick the exact folders that you want saved.

Step 3
10. Next we specify where to save the backup file. I would suggest an external hard drive to save your file to. USB flash drives are to small for a lot of people and not as reliable as a USB flash drive. If you have EXTREMLY important data you may look into a RAID array.

Step 4
11. On the last sceen we confirm the settings and click “Finish” and your computer will begin to backup your data.

Step 5

Comments Off