Skip to content

Instantly share code, notes, and snippets.

@tehmasta
Forked from JohnHammond/powershell_quiet.ps1
Created January 6, 2023 19:41
Show Gist options
  • Save tehmasta/bfe6872966451f5130da7158aae8ab2f to your computer and use it in GitHub Desktop.
Save tehmasta/bfe6872966451f5130da7158aae8ab2f 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