Skip to content

Instantly share code, notes, and snippets.

@ViniciusFXavier
Created February 23, 2023 07:32
Show Gist options
  • Save ViniciusFXavier/f6213d20c32b0b3686fb0883c10bb746 to your computer and use it in GitHub Desktop.
Save ViniciusFXavier/f6213d20c32b0b3686fb0883c10bb746 to your computer and use it in GitHub Desktop.
Increase the priority of a win10 application
1. Press WINDOWS KEY + R
2. Type in "RegEdit"
3.Navigate on to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options
Create a new Key:
"yourgame.exe"
Create another Key:
PerfOptions
Create a NEW DWORD (32 BIT):
CpuPriorityClass
Change the value from 0 - Low to 3 - Hight
MAKE SURE ITS HEXADECIMAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment