Simular chaves com PowerShell
$wshell = New-Object -ComObject wscript.shell
$wshell.sendkeys('A')
Quaint Quetzal
$wshell = New-Object -ComObject wscript.shell
$wshell.sendkeys('A')