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

4 lines
219 B
Python
Raw Normal View History

2021-08-03 02:55:27 +00:00
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"])