windows update settings advanced options

Enable Microsoft Office updates

To enable other Microsoft Updates than Windows Updates you need to enable Microsoft Update service.

Its a way to enable “Give me updates for other Microsoft products when I update Windows”

VBScript

Set ServiceManager = CreateObject("Microsoft.Update.ServiceManager") ServiceManager.ClientApplicationID = "My App"

'adding the Microsoft Update Service, GUID 
Set NewUpdateService = ServiceManager.AddService2("7971f918-a847-4430-9279-4a52d1efe18d",7,"")

References

Mcirosoft Developer Network Documentation Opt-In to Microsoft Update

Leave a Reply

Your email address will not be published. Required fields are marked *