opus-nt/mods/[all]/recycle bin in computer/modscript.py
2021-12-26 19:51:12 +01:00

5 lines
255 B
Python

for reg in regs:
if not reg.startswith("user-"): continue
user = opusnt.regTmpPath + reg
opusnt.runReg(["add",user + "\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\Namespace\\{645FF040-5081-101B-9F08-00AA002F954E}","/ve","/f"])