Disable Recommended Updates Windows 7 Registry: Difference between revisions

From ETCwiki
Jump to navigationJump to search
Created page with "This will disable the downloading of Recommended Updates in Windows 7. You can use the .reg file or edit the registry manually. Download Registry File: File:Rec-updates.reg..."
 
No edit summary
Line 7: Line 7:
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
  "IncludeRecommendedUpdates"=dword:00000000
  "IncludeRecommendedUpdates"=dword:00000000
[[Category:Software]]

Revision as of 17:22, 5 February 2016

This will disable the downloading of Recommended Updates in Windows 7. You can use the .reg file or edit the registry manually.

Download Registry File: File:Rec-updates.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"IncludeRecommendedUpdates"=dword:00000000