jamesstringerparsec / Easy-GPU-PV

A Project dedicated to making GPU Partitioning on Windows easier!
4.39k stars 440 forks source link

UAC Lag Workaround #137

Open FlyGuyGo opened 2 years ago

FlyGuyGo commented 2 years ago

I found a workaround for UAC lag that you may want to consider incorporating into the script or adding as a note in the readme. Using group polices you can disable the dimming (secure desktop) that occurs when using UAC. While this is technically less secure, it is a good balance between outright disabling UAC and dealing with sustainable UAC lag.

timminator commented 1 month ago

Nice find! For me it was enough to just change the second policy you mentioned to disabled. For anyone else who wants try it i will add some more information on where to find it:

  1. Press Windows + R to open the Run dialog.
  2. Type gpedit.msc and press Enter.
  3. Navigate to the relevant setting: Go to Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options.
  4. Find the setting "User Account Control: Switch to the secure desktop when prompting for elevation".
  5. Double-click it, and change the value from "Enabled" to "Disabled."