From 350c3fb8099a9412c9685558eb31170e6c8a8d66 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 27 Nov 2017 04:08:14 +0300 Subject: windows-configuration.md: update --- windows-configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- cgit v1.2.3