Compare commits

...

3 Commits

Author SHA1 Message Date
Fierelier e9361598ef Update version 2022-07-18 20:34:51 +02:00
Fierelier 0aa1306fdd Update docs 2022-07-18 20:34:44 +02:00
Fierelier 9489e9ff69 Update mod: disable automatic updates 2022-07-18 20:34:17 +02:00
6 changed files with 11 additions and 1 deletions

View File

@ -179,6 +179,7 @@ Mods that require TrustedInstaller rights<br>
<tr><td>[all-based]\<b>disable windows update menus</b></td><td>quality</td><td>Remove Windows Update menus in Vista/7, as Windows Update sucks in them.</td></tr>
<tr><td>[all-nu]\<b>new command prompt context option</b></td><td>quality</td><td>Adds Command Prompt to the context menu, when rightclicking a folder or the background.</td></tr>
<tr><td>[hell2]\[binaries]\<b>custom oobe</b></td><td>stability, quality</td><td>Replace the last step of setup with a custom one to prevent setup failure and to skip questions.</td></tr>
<tr><td>[hell]\<b>disable automatic updates</b></td><td>performance</td><td>Disables Windows from downloading and installing updates, reducing random loads.</td></tr>
</table><br>
</body>
</html>

View File

@ -179,6 +179,7 @@ Mods that require TrustedInstaller rights<br>
<tr><td>[all-based]\<b>disable windows update menus</b></td><td>quality</td><td>Remove Windows Update menus in Vista/7, as Windows Update sucks in them.</td></tr>
<tr><td>[all-nu]\<b>new command prompt context option</b></td><td>quality</td><td>Adds Command Prompt to the context menu, when rightclicking a folder or the background.</td></tr>
<tr><td>[hell2]\[binaries]\<b>custom oobe</b></td><td>stability, quality</td><td>Replace the last step of setup with a custom one to prevent setup failure and to skip questions.</td></tr>
<tr><td>[hell]\<b>disable automatic updates</b></td><td>performance</td><td>Disables Windows from downloading and installing updates, reducing random loads.</td></tr>
</table><br>
</body>
</html>

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

View File

@ -1,2 +1,2 @@
@echo off
exit /b 11
exit /b 12