09 March 2011

registery Tweak Fo Windows

Preventing Changes to File Associations

You can prevent users from changing associations via Windows Explorer's Tools / Folder Options / File Types tab.
1. Start Regedit
2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explore
3. Create REG_DWORD data type NoFileAssociate
4. Give it a value of 1


Locking File Associations

If you have your file associations the way you want for a particular file type, you can remove it from the list that gets displayed in the Folder Options / File Types screen
1. Start Regedit
2. Go to HKEY_CLASSES_ROOT
3. Scroll to the file association you want to lock.
4. In the right panel, create a new Binary value
5. Call it EditFlags
6. Give it a value of 01 00 00 00
7. Now when you go to the Folder Options / File Types screen, you won't see that file type listed.



Turning off System Beeps

If you want to turn off all system beeps (like the ones that go through your computers' internal speaker):
1. Start Regedit
2. Go to HKEY_CURRENT_USER\Control Panel\Sound
3. Edit the key Beep and give it a value of No



Changing the Location Of Special Folders

You can modify the registry to change the location of special folders like:
• My Documents
• Favorites
• My Pictures
• Personal
1. Start Regedit
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
3. Double click on any locations you want to change and alter the path
4. Logoff or restart for the changes to go into effect



Deleting Specific Registry Value
In a previous tip, Automatically Deleting a Registry Key, it was mentioned how to remove an entire registry key.
If you want to simply remove a specific value within a key, use the syntax below:
[Registry Key]
"value"=-
For example:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"MSConfig"=-
would delete the value MSCONFIG.

No comments:

Post a Comment