opus-nt/mods/[all-nu]/uninstall pc health check/modscript.py

3 lines
273 B
Python
Raw Normal View History

opusnt.runReg(["add",opusnt.regTmpPath + "software\\Microsoft\\PCHC","/v","PreviousUninstall","/t","REG_DWORD","/d","0x00000001","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Microsoft\\PCHealthCheck","/v","installed","/t","REG_DWORD","/d","0x00000001","/f"])