HomeWindowsXP: Registry Hacks (Scripts Included)

XP: Registry Hacks (Scripts Included)

This tech recipe contains a few Windows XP registry hacks. Included here are script codes for most modifications to apply the keys if you are not comfortable with regedit.


In light of my last tech recipe showing how to create scripts to generate registry keys, I will list the additions in such a fashion, but they can easily be done by regedit also.

*All scripts should be copied into Notepad or an equivalent and saved with a .reg extension.

*Only use these hacks/edits if you feel comfortable editing your registry. Backing up is always recommended before starting. Even the best coders and programmers can make typing mistakes.

Add a show recycle bin check box to the “Tools\Folder options – View Tab”

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\RecycleBinOnDesktop]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\NewStartPanel"
"Text"="Show Recycle Bin icon on the desktop"
"Type"="checkbox"
"ValueName"="{645FF040-5081-101B-9F08-00AA002F954E}"
"CheckedValue"=dword:00000000
"UncheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001

The Key representing the Recycle Bin can be found here:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\ {645FF040-5081-101B-9F08-00AA002F954E}

*In the following, the value following “LocalizedString”= is the text that will be displayed.

Modify My Computer Name: Relative to User

*Applies the %USERNAME% option to My Computer

In my case, My Computer now reads: William’s Computer. However, this will change based on the user logged on.

REGEDIT4

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]
"LocalizedString"=%USERNAME%

*This also changes the name under the Start menu.

Questions/Comments: [email protected]
-William. § (marvin_gohan)

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

LATEST REVIEWS

Recent Comments

error: Content is protected !!