opus-nt/mods-trustedInstaller/[all-based]/disable action center service and menus/modscript.py

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"])