summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-11-27 04:08:14 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-11-27 04:08:14 +0300
commit350c3fb8099a9412c9685558eb31170e6c8a8d66 (patch)
treebd10f0835dcc367496fc2a05b894028bc4191c52
parentwindows-apps.md: Ruby is painful (diff)
downloadnotes-350c3fb8099a9412c9685558eb31170e6c8a8d66.tar.gz
notes-350c3fb8099a9412c9685558eb31170e6c8a8d66.zip
windows-configuration.md: update
-rw-r--r--windows-configuration.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/windows-configuration.md b/windows-configuration.md
index 376553f..88c2f00 100644
--- a/windows-configuration.md
+++ b/windows-configuration.md
@@ -22,6 +22,8 @@ Disable automatic reboots after updates are installed (Windows 7/8/10):
reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU ^
/t REG_DWORD /f /v NoAutoRebootWithLoggedOnUsers /d 1
+Prefer the local policy setting if possible.
+
Windows 10 upgrade
------------------
@@ -35,6 +37,9 @@ Disable the Windows 10 upgrade:
reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate ^
/t REG_DWORD /f /v DisableOSUpgrade /d 1
+Update: Probably irrelevant now, since Windows 7/8 installations don't get a
+Windows 10 upgrade anymore?
+
Desktop environment
-------------------
@@ -42,3 +47,6 @@ Disable the "new app installed" notifications (Windows 8/10):
reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer ^
/t REG_DWORD /f /v NoNewAppAlert /d 1
+
+Update: I haven't noticed any such notifications on my brand new Windows 10
+installation, so maybe it's irrelevant at least for Windows 10 now.