PowerShell PowerShell Add-Type -AssemblyName System.Windows.Forms Add-Type -AssemblyName UIAutomationClient $wshell = New-Object -ComObject wscript.shell $wshell.SendKeys("Hello") 12345 Add-Type -AssemblyName System.Windows.FormsAdd-Type -AssemblyName UIAutomationClient $wshell = New-Object -ComObject wscript.shell$wshell.SendKeys("Hello")