opus-nt/mods/[hell2]/old context menu/modscript.py

5 lines
218 B
Python
Raw Normal View History

2021-12-29 22:13:20 +00:00
for reg in regs:
if not reg.startswith("user-"): continue
user = opusnt.regTmpPath + reg
opusnt.runReg(["add",user + "\\SOFTWARE\\Classes\\CLSID\\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\\InprocServer32","/ve","/f"])