Skip to content

Instantly share code, notes, and snippets.

@alex4rks
Created April 20, 2018 10:16
Show Gist options
  • Select an option

  • Save alex4rks/ff650dead4b4dbd1b0746b0b190e36e1 to your computer and use it in GitHub Desktop.

Select an option

Save alex4rks/ff650dead4b4dbd1b0746b0b190e36e1 to your computer and use it in GitHub Desktop.
:: 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