DL 10 Registry Fixes
DL 10 Registry Fixes
By Brien Posey
If you read any article that involves editing the registry, you will no doubt see ominous warnings telling you that you can destroy Windows and/or your applications if you edit the registry incorrectly, and that you should always make a full system backup before performing a registry modification. While these statements may be true, the fact remains that there are things that you can do by editing the registry that you simply cannot do with the GUI. In this article, I want to share with you 10 handy registry hacks for Windows XP and Vista.
1: Disable AutoPlay
I always find it a bit annoying to insert a TechNet CD and have Windows open Internet Explorer and display a bunch of information I don't care about. I would rather just be able to navigate through the disc's file system and go directly to what I need. Fortunately, it's easy to create a registry setting that disables AutoPlay:
1. Navigate through the Registry Editor to HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. 2. Create a DWORD named NoDriveTypeAutoRun. 3. Set the value to 000000FF.
1. Navigate through the Registry Editor to HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings. 2. Create a new DWORD named MaxConnectionsPerServer and assign it a value of 0000000a. 3. Create a new DWORD named MaxConnectionsPer1_0Server and assign it a value of 0000000a.
1. Navigate through the Registry Editor to HKLM\Software\Microsoft\Windows NT\CurrentVersion. 2. Change the values that are assigned to the RegisteredOwner and RegisteredOrganization keys to reflect the new ownership information.
1. Navigate through the Registry Editor to HKCR\CLSID\{645FF040-5081-101B-9F0800AA002F954E}. 2. Create a new registry key called Shell. 3. Create a new registry key named Delete and put it beneath the Shell key. The path should look like this: HKCR\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\Shell\Delete. 4. Modify the Default key and assign it a value of Recycle Bin.
Page 1 Copyright 2009 CNET Networks, Inc., a CBS Company. All rights reserved. TechRepublic is a registered trademark of CNET Networks, Inc For more downloads and a free TechRepublic membership, please visit http://techrepublic.com.com/2001-6240-0.html
1. Navigate through the Registry Editor to: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\winlogon. 2. Create a new REG_SZ setting named CachedLogonsCount. 3. Assign this new setting a value that reflects how many concurrent cached logins you want to allow.
1. Navigate through the Registry Editor to HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced. 2. Create a new DWORD called EncryptionContextMenu and assign it a value of 1.
1. Navigate through the registry to HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SL. 2. Change the value associated with the SkipRearm key to 1. 3. Open a Command Prompt window and enter the following command: slmgr rearm.
1. Open the Control Panel and click on the Network And Internet link, followed by the Offline Files link. Windows will display the Offline Files properties sheet. 2. Disable offline files if they are currently enabled. 3. Click OK and reboot the machine. 4. When the computer reboots, open the Registry Editor and navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\CSC. 5. Create a new string value named Parameters. 6. Assign this value to the Parameters key:
\??\e:\csc where e: is the drive letter you want to use.
7. Exit the Registry Editor and reboot the computer. 8. When the machine reboots, enable offline files. 9. Reboot the computer one last time. Now, you can start making folders available offline.
Page 2 Copyright 2008 CNET Networks, Inc., a CBS Company. All rights reserved. TechRepublic is a registered trademark of CNET Networks, Inc For more downloads and a free TechRepublic membership, please visit http://techrepublic.com.com/2001-6240-0.html
1. Navigate through the registry editor to HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System. 2. Change the value of the ConcentPromptBehaviorAdmin key to 00000000.
1. Navigate through the Registry Editor to HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System. 2. Set the DontDisplayLastName key to a value of 1.
Additional resources
TechRepublic's Downloads RSS Feed Sign up for the Downloads at TechRepublic newsletter Sign up for our 10 Things Newsletter Check out all of TechRepublic's free newsletters The anatomy of the Windows registry Repair your corrupted Windows registry file the easy way 10 things you should know about working with the Windows registry
Version history
Version: 1.0 Published: July 9, 2009
Page 3 Copyright 2008 CNET Networks, Inc., a CBS Company. All rights reserved. TechRepublic is a registered trademark of CNET Networks, Inc For more downloads and a free TechRepublic membership, please visit http://techrepublic.com.com/2001-6240-0.html