Control Panel User Profiles
View Repository on GitHub
Control Panel User Profiles — Check out the Repository on GitHub for the Latest Download.
This repo will create a new Control Panel icon that opens User Profiles.
What Does the user-profiles-cpl.reg
File Do?
The user-profiles-cpl.reg
file adds a new entry to the Windows Registry to create a Control Panel icon for "User Profiles." Specifically, it:
- Registers a new CLSID (
{ae7dacd9-c818-4301-887b-dbe4647fec3f}
) underHKEY_CLASSES_ROOT
with metadata such as name, tooltip, and category. - Specifies the default icon for the Control Panel entry using
objsel.dll
. - Configures the
RunAs
command to launch therundll32.exe
executable with parameters to open the User Profiles dialog. - Adds the CLSID to the Control Panel namespace under
HKEY_LOCAL_MACHINE
.
Instructions
Installation
- Download the
user-profiles-cpl.reg
file from the latest release in this repository. - Double-click the file to launch it. You may be prompted to confirm changes to the Windows Registry.
- Once installed, open the Control Panel. You should see a new icon labeled "User Profiles."
Uninstallation
To remove the Control Panel icon:
- Open the Registry Editor (
regedit.exe
). - Navigate to the following keys and delete the entries:
HKEY_CLASSES_ROOT\CLSID\{ae7dacd9-c818-4301-887b-dbe4647fec3f}
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{ae7dacd9-c818-4301-887b-dbe4647fec3f}
- Restart your computer or refresh the Control Panel to apply the changes.