mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 03:16:38 +10:00
58bc654304
Shutdown privilege can be removed from users (in Local Security Policy settings). This will remove it also from limited admin. Thus admin will be unable to shutdown machine (because Explorer runs as limited admin by default). In such case we will attempt to do silent elevation and proceed with shutdown using `SystemSettingsAdminFlows.exe` helper. Fixes #1015