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

3 lines
272 B
Python
Raw Normal View History

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