Difference between revisions of "Disable Recommended Updates Windows 7 Registry"

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...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
This will disable the downloading of Recommended Updates in Windows 7. You can use the .reg file or edit the registry manually.
 
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]]
+
Download Registry File: [http://www.etcwiki.org/images/c/c6/Rec-updates.reg Rec-updates.reg]
 
 
 
  Windows Registry Editor Version 5.00
 
  Windows Registry Editor Version 5.00
 
   
 
   
 
  [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]]

Latest revision as of 22:23, 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: Rec-updates.reg

Windows Registry Editor Version 5.00

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