Add mod: old context menu

This commit is contained in:
Fierelier 2021-12-29 23:13:20 +01:00
parent 9627f322f6
commit bad330992e
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,2 @@
if opusnt.target["version"]["build"] < 22000:
skip = True

View File

@ -0,0 +1,4 @@
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"])