Update mod: disable automatic updates

This commit is contained in:
Fierelier 2022-07-18 20:34:17 +02:00
parent d6c7991635
commit 9489e9ff69
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
Disables Windows from downloading and installing updates, reducing random loads.

View File

@ -0,0 +1,6 @@
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Microsoft\\Windows NT\\CurrentVersion\\NetworkList\\DefaultMediaCost","/v","3G","/t","REG_DWORD","/d","0x00000002","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Microsoft\\Windows NT\\CurrentVersion\\NetworkList\\DefaultMediaCost","/v","4G","/t","REG_DWORD","/d","0x00000002","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Microsoft\\Windows NT\\CurrentVersion\\NetworkList\\DefaultMediaCost","/v","5G","/t","REG_DWORD","/d","0x00000002","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Microsoft\\Windows NT\\CurrentVersion\\NetworkList\\DefaultMediaCost","/v","Default","/t","REG_DWORD","/d","0x00000002","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Microsoft\\Windows NT\\CurrentVersion\\NetworkList\\DefaultMediaCost","/v","Ethernet","/t","REG_DWORD","/d","0x00000002","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Microsoft\\Windows NT\\CurrentVersion\\NetworkList\\DefaultMediaCost","/v","WiFi","/t","REG_DWORD","/d","0x00000002","/f"])

View File

@ -0,0 +1 @@
performance