Remote Tech Support

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Friday, 24 December 2010

Ten Useful Registry Edits

Posted on 09:38 by Unknown

            Windows has many possible configuration settings and most of these can be changed by editing the Registry. This article describes ten popular Registry edits. They use the Registry Editor, regedit.exe. These edits have all been tested and should cause no trouble but the user assumes all responsibility for any results. Remember to always back up before editing the Registry. Apply only one edit at a time. First see if the results of a given edit are satisfactory before applying another edit. Generally, a system reboot is necessary before system-wide changes take place. Changes for a particular user require a logoff.

Configure timing of System Restore

Normally, Windows XP System Restore creates a restore point every 24 hours and saves the restore points for 90 days. These default settings can be changed with a Registry tweak. Open regedit.exe and go to the key:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\SystemRestoreThe value named "RPGlobalInterval" determines how often System Restore runs. Note that the data value is in seconds and is normally 86400 (in decimal). The value named "RPLifeInterval" determines how long restore points are retained. The data value is normally 7776000 (seconds). Modify the settings to your choice. (Windows XP only)

Close down hung applications more quickly

Sometimes an application will hang or freeze up. Although the Windows Task Manager can be used to close a hung application, the default setting is to wait at least 20 seconds, which can be irritating. The time delay can be configured by going to the Registry keyHKEY_CURRENT_USER\Control Panel\DesktopFind the string value HungAppTimeout and modify the data to something like 3000 instead of the default 20000. (These values are time in milliseconds.) Applies to a specific user. (Windows XP)

Shut down applications and services more quickly

Related to the previous tip are modifications that can be made to two other Registry settings to speed up the closing of applications and services. Go to the same Registry key as previouslyHKEY_CURRENT_USER\Control Panel\DesktopFind the string value WaitToKillAppTimeout and modify the setting from 20000 to something like 5000. This setting is per user. A second setting in a different Registry key involves Windows services and is for the whole system. Go to the Registry keyHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ControlFind the string value WaitToKillServiceTimeout and change it to something like 5000. (Windows XP)

Launch programs automatically at startup

Do you have one or more programs that you want to run every time you turn on your computer? There are several ways to do this but one way is with a Registry entry. Open regedit.exe and go to the keyHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunCreate a new string value (that will be type REG_SZ) named after the desired program with a value containing the full path to your program. For example, to have Notepad always run at startup the data value would be "C:\WINDOWS\notepad.exe". Applies to a specific user. (Windows XP, Vista)

Specify the default download directory for Internet Explorer

Do you want Internet Explorer to always download to a folder of your choice? You can specify the download location by going to the Registry keyHKEY_CURRENT_USER\Software\Microsoft\Internet ExplorerFind the string value named Download Directory and change the value to the full path of the folder where you want to keep downloads. If the value does not already exist. create a new string value and name it Download Directory. Applies to a specific user. (Windows XP, Vista)

Alphabetize Internet Explorer Favorites

An annoying aspect of Internet Explorer favorites is that new additions are tacked on leading to an unsorted list. A Registry edit will keep the list of favorites alphabetized. Using regedit.exe, navigate to the Registry keyHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\FavoritesRight-click the key and choose "Delete". Applies to a specific user. (Windows XP, Vista)

Disable Desktop Cleanup Wizard

Microsoft likes a clean desktop and every 60 days a so-called wizard will pop up offering to clean unused icons off the desktop. Many people find this annoying and the wizard can be disabled by going to the Registry keyHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWizModify or create a DWORD value named "NoRun" (without quotes). Assign a value of "1" (no quotes) to disable the cleanup wizard. A value of 0 (zero) will enable the wizard. Applies to a specific user. (Windows XP)

Disable Tool Tips

Tool Tips (also called InfoTips) are the little popup windows that appear when the mouse cursor hovers over certain icons or objects. Some people find them annoying and they can be turned off by going to the Registry keyHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AdvancedModify the value named "ShowInfoTip". Set the value to 0 to disable. A value of 1 will enable. Applies to a specific user. (Windows XP, Vista)

Speed up Internet Explorer

Internet Explorer can resolve sites faster if you increase the number of connections to a given site. Go to the Registry keyHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet SettingsYou will need to create two new DWORD values. Name one "MaxConnectionsPer1_0Server" and name the other "MaxConnectionsPerServer". Give each a decimal value of 10. Applies to a specific user. (Windows XP, Vista)

Disable User Account Control (UAC) in Vista

A lot of Windows Vista users find the security measure called UAC to be very annoying and like to disable it. Personally, I think it is worth putting up with the constant security alerts but here is the procedure to disable UAC. Go to the Registry keyHKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\SystemFind the DWORD named EnableLUA and set the value to 0. This is a system-wide change and requires a reboot. (Vista only)

