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

5 lines
244 B
Python

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","1","/f"])