diff --git a/reactos/dll/cpl/sysdm/userprofile.c b/reactos/dll/cpl/sysdm/userprofile.c index 29cab5a4a58..27ba8db7b9a 100644 --- a/reactos/dll/cpl/sysdm/userprofile.c +++ b/reactos/dll/cpl/sysdm/userprofile.c @@ -158,7 +158,7 @@ UserProfileDlgProc(HWND hwndDlg, ShellExecute(hwndDlg, TEXT("open"), TEXT("rundll32.exe"), - TEXT("shell32.dll, Control_RunDLL nusrmgr.cpl"), + TEXT("shell32.dll, Control_RunDLL usrmgr.cpl"), NULL, SW_SHOWNORMAL); }