Remove mod: disable silent app install

This commit is contained in:
Fierelier 2023-03-05 17:06:09 +01:00
parent 520d5371cd
commit ab5f5ce037
3 changed files with 0 additions and 8 deletions

View File

@ -1 +0,0 @@
Stops Windows from downloading random shitty apps.

View File

@ -1,6 +0,0 @@
opusnt.runReg(["add",opusnt.regTmpPath+ "software\\Policies\\Microsoft\\Windows\\CloudContent","/v","DisableWindowsConsumerFeatures","/t","REG_DWORD","/d","0x00000001","/f"])
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"])

View File

@ -1 +0,0 @@
performance quality