opus-nt/mods/[hell]/disable game mode/modscript.py

4 lines
210 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","0","/f"])