Home > Tips 'n' Tricks > How to: Enable Windows XP Hidden User Accounts Interface in Control Panel

How to: Enable Windows XP Hidden User Accounts Interface in Control Panel

February 4th, 2010 oDx Leave a comment Go to comments

Having more than one person using your computer? If you do, you can create user accounts for everyone so that they can customize their favorites, colors, wallpaper, and private files. Default ‘Windows XP User Accounts’.

Sometimes you might need to fine tune the user accounts. You can do this with a hidden ‘User Account 2’ interface by running control userpasswords2.

This ‘Windows 2000’ style ‘User Accounts’ might be useful for those users that are very familiar with Windows 2000.

So, now you might want to add this shortcut permanently to the ‘Control Panel’. The only way is to add some lines into the ‘Windows Registry’.

It is recommended to use *.reg script below to add ‘User Accounts 2’ shortcut to your control panel rather than entering it manually. Copy lines below to a new file and called add_ua2.reg. Note that the extension must be reg. Just right click the file and Merge it. Your computer must be restarted for these to take effect.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTCLSID{18646F66-8C25-0000-BEE4-C2CE1298969D}]
@="User Accounts 2"
"InfoTip"="Starts The Windows 2000 style User Accounts dialog"

[HKEY_CLASSES_ROOTCLSID{18646F66-8C25-0000-BEE4-C2CE1298969D}DefaultIcon]
@="%SystemRoot%\System32\nusrmgr.cpl,1"

[HKEY_CLASSES_ROOTCLSID{18646F66-8C25-0000-BEE4-C2CE1298969D}ShellOpencommand]
@="Control Userpasswords2"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerControlPanelNameSpace{18646F66-8C25-0000-BEE4-C2CE1298969D}]
"Default"="Add Userpasswords2 to Control Panel"

Just incase you don’t like it, you can also remove it using *.reg file below. Copy lines below to a new file and called delete_ua2.reg. Note that the extension must be reg. Just right click the file and Merge it. Your computer must be restarted for these to take effect.

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOTCLSID{18646F66-8C25-0000-BEE4-C2CE1298969D}DefaultIcon]

[-HKEY_CLASSES_ROOTCLSID{18646F66-8C25-0000-BEE4-C2CE1298969D}ShellOpencommand]

[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerControlPanelNameSpace{18646F66-8C25-0000-BEE4-C2CE1298969D}]

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Live
  • MySpace
  • StumbleUpon
  • Yahoo! Buzz
  • Reddit

Related posts:

  1. How to: Avoid the delay in Windows Start Menu
  2. How to Access Linux Partitions from Windows OS
  3. Windows 7 Key Resources and Solutions – Windows 7 Solution Center

Related posts brought to you by Yet Another Related Posts Plugin.

Categories: Tips 'n' Tricks Tags: ,

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

  1. No comments yet.
  1. No trackbacks yet.