Skip to content

Instantly share code, notes, and snippets.

@embee-research
Created May 5, 2021 05:54
Show Gist options
  • Save embee-research/19976ce6293d2a3c94ed32b940046387 to your computer and use it in GitHub Desktop.
Save embee-research/19976ce6293d2a3c94ed32b940046387 to your computer and use it in GitHub Desktop.
Powershell -win hi -Command "
$r = [Environment]::GetEnvironmentVariable("user.name", 'User').split();
$p=$r[0];
$r[0]=";
Start-Process $p -AgumentList ($r - join '') -Win Hi
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment