Skip to content

Instantly share code, notes, and snippets.

@JohnHammond
Created May 3, 2021 23:08
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/6658f4a40f05d40979b98a6b8e235c12 to your computer and use it in GitHub Desktop.
Save JohnHammond/6658f4a40f05d40979b98a6b8e235c12 to your computer and use it in GitHub Desktop.
$s.UseShellExecute=$false;
$s.RedirectStandardOutput=$true;
$s.WindowStyle='Hidden';
$s.CreateNoWindow=$true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment