Skip to content

bung87/gamode

Repository files navigation

logo gamode Build Status

windows optimization tool for game.

support win8 and upper.

development under win11.

preview

  • enable system builtin game mode
  • disable win hotkeys
  • load us keyboard layout for CJK users
  • disable File and Printer Sharing
  • disable windows auto update
  • disable mouse enhance pointer precision
  • switch to maximum performance power plan
  • switch monitor refresh rate between 60 and max
  • switch sysMain service status
  • switch Windows Search service status

Development

nim c -d:release --app:gui .\src\gamode.nim

assembly Manifests(require windows SDK)

mt.exe -manifest .\src\gamode.exe.manifest -outputresource:.\src\gamode.exe

set app icon
rcedit ".\src\gamode.exe" --set-icon "gamode.ico"