Disabling Automatic Updates using registry and script - need help

G

Guest

Hi!
I am trying to disable Automatic Updates on Windows 2000 computers/server
usring .reg file. This is what I have so far:
I am deleting a key
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoUpdate"=-
Adding a Key.
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoUpdate"=DWORD:00000001
Also, it does delete a key but doesn't add it. Also, is this sufficient
enough?
Thank you,
 
D

Dave Patrick

There's no reason to delete it first in your REG file. Through group policy;

Computer Configuration\Administrative Templates\Windows Components\Windows
Update "Configure Automatic Updates" to Disabled

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hi!
| I am trying to disable Automatic Updates on Windows 2000 computers/server
| usring .reg file. This is what I have so far:
| I am deleting a key
| [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
| "NoAutoUpdate"=-
| Adding a Key.
| [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
| "NoAutoUpdate"=DWORD:00000001
| Also, it does delete a key but doesn't add it. Also, is this sufficient
| enough?
| Thank you,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top