Automatización, PowerShell for(1) { $aleatorio = Get-Random (1..100000) Start-Sleep -Seconds 5 [System.Windows.Forms.SendKeys]::SendWait($aleatorio) [System.Windows.Forms.SendKeys]::SendWait("{ENTER}") }