Subscribe to our RSS Feeds

COMPUTER TROUBLESHOOTING 7

0 Comments »

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.

7:40 PM

COMPUTER TROUBLESHOOTING 6

0 Comments »
How to create One-Click Hibernation icon on your desktop?

Today tip will help you to start the quicker hibernation process with a single click on desktop icon. This is the easiest way to start the hibernation process in windows XP. A simple click on hibernation icon, close the all running applications and will start hibernation process properly. This tip is very useful to save energy and time as well. If any case this desktop shortcut does not work, then you should need to configure your computer to enable hibernation. Go on the Start button and select "Settings". Click on "Control Panel" then double-click on the "Power Options" icon. Click on the "Hibernate" tab and make sure the "Enable Hibernate" checkbox is checked.
Follow the given steps to create the shutdown icon:
To create a new shortcut, right click on any empty area of your desktop and go to New then Shortcut.


Now a small windows dialog box will appear with the title "Create Windows". In the "Create Shortcut" window, type the following command.


rundll32.exe PowrProf.dll, SetSuspendState


Click Next button to type the name of this shortcut and press Finish to close it. Now click on Hibernate icon to verify the process.
7:37 PM

COMPUTER TROUBLESHOOTING 5

0 Comments »
How to backup of your computer installed drivers?

You can easily create the backup of your computer installed drivers (just the particular or all drivers) and use it to troubleshoot any driver problems. This backup will be very useful when you will format your computer window due to any reason. There is no need to search the drivers from internet or drivers CD, just import the driver backup and within five minute, you will complete the driver installation process. You can move this backup from one computer to other computer for installation.
To complete the all process, we will use a simple tool called DriverMax. Using this tool, we can easily export the backup of any specific or all drivers and then import it for reinstallation later or elsewhere. You can free download (with free registration code) this tool for windows XP and Vista also. Download it and run the easy setup.
After Installation launch DriverMax, the first screen you will get with title "DriverMax - Version" and options "Export drivers, Import drivers and Installed drivers report". Just click on "Export Driver" option to start backup process.
Now after welcome screen, system will take few seconds to create the list of all installed drivers and then show you all installed drivers list.
Here you can select any specific device driver or click on "Select all" button to create the backup of entire installed drivers.
Press the Next button and in next screen you can select the export type (simple backup or in zip format) and then choose the backup location (always choose drive other than C drive).
Again press the Next and system will take some time (depend upon the size of your drivers) to finish exporting the selected drivers.
Click the "Open extraction folder button" to view the backup files or press Close button to finish it.
Now you can use this backup files (using import option) to restore drivers backup or move to any other computer. Copy the Following link to download it.
7:35 PM

COMPUTER TROUBLESHOOTING 4

0 Comments »
RUN COMPUTER BY RUN COMMAND
PLEASE OPEN RUN WINDOW AND WRITE THE FOLLOWING ONE CODE AND THEACTION WILL PERFORM WHICH WRITTEN BY THE SIDE OF CODES


Calc-----------–Calculator
Cfgwiz32-------–ISDN Configuration Wizard
Charmap---------character Map
Chkdisk--------–Repair damaged files
Cleanmgr-------–Cleans up hard drives
Clipbrd---------Windows Clipboard viewer
Control---------Displays Control Panel
Cmd------------–Opens a new Command Window
Control mouse--–Used to control mouse properties
Dcomcnfg-------–DCOM user security
Debug----------–Assembly language programming tool
Defrag---------–Defragmentation tool
Drwatson-------–Records programs crash & snapshots
Dxdiag---------–DirectX Diagnostic Utility
Explorer-------–Windows Explorer

7:30 PM