opus-nt/mods/[based-only]/recycle bin in computer/modscript.py

5 lines
255 B
Python
Raw Normal View History

2021-03-19 02:44:27 +00:00
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"])