Have you ever tried a run command named ‘control userpasswords2’? If not, then try it. ‘Control Userpasswords2’ opens the user accounts frame. From here one can configure user accounts (like add, remove, change properties, etc.). Also it has other advance features available. Now, to open this frame you have only this option of running the run command ‘Control Userpasswords2’. So, I’m providing a tweak on how to add ‘Control UserPasswords2’ to your control panel. I got this registry key from a site by adding which to your registry ‘Control UserPasswords2’ will be added to your control panel.
1. Open notepad and write the lines codes in it: (inside the # only)
##########################################
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}]
@="User Accounts 2"
"InfoTip"="Starts The Windows 2000 style User Accounts dialog"
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\DefaultIcon]
@="%SystemRoot%\\\\System32\\\\nusrmgr.cpl,1"
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open\command]
@="Control Userpasswords2"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{98641F47-8C25-4936-BEE4-C2CE1298969D}]
@="Add Userpasswords2 to Control Panel"
##########################################
2. Save the file name with .reg extension. (e.g. test.reg)
3. Merge the file to your registry
4. Open control panel, you’ll find ‘User Accounts2’ there.
No comments:
Post a Comment