From b003077f07875e3c429b17320852e936aa664926 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sun, 31 Oct 2021 02:23:21 +0200 Subject: [PATCH] Add mod: disable automatic updates --- mods/[hell]/disable automatic updates/modscript.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 mods/[hell]/disable automatic updates/modscript.py diff --git a/mods/[hell]/disable automatic updates/modscript.py b/mods/[hell]/disable automatic updates/modscript.py new file mode 100644 index 0000000..a3b7ea5 --- /dev/null +++ b/mods/[hell]/disable automatic updates/modscript.py @@ -0,0 +1 @@ +opusnt.runReg(["add",opusnt.regTmpPath + "software\\Policies\\Microsoft\\Windows\\WindowsUpdate\\AU","/v","NoAutoUpdate","/t","REG_DWORD","/d","0x00000001","/f"])