5 Cool registry changes only in the registry
With almost any discussion we have about the registry, I always want to stress the same message. Messing with the registry can cause you system to become unstable or not work. Please make sure you backup the registry prior to making changes. Now with that out of the way, I wanted to show you some cool registry changes that you can make in Vista or XPs registry that you can’t do in a user interface.
1. Disable Autoplay
- Windows Key + R (brings up the run command)
- Type CMD (opens command prompt)
- Go to HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer.
- Create a DWORD named NoDriveTypeAutoRun.
- Set the value to 000000FF.
2. Increase the Maximum Number of simultaneous Downloads
When I am doing some research on a project, I download a lot of files and I always ran into the simultaneous download limit, and had to wait for one download before starting another. If you run into this, it can be frustrating, but there is way around this.
- In Registry Editor go to HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings.
- Create a new DWORD named MaxConnectionsPerServer
- Set a value of 0000000a.
- Create a new DWORD named MaxConnectionsPer1_0Server
- Assign it a value of 0000000a.
- In Registry Editor go to HKLM\Software\Microsoft\Windows NT\CurrentVersion.
- Change the values to the RegisteredOwner and RegisteredOrganization keys to reflect your desired info
4.Encrypt and decrypt from the shortcut menu
If you encrypt or decrypt files in files in XP Pro or Vista, you have to go through the properities of the file and the advance button. Then you get the the encrypt or decrypt options. There’s of course a simpler way, justt add it to the menu when you right click on the file:
- In the Registry Editor go to HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced.
- Create a new DWORD called EncryptionContextMenu
- Assign it a value of 1.
5.Disable User Account Control
Anyone who has Vista, has most likely complained about the User Account Control feature. Where Administrators who attempt to perform an administrative action receive a prompt asking whether they initiated the action. I think that this prompt is a valuable safeguard against malware, but since a lot of people don’t like it, here’s how to use the registry editor to suppress the prompt:
- In the registry editor go to HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System
- Change the value of the ConcentPromptBehaviorAdmin key to 00000000.
Then reboot and poof now you’ve made the changes you wanted. Are there any registry changes that you like that can only be done via the registry and not the user interface? Let me know in the comments below.