Thursday, April 29, 2010

Make Your Windows Fast As Never Before

Make Your Windows Fast As Never Before

1) Click Start, Run and enter GPEDIT.MSC

2) Go to Computer Configuration, Administrative Templates, System.

3) Locate the entry for Turn autoplay off and modify it as you desire

SPEEDUP FOLDER BROWSING

You may have noticed that everytime you open my computer to browse folders that there is a slight delay. This is because Windows XP automatically searches for network files and printers everytime you open Windows Explorer. To fix this and to increase browsing significantly:

1. Open My Computer
2. Click on Tools menu
3. Click on Folder Options
4. Click on the View tab.
5. Uncheck the Automatically search for network folders and printers check box
6. Click Apply
7. Click Ok
8. Reboot your computer

Sunday, April 25, 2010

Speed Up Browsing

When you connect to a web site your computer sends information back and forth. Some of this information deals with resolving the site name to an IP address, the stuff that TCP/IP really deals with, not words. This is DNS information and is used so that you will not need to ask for the site location each and every time you visit the site. Although Windows XP and Windows XP have a pretty efficient DNS cache, you can increase its overall performance by increasing its size. You can do this with the registry entries below:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d

Make a new text file and rename it to dnscache.reg. Then copy and paste the above into it and save it. Merge it into the registry

Tuesday, April 20, 2010

Know System Up Time

Well it happens always , we sit on computer and after sometime when we look at the clock we see that Oh, my god !!!!! so much time has passed. but we don't know exactly how much. So, here is a very small tool which you will create by yourself .

Just copy the below lines in notepad:

@echo.
@systeminfo @find "System Up Time:"
@echo.
@pause


Now save this file with the name Khacker.bat on your desktop.

Now whenever you want to check how much time has passed after you last started your computer , just double click on the file uptime.bat and you will get the exact time for how long your computer is up.