System


6
May 10

How to clean temp folder in windows vista ?

Too many items in temporary folder can slow down the performance of windows operating system. As vista is affected with almost every little thing when it comes to performance it is necessary to clean the temporary folder on regular basis. Windows Vista stores temporary files in these two folders:

Drive:/ Users\{your_user_name}\AppData\Local\Temp
Drive:/ Windows\Temp

Windows vista and applications uses these temporary folders to save the temporary data that is required while application is running and once application is closed those files are not necessary.

You can navigate to these two folders and delete the temporary files manually. You’ll not be able to delete files which are in use. You can also use disk cleanup tool which is available in vista. You can access it from system menu or from command line (cleanmgr.exe).

You can also use CCleaner, Creative elements power tools, easycleaner software to clean the temporary files in vista.


5
May 10

How to speed up file transfer in Vista ?

You’ll observe that windows vista is very slow at file copy and file transfer. Why windows vista takes more time to move files ? There are some legitimate reasons that makes windows take too much time to transfer files in vista.

First windows vista takes time to check the files and folders and security credentials. This delays your file copying or moving operation. UAC is responsible for the most of the delay in the file transfer. If you want to speed up file transfer in vista then you need to use external file managers or file copying softwares. I’ve managed to find two softwares that will let you copy files instantly (and even faster than default windows vista file transfer speed).

- Terracopy
- Creative element powertools


3
May 10

How to disable and stop indexing service in windows xp ?

If you’re using windows XP then you can improve the performance of your windows operating system by disabling indexing service. To disable indexing service you can follow these steps:

1. Click Start Button
2. Go to control panel
3. Select Performance and Maintenance
4. Select Administrative tools > Services
5. Select “Indexing Service” > General Tab
6. In the Startup type: select “Disabled”
7. Select the Ok button to close the panel.

This will disable indexing service in windows xp.


14
Apr 10

How to check CPU temperature ?

If you’re using windows then following softwares will help you check the temperature of CPU.

PC Wizard
Everest
Speed Fan

You can even check the cpu temperature with the help of motherboard utility software. Most popular motherboard companies like asus,asrock, mercury give users such software in CD.

Minimum temperature range

For Intel CPU : Idle: 40 – 55  Load : 55 – 85
For AMD CPU : Idle: 30 – 45 Load: 50 – 70


25
Mar 10

How to solve Generic Host Process For Win32 Services Encountered A Problem and needs to close error ?

If you’re using windows XP then you’ll often get this dialog box that shows message like “Generic Host Process For Win32 Services Encountered A Problem and needs to close” and wants you to close it and then it restarts the explorer.exe or even whole computer in some cases.

How to solve this problem ?

1. Open up notepad and enter the following code:

reg  add  HKLM\SYSTEM\CurrentControlSet\Services\netbt\parameters  /v  TransportBindName  /t REG_SZ  /d  ""  /f

reg  add  HKLM\Software\Microsoft\OLE  /v  EnableDCOM  /t  REG_SZ  /d  "N"  /f

Echo Problem Is Fixed, Press any key to close this..

pause

2. Save the notepad file with name “genhostpatch.bat”.
3. Run this batch file.

After running this patch you’ll find your problem is solved. Let me know if this works for you.