SysChat is a free online computer support community. Ask questions, share resources, contribute knowledge and discuss technology. Join our growing community to access all features. Register Now!

SysChat » Tutorials » Windows » XP: Registry hacks for the start menu (including scripts)

Windows

Guides and tutorials on Windows operating systems

Comment
 
LinkBack Tutorial Tools
XP: Registry hacks for the start menu (including scripts)

XP: Registry hacks for the start menu (including scripts)

Published by William_Wilson
03-06-2006

Default XP: Registry Hacks Continued


Remove Pinned Items List:
Code:
"NoStartMenuPinnedList"=dword:00000001

Modify My Computer Name: Relative to User
*Applies the %USERNAME% option to My Computer
In my case My Computer now reads: William's Computer. But this will change based on the user logged on.
***Special Key:
Code:
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]
"LocalizedString"=%USERNAME%
*This also changes the name under the Start Menu


Remove My Computer Icon:
***Special Key:
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001


  #1  
By Sami on 03-07-2006, 12:25 AM
Default

Excellent post William,

I just want to add some basic instructions for our novice users.

To run these scripts you have to save these scripts in a file with .reg extension.

Steps:

1. Open notepad,
2. Copy this code

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]

3. And what ever other code you like for ex: Clear Recent Documents on logoff or shutdown:

"ClearRecentDocsOnExit"=dword:00000001

4. And save this file as changestoregistry.reg



5. Double click to run this file, you will get this message



6. Click yes to make changes, you are done.
Last edited by Sami; 03-07-2006 at 12:35 AM..
Reply With Quote
  #2  
By William_Wilson on 03-08-2006, 10:11 PM
Default

Thanks Sami,
sometimes i forget how much to assume and how much to post, lol
Reply With Quote
Comment





Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is on
Smilies are on
[IMG] code is on
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are on



» Ads



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54