PowerToys icon indicating copy to clipboard operation
PowerToys copied to clipboard

Cannot run Powertoys without admin priviliges

Open tw258 opened this issue 1 year ago • 1 comments

Microsoft PowerToys version

0.68.1

Installation method

GitHub

Running as admin

Yes

Area(s) with issue?

General

Steps to reproduce

Although "Always run as Administrator" - settings is disabled image

✔️ Expected Behavior

starting Powertoys without admin priviliges

❌ Actual Behavior

Powertoys.exe always requires to be run as admin

Other Software

No response

tw258 avatar Mar 10 '23 07:03 tw258

Managed to find the settings in "%LOCALAPPDATA%\Microsoft\PowerToys\settings.json"

tw258 avatar Mar 10 '23 08:03 tw258

Managed to find the settings in "%LOCALAPPDATA%\Microsoft\PowerToys\settings.json"

Were you able to fix your issue manually? /needinfo

stefansjfw avatar Mar 21 '23 13:03 stefansjfw

Yes, issue fixed.

tw258 avatar Mar 22 '23 08:03 tw258

Hello, I met the same problem. I tried your ways and didn't help.

{
"startup":true,
"enabled":{},
"is_elevated":true,
"run_elevated":false,
"download_updates_automatically":true,
"enable_experimentation":true,
"is_admin":true,
"theme":"system",
"system_theme":"dark",
"powertoys_version":"v0.70.1"
}

notice that is_elevated and is_admin are two keys I cannot change.

MuelNova avatar Jun 06 '23 01:06 MuelNova

"is_elevated" is set to false in my settings. Changing this settings in "%LOCALAPPDATA%\Microsoft\PowerToys\settings.json" works for me. Maybe try to delete the whole PowerToys directory for a full reset?

tw258 avatar Jun 06 '23 05:06 tw258

I changed is_elevated to False and the next time I start PoweyToys, this would be set to True again. I tried to make it read-only(which should not), but I still open it in elevated mode.

I'll try a full reset and that should work, thank you for your help.

MuelNova avatar Jun 06 '23 06:06 MuelNova