Email ThisBlogThis!Share to XShare to Facebook
Posted in Registry Tips, Registry Tools, Windows Tips | No comments
Newer Post Older Post Home
View mobile version

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Windows Server 2008 Core Command Guide
    Windows Server 2008 Core Command Guide What Command Set DNS IP Netsh int ipv4 set dns “local area connection” stat...
  • USB Disk Security 5.4.0.12
    USB Disk Security -  Download 100% protection against any threats via USB storage USB Disk Security is a top-rated antivirus utility that pr...
  • GDS COMMITTEE IMPLEMENTATION ORDERS RELEASED BY DIRECTORATE TODAY
    GDS COMMITTEE IMPLEMENTATION ORDERS RELEASED BY DIRECTORATE TODAY POSTAL DIRECTORATE ISSUED ORDERS TODAY FOR IMPLEMENTING THE GDS COMMITTEE ...
  • (no title)
    POSTAL RATES INDEX Letters / Book Post Registered Articl...
  • Most Useful Websites
           The list primarily highlights the lesser-known or undiscovered websites and misses out all-time favorites like Google Docs, Wikipedia...
  • Commands in Windows Vista
    Windows Vista Command Line List and Reference The list of commands available in the command line shell for Windows Vista is similar to that ...
  • Save queries in Windows Server 2003's Active Directory Users and Computers tool
    Windows Server 2003 administrators can’t live without the Active Directory Users and Computers tool. Here’s a quick look at the saved querie...
  • PDF into Word ( Document) converter
    PDF into Word ( Document) Converter         PDF2Word(pdf to word) software enable export the text, images and other contents from pdf docume...
  • THIRUKKURAL PDF DOWNLOAD (தமிழ் )
    CLICK HERE TO DOWNLOAD THIRUKKURAL (தமிழ்)    or CLICK HERE TO DOWNLOAD THIRUKKURAL (TAMIL & ENGLISH)    or CLICK HERE TO DOWNLOAD THIR...
  • How to shutdown computer automatically at a specific time
    Trick 1: Start > Run Type ' shutdown -s -t 1800 ' without quotes Click OK A dialog will appear showing the countdown t...

Categories

  • Computer Guidelines
  • Customer Care
  • DB Tools
  • Drivers
  • Entertainments
  • FAQ
  • For System Administrators
  • FTP
  • General Informations
  • General Knowledge
  • Guidelines
  • Hardwares
  • Health Tips
  • Internet Tips
  • Latest Software Updates
  • Network Trouble shooting
  • Printer Trouble shooting
  • Printing Tips
  • Recovery Tips
  • Registry Tips
  • Registry Tools
  • Security Guidelines
  • Security Tips
  • Software Tips
  • Softwares
  • SQL
  • Technology
  • Tips and Tricks
  • Tools
  • Trouble shooting
  • Useful Softwares
  • Utilities
  • Virus Solutions
  • Websites
  • windows 7
  • Windows Server
  • Windows Tips
  • Windows Vista
  • Windows XP FAQ

Blog Archive

  • ►  2011 (138)
    • ►  May (32)
    • ►  April (24)
    • ►  March (29)
    • ►  February (15)
    • ►  January (38)
  • ▼  2010 (241)
    • ▼  December (55)
      • PDF into Word ( Document) converter
      • Recover Lost Data and Deleted Files From Hard Disk...
      • Reasons Why You Should Start Practicing Yoga And M...
      • Get Free SMS Alerts of all Updates Directly in you...
      • Safer Way to Delete Viruses From USB FLASH DRIVES
      • Christmas Wishes
      • Secret of Windows-XP
      • Launch System Restore from a command prompt !!
      • Useful List Of Registry Tips and Tricks
      • Ten Useful Registry Edits
      • Complete Internet Repair Utility
      • Uses of Ghost software
      • Talk It & Play It - Softwares for Kids
      • Vastu Shastra - for Health and Wealth
      • Display a message on windows startup
      • Netop School
      • Complete Windows Guide
      • Maths Tricks
      • Net Monitor
      • Indian Passport & Visa Information
      • Are You Getting Headache While Working On Your Com...
      • Google books
      • YOGA
      • The Fox and the Grapes
      • 12 Tips to save Petrol
      • FRESH EMPANELMENT OF PRIVATE HOSPITALS AND REVISIO...
      • Quotations - Quoted By
      • Simple Log file using Notepad
      • How to watch online TV?
      • How to Be Happy in Life
      • List Of Commands That Can Run During Windows Serve...
      • Mobile Number Portability to be launched from 20-0...
      • NTLDR Missing - While Windows OS Starts
      • How to Increase Metabolism - Health Tips
      • Free eScan AntiVirus Toolkit Utility
      • How To Access Your Folders From Your Taskbar
      • Pen Drive Recovery Tool
      • Summary of Problems and Solutions
      • Extract Photos From Video, Run Video Frame By Frame
      • 10 Safety Mantras for those living alone
      • THIRUKKURAL PDF DOWNLOAD (தமிழ் )
      • TuneUp Utilities - keeps your computer healthy
      • Simple and Fast File Sharing
      • Vivekananda Memorial
      • Google Online Storage Device as Google Cloud Picke...
      • Google Chrome Operating System
      • I cannot forgive myself
      • General Provident Fund - FAQ
      • Recuva – A good utility to recover deleted files i...
      • Winaudit (Get total information of the computer wi...
      • How to Disable and Re-enable USB Storage Devices
      • Windows 7 Trouble shooting
      • Change how often AutoRecover saves in Microsoft Word
      • 8 Tips to Take Control of Your Weight
      • Facility to Pay Power bill online extended through...
    • ►  November (40)
    • ►  October (21)
    • ►  September (35)
    • ►  August (39)
    • ►  July (23)
    • ►  June (5)
    • ►  May (2)
    • ►  April (12)
    • ►  March (4)
    • ►  February (2)
    • ►  January (3)
  • ►  2009 (26)
    • ►  December (5)
    • ►  November (3)
    • ►  October (4)
    • ►  September (5)
    • ►  August (3)
    • ►  July (5)
    • ►  June (1)
Powered by Blogger.

About Me

Unknown
View my complete profile