Advertisement
opexxx

conf.vbs

Mar 10th, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command = "powershell.exe -WindowStyle hidden -ExecutionPolicy Bypass -nologo -noprofile -file %USERPROFILE%\Documents\Updater.ps1"
  2. Dim objShell
  3. objShell.Run command,0
  4. Set objShell = Nothing
  5. Set objShell = WScript.CreateObject("WScript.Shell")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement