Skip to content

Instantly share code, notes, and snippets.

@Gigabitzz
Last active January 23, 2024 20:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gigabitzz/e6ce53f53c20fb9eb051ee12771676b5 to your computer and use it in GitHub Desktop.
Save Gigabitzz/e6ce53f53c20fb9eb051ee12771676b5 to your computer and use it in GitHub Desktop.
RageMP Priority Override
Windows Registry Editor Version 5.00
; RageMP Priority: ABOVE NORMAL
; This registry file creates a registry entry that persistently sets the priority of the GTA5.exe process.
; If you would rather create the keys yourself, check out the EXPERT METHOD guide on the thread. You are on your own though.
; https://forum.gta.world/en/topic/76157-guide-setting-ragemp-priority-to-boost-your-fps-or-to-boost-your-apps-whilst-tabbed-out/
; Create the GTA5.exe and PerfOptions keys and set the RageMP's CpuPriorityClass to ABOVE NORMAL priority.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\GTA5.exe\PerfOptions]
"CpuPriorityClass"=dword:00000006
Windows Registry Editor Version 5.00
; RageMP Priority: BELOW NORMAL
; This registry file creates a registry entry that persistently sets the priority of the GTA5.exe process.
; If you would rather create the keys yourself, check out the EXPERT METHOD guide on the thread. You are on your own though.
; https://forum.gta.world/en/topic/76157-guide-setting-ragemp-priority-to-boost-your-fps-or-to-boost-your-apps-whilst-tabbed-out/
; Create the GTA5.exe and PerfOptions keys and set the RageMP's CpuPriorityClass to BELOW NORMAL priority.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\GTA5.exe\PerfOptions]
"CpuPriorityClass"=dword:00000005
Windows Registry Editor Version 5.00
; RageMP Priority: HIGH
; This registry file creates a registry entry that persistently sets the priority of the GTA5.exe process.
; If you would rather create the keys yourself, check out the EXPERT METHOD guide on the thread. You are on your own though.
; https://forum.gta.world/en/topic/76157-guide-setting-ragemp-priority-to-boost-your-fps-or-to-boost-your-apps-whilst-tabbed-out/
; Create the GTA5.exe and PerfOptions keys and set the RageMP's CpuPriorityClass to HIGH priority.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\GTA5.exe\PerfOptions]
"CpuPriorityClass"=dword:00000003

RageMP Priority Override

https://forum.gta.world/en/topic/76157-guide-setting-ragemp-priority-to-boost-your-fps-or-to-boost-your-apps-whilst-tabbed-out/

These registry files create a registry entry that persistently sets the priority of the GTA5.exe process. Run any of the .reg files based on your desired priority.

If you would rather create the keys yourself, check out the EXPERT METHOD guide on the thread. For your reference, here is the full list of CpuPriorityClass values for the dword value that you can change. The only thing you should be changing is the last digit. You are on your own though.

High Priority: 00000003 Above Normal Priority: 00000006 Below Normal Priority: 00000005

Idle Priority: 00000001 Normal Priority: 00000002 Realtime Priority (plz dont use this): 00000004

Windows Registry Editor Version 5.00
; Revert Registry Changes
; This registry file deletes the registry entries that we created.
; If you would rather delete the keys yourself, check out the EXPERT METHOD guide on the thread. You are on your own though.
; https://forum.gta.world/en/topic/76157-guide-setting-ragemp-priority-to-boost-your-fps-or-to-boost-your-apps-whilst-tabbed-out/
; Delete the GTA5.exe registry key.
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\GTA5.exe]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment