Explorar el Código

Upload files to ''

Script to permanently set a game to run at high priority. Only touches whatever game you enter into it (Must be gamename.exe such as eldenring.exe).
nathan hace 2 años
padre
commit
3a39243f45
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      GamePriority-SetReg.bat

+ 5
- 0
GamePriority-SetReg.bat Ver fichero

@@ -0,0 +1,5 @@
1
+@echo off
2
+set /p gamename="Enter game name, including its file extension: "
3
+reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\%gamename%\PerfOptions" /v "CPUPriorityClass" /t REG_DWORD /d 3 /f
4
+echo The value has been added successfully.
5
+pause

Powered by TurnKey Linux.