Created
October 19, 2018 13:41
-
-
Save obihann/f1a10fc4c5ac477aa95ca346a8f923ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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