Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KMR-zoar/d7de74f218e1df917cda5695a1fc727b to your computer and use it in GitHub Desktop.
Save KMR-zoar/d7de74f218e1df917cda5695a1fc727b to your computer and use it in GitHub Desktop.
Add-Type -AssemblyName System.Windows.Forms
Start-Sleep -s 3
#2バイト文字もOKっぽい
[System.Windows.Forms.SendKeys]::SendWait("あか")
$include=[System.Windows.Forms.SendKeys]
$include::SendWait("OK")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment