Add mod: disable silent app install

This commit is contained in:
Fierelier 2021-05-19 14:21:45 +02:00
parent 442fa531bb
commit 6b22f13331

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\\ContentDeliveryManager","/v","SilentInstalledAppsEnabled","/t","REG_DWORD","/d","0x00000000","/f"])