É possível baixar e executar um arquivo hospedado em um servidor remoto usando um script .vbs? Minha tentativa abaixo parece não funcionar.
Dim objShell
Set objShell = WScript.CreateObject( "WScript.Shell" )
objShell.Run("""\12.345.67.789\filename.exe""")
Set objShell = Nothing
Tags windows windows-10 remote vbscript