Jump to content

baliktad

Member
  • Posts

    155
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About baliktad

Contact Methods

  • Website URL
    http://localhost/

Profile Information

  • OS
    Windows 10 x64

baliktad's Achievements

0

Reputation

  1. You should not be copying files from the SoftwareDistribution folder from one machine to another. That's a totally hacky solution and will break if you are using a new operating system, service pack, language, or architecture. Instead, use the following method: 1) Install the latest Windows Update Agent. For assistance downloading the most recent version, please refer to this Technet Article. Depending on your usage, you will probably want to automate the installation by adding the parameters "/quiet /norestart" 2) Opt-in to Microsoft Update with this simple script (source: MSDN Article): Set ServiceManager = CreateObject("Microsoft.Update.ServiceManager") ServiceManager.ClientApplicationID = "My App" 'add the Microsoft Update Service, GUID Set NewUpdateService = ServiceManager.AddService2("7971f918-a847-4430-9279-4a52d1efe18d",7,"") Just save that text as "muoptin.vbs" and then you can run cscript muoptin.vbs for an unattended setup.
×
×
  • Create New...