Created
January 23, 2020 01:48
-
-
Save wesinator/372ab4f10dff1a2e15efefd93ff02e14 to your computer and use it in GitHub Desktop.
Disable Windows update status info on login screen. Mitigate leaking update patch status - https://anothercybersecurityblog.wordpress.com/2020/01/22/a-microsoft-windows-patch-status-information-disclosure-with-a-lesson-for-software-and-system-designers-if-they-want-to-actually-build-secure-products/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; mitigates https://anothercybersecurityblog.wordpress.com/2020/01/22/a-microsoft-windows-patch-status-information-disclosure-with-a-lesson-for-software-and-system-designers-if-they-want-to-actually-build-secure-products/ | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\AutoUpdate] | |
"UpdatesAvailableForInstallLogon"=dword:00000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment