opus-nt/mods-trustedInstaller/[based-only]/disable action center service and menus/modscript.py
2021-03-19 03:44:27 +01:00

3 lines
272 B
Python

opusnt.runReg(["delete",opusnt.regTmpPath + "software\\Classes\\CLSID\\{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}","/f"],check=False)
opusnt.runReg(["add",opusnt.regTmpPath + "system\\CurrentControlSet\\services\\wscsvc","/v","Start","/t","REG_DWORD","/d","0x00000004","/f"])