mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Do not run elevated by default (#884)
Make the runner not run as elevated by default. Add a setting for "run PowerToys as elevated" and buttons to restart the process with the different elevation levels.
This commit is contained in:
committed by
GitHub
parent
fd8fc679be
commit
619ed234a9
@@ -1,5 +1,8 @@
|
||||
#define APPICON 101
|
||||
#define ID_TRAY_MENU 102
|
||||
#define IDS_COULDNOT_RESTART_NONELEVATED 103
|
||||
#define IDS_COULDNOT_RESTART_ELEVATED 104
|
||||
#define IDS_ERROR 105
|
||||
#define ID_EXIT_MENU_COMMAND 40001
|
||||
#define ID_SETTINGS_MENU_COMMAND 40002
|
||||
#define ID_ABOUT_MENU_COMMAND 40003
|
||||
|
||||
Reference in New Issue
Block a user