opus-nt/mods/[hell]/disable game mode/modscript.py
2021-08-03 02:55:27 +00:00

4 lines
219 B
Python

for reg in regs:
if not reg.startswith("user-"): continue
user = opusnt.regTmpPath + reg
opusnt.runReg(["add",user + "\\Software\\Microsoft\\GameBar","/v","AllowAutoGameMode","/t","REG_DWORD","/d","0x00000000","/f"])