/build/static/layout/Breadcrumb_cap_w.png

Need help disabling Windows updates

I want to use Kace to disable windows updates, but I can't get the default script to work. Does anybody have any tricks to get it to work or a script that they use? We are running Windows 7


0 Comments   [ + ] Show comments

Answers (2)

Answer Summary:
Posted by: Trinity 12 years ago
Brown Belt
2

Best practice is to use GPO to control Windows Updates among your network.

Other reading if you are not using Active Directory:
http://technet.microsoft.com/en-us/library/cc708449(v=ws.10).aspx  

Posted by: mpace 12 years ago
Red Belt
0

A couple different ways to try:

Batch script:

 reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 3 /f
REM add this next line to disable the AU service
sc config wuauserv start= disabled

 

Via sysprep answer file:

<settings pass="oobeSystem">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <OOBE>
                <ProtectYourPC>3</ProtectYourPC>
            </OOBE>
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