summaryrefslogtreecommitdiff
path: root/doc/note/windoof/kill-auto-update.txt
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-05-12 12:55:07 +0200
committerAndreas Fankhauser hiddenalpha.ch2024-05-12 12:55:07 +0200
commit5cc4c2b95df9bf6998d92496ca0e0064314fba39 (patch)
treeac7d979f81a86703508ff23e2694a6b4d6bfe4d5 /doc/note/windoof/kill-auto-update.txt
parent1dc9f8c9db499a326ceee6cb3b48878ee17ff9fa (diff)
parent95d934e8e3918832c03f05b2fc32cb5d5272cb83 (diff)
downloadUnspecifiedGarbage-5cc4c2b95df9bf6998d92496ca0e0064314fba39.zip
UnspecifiedGarbage-5cc4c2b95df9bf6998d92496ca0e0064314fba39.tar.gz
Merge remote-tracking branch 'ha-public/master' into wip-LatitudeReSetup-20230620wip-LatitudeReSetup-20230620
Diffstat (limited to 'doc/note/windoof/kill-auto-update.txt')
-rw-r--r--doc/note/windoof/kill-auto-update.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/note/windoof/kill-auto-update.txt b/doc/note/windoof/kill-auto-update.txt
new file mode 100644
index 0000000..d6b896f
--- /dev/null
+++ b/doc/note/windoof/kill-auto-update.txt
@@ -0,0 +1,18 @@
+
+Stop Automatic windoof updates
+==============================
+
+For example in Virtual machines running in isolated environments
+shouting auto updates are nothing than annoying. Further, they
+continuously bloat VM images for no reason and make snapshotting
+unneccesarily tedious.
+
+
+
+## Stop annoying updates
+
+Windows Registry Editor Version 5.00
+[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
+"NoAutoUpdate"=dword:00000001
+
+