I’m trying to figure out how to open the “Configure advanced user profile properties” control panel window by command line, so that I can provide a link to it in my application.
It can be opened without going through the control panel by typing “userprofile” in Start->Search box. So I assume that it must have a valid command to open it directly, but I can’t seem to figure out what the command is.
I’ve found that “control nusrmgr.cpl” opens the control panel for “User Accounts” which has the link to “Configure advanced user profile properties”, but I want to provide a direct link.
Anyone have any insight to how this can be done?
The actual command line for
Configure advanced user profile propertiesis:rundll32.exe sysdm.cpl,EditUserProfiles. You can just copy & paste this into cmd window to run.Further reading: Entry for
runat ss64.com