Sfoglia il codice sorgente

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 2 anni fa
parent
commit
3a39243f45
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5
    0
      GamePriority-SetReg.bat

+ 5
- 0
GamePriority-SetReg.bat Vedi File

@@ -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.