Add back modscript for disable autoplay to ensure vigorous application

This commit is contained in:
Fierelier 2022-03-04 06:37:25 +01:00
parent 20a768f3e3
commit eec465252f

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\\Microsoft\\Windows\\CurrentVersion\\policies\\Explorer","/v","NoDriveTypeAutoRun","/t","REG_DWORD","/d","0x000000ff","/f"])