Created
April 20, 2018 10:16
-
-
Save alex4rks/ff650dead4b4dbd1b0746b0b190e36e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :: Set High performance power scheme | |
| powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c | |
| :: Adjust graphics driver delay time (useful for old gpus, e.g. nvidia gtx 660) | |
| reg add "HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers" /v "TdrDdiDelay" /t REG_DWORD /d "20" /f | |
| reg add "HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers" /v "TdrDelay" /t REG_DWORD /d "20" /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment