Abdelrhman-AK / WinPaletter

Advanced Windows Appearance Editor
Other
1.35k stars 54 forks source link

Running in Standard Account pulls Administrator Account Theme #185

Closed SupahMario closed 10 months ago

SupahMario commented 11 months ago

Describe the bug

Since the file itself is marked as administrator only, attempting to run it as a standard user will bring up the UAC prompt and request an account to be used to escalate privileges. Whichever account you decide to use here will be the user that the program ends up pulling from, including the theme. Attempting to change the theme through here will also only affect said administrator account. This isn't the first time we've seen this issue occur -- other programs seem to encounter a similar issue as well.

WinPaletter Log

If an exception error occurred, press on copy details and paste them here. The details will include info about WinPaletter version, date, current OS, exception error message & Stack Trace.

Screenshots/Screen records

image

Additional context

Older builds seemed to not be marked as administrator only, and would only request the UAC prompt when applying the theme. This worked relatively fine, minus the amount of UAC prompts given. Could probably work around this by launching a process that applies everything as UAC itself. ...Or just not require it for the steps which only apply to the user itself.

Abdelrhman-AK commented 11 months ago