Saturday, June 18, 2011

Burn CD without software in Windows XP

 Burn a CD on Windows XP without using software

Windows XP comes with a builtin CD-copy feature that not many people are aware of. Although almost everyone has his/her favorite CD-copy software to stick with, it is still good to know about this CDR feature from Windows XP. You will find it very useful when you come to another PC that doesn't have a CD-copy software, and you can't just install your favorite software to it. With this feature, you can write some data or MP3 files to a CD/DVD, or erase a re-writable CD/DVD.

If you're using a Re-Writable CD (CD-RW), make sure the disc is blank. 
Requirements: You need to enable the CD-R feature on Windows XP. 



1. Insert a Formated-ReWritable CD or a Recordable (CD-R) disc into the CD drive.
2. From Desktop, double-click on "My Computer".
3. Navigate to the files/folders you want to copy to CD. Select them and press "Ctrl-c" to copy.


Browse back to the CD-ROM, and press "Ctrl-V" to paste. The files/folders will show up as temporary     files/folders at this time.

1.


2. On the left panel, select "Write these files to CD".


3. The window "CD Writing Wizard" appears with the default CD name. Change the CD name if you wish, then click "Next".




4. The "CD Writing Wizard" starts to write files/folders to the CD:

Once the writing process is complete, the wizard will disappear and the CD-Rom will be ejected.

Read more ...

Wednesday, June 8, 2011

Windows XP Slow Startup

Solving Windows XP Slow Start Up Problem


If you are facing Windows XP slow start up problem, you should take necessary steps to make it run faster. Slow Windows XP start up problem can be caused by programs and applications that automatically launched on startup. For example, instant messengers such as Yahoo Messenger and AIM often cause the computer to hang for a few minutes during startup. You can solve this problem by preventing unwanted programs from launching during startup. Often, you can make the program or application doesn’t launch on startup by going to the preference and change the setting. After you have set it to not automatically during startup, you will notice that Windows take considerably lesser time to startup.

Another factor that attributes to Windows XP slow startup problem is spyware. Spyware can be installed on your hard drive automatically when you surf the internet. Normally, it enters into the computer system through download activities that you carried out on the internet. Spyware not only can slow down the computer performance but it also can cause the whole system to crash. You can easily find out the spyware that is running in the background by accessing the task manager. To access the task manager, you must press Control + Alternate + Delete on the keyboard. This will bring up a window that contains a list of programs running in the system. You can scroll down to see if there is any unfamiliar program. If you are not sure whether the suspicious program is a spyware, it is recommended that you use a spyware to remove it.

In Windows, there is a folder called Prefetch folder. The function of the Prefetch folder is to store data that you regularly uses. After a period of time, the prefetch folder will be filled with programs and files that you frequently use. These files will consume a lot of hard disk resources if you don’t remove them. You can delete the files in the prefetch folder every 3 – 4 months.

Besides, you can run a disk clean up on your computer system. Disk clean up will detect unnecessary file such as temporary files and unused programs on your computer. Normally, it only takes a few minutes to detect the unnecessary files on your computer. You will have the choice to choose whether the files should be deleted. You can run disk clean up by right clicking on the drive. After you have right clicked on the drive, you must select properties and click on the disk clean up button.

The background image on your desktop can slow down the computer performance as well. To avoid slowing down the computer, you should use simple background image that does not up a lot of space. Colorful background image often takes up a lot of space. You can use a background picture that features a single color to increase the computer performance.

Fonts can make your computer boot slowly. If you recently installed a lot of fonts, you will notice that your computer runs slower than before. Most people don’t use all the fonts they install. You should delete fonts that you don’t use to free up spaces in your hard drive.

Read more ...

Sunday, June 5, 2011

Enable Built-in Administrator Account


Enable Built-in Administrator Account
First you’ll need to open a command prompt in administrator mode by right-clicking and choosing “Run as administrator” (or use the Ctrl+Shift+Enter shortcut from the search box)
Now type the following command:
net user administrator /active:yes
You should see a message that the command completed successfully. Log out, and you’ll now see the Administrator account as a choice. (Note that the screenshots are from Vista, but this works on Windows 7)
You’ll note that there’s no password for this account, so if you want to leave it enabled you should change the password.


Disable Built-in Administrator Account
Make sure you are logged on as your regular user account, and then open an administrator mode command prompt as above. Type the following command:
net user administrator /active:no
The administrator account will now be disabled, and shouldn’t show up on the login screen anymore.

Read more ...