JamesCJ60 / Universal-x86-Tuning-Utility

Unlock the full potential of your Intel/AMD based device.
GNU General Public License v3.0
1.6k stars 41 forks source link

Require adminstrator in app.manifest #191

Closed 1MrEnot closed 4 months ago

1MrEnot commented 5 months ago

Replaces manual user role check with "requireAdministrator" in app.manifest

From user standpoint it makes obvious, that app requires administrator permissions (shield icon) and improves startup time a bit From developer standpoint it makes a bit easier to debug app: VisualStudio automatically offers to restart IDE with administrator rights if not yet, Rider writes message to console, asking for elevated permissions

Was: image

Now: image

(have no idea why GitHub fails to detect identation fix properly, so moved it to separate commit)