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

3 lines
255 B
Python
Raw Normal View History

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