Skip to content

Instantly share code, notes, and snippets.

@obihann
Created October 19, 2018 13:41
Show Gist options
  • Save obihann/f1a10fc4c5ac477aa95ca346a8f923ba to your computer and use it in GitHub Desktop.
Save obihann/f1a10fc4c5ac477aa95ca346a8f923ba to your computer and use it in GitHub Desktop.
$wshell = New-Object -com "Wscript.Shell"
Sleep 5
$wshell.SendKeys('abc123')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment