opus-nt/mods/[hell]/disable meet now tray icon/modscript.py

5 lines
253 B
Python
Raw Normal View History

2021-10-30 15:21:28 +00:00
for reg in regs:
if not reg.startswith("user-"): continue
user = opusnt.regTmpPath + reg
opusnt.runReg(["add",user + "\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer","/v","HideSCAMeetNow","/t","REG_DWORD","/d","0x00000001","/f"])