Skip to content

Instantly share code, notes, and snippets.

@KingCprey
Created August 25, 2016 11:37
Show Gist options
  • Save KingCprey/bf1005a9f274270c3db731b112859b3a to your computer and use it in GitHub Desktop.
Save KingCprey/bf1005a9f274270c3db731b112859b3a to your computer and use it in GitHub Desktop.
Changes GTAV exec priorities to Normal
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\subprocess.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\subprocess.exe\PerfOptions]
"CpuPriorityClass"=dword:00000020
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\GTAVLauncher.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\GTAVLauncher.exe\PerfOptions]
"CpuPriorityClass"=dword:00000020
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\GTA5.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\GTA5.exe\PerfOptions]
"CpuPriorityClass"=dword:00000020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment