Scripting and security

Operating Systems, software development, scripting, PowerShell tips, network and security

Primary Menu
  • Home
  • Categories
  • Books
  • Courses
  • Top posts
  • Projects
  • Scripts
Skip to content

Ejecutar el comando “Ejecutar” utilizando SendKeys

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

PowerShell
1
2
3
4
#Abrir PowerShell
[System.Windows.Forms.SendKeys]::SendWait("^({ESC})")
[System.Windows.Forms.SendKeys]::SendWait("EJECUTAR")
[System.Windows.Forms.SendKeys]::SendWait("{ENTER}")

 


Automation, PowerShell SendWait, System.Windows.Forms.SendKeys, Windows

Related Articles

Crear una carpeta con la fecha actual (añomesdia) en Windows con PowerShell

Abrir una cuenta de Twitter y hacer capturas de pantalla de los tuits mediante ADB a través de PowerShell

Create a new compress archive file

Post navigation

Previous Previous post: Pulsar en el segundo resultado de la búsqueda en Google
Next Next post: Realizar conexiones TCP/UDP con Powershell