Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify the Update ScheduleContent of Modify the Update Schedule.vbsMD5 Hash: 11E0DDA5B8E906516874F016D952CD12 |
||
' Description: Demonstration script that modifies the software update schedule.
Set objAutoUpdate = CreateObject("Microsoft.Update.AutoUpdate") Set objSettings = objAutoUpdate.Settings objSettings.ScheduledInstallationDay = 3 objSettings.ScheduledInstallationTime = 4 objSettings.Save | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |