• EnglishSpanishGermanFrenchPolishChinese (Traditional)


EnglishSpanishGermanFrenchPolishChinese (Traditional)

Operating systems, scripting, PowerShell and security

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

Menú principal
  • Categorías
  • Cursos
  • Libro de PowerShell
  • Lo mejor
  • Lo último
  • Proyectos
  • Contactar
Ir al contenido

Ejercicios de PowerShell: escribir en pantalla

PowerShell
1
2
3
Start-Sleep -Seconds 5
[System.Windows.Forms.SendKeys]::SendWait("hla")
[System.Windows.Forms.SendKeys]::SendWait("{ENTER}")
Publicado el día 19 de enero de 2021

CATEGORÍAS

Automatización, PowerShell

ETIQUETAS

Ejercicios de PowerShell, Jesús Niño, Jesús Niño Camazón, SendWait, Start-Sleep, System.Windows.Forms.SendKeys, Windows

MÁS

  • Automatizar desde Python
  • Crear formulario dentro de otro formulario mediante una función con PowerShell
  • Cómo depurar scripts en ISE de Windows PowerShell
  • Abrir Chrome utilizando SendKeys
  • Buscar el nombre de una clase de un formulario en PowerShell con Microsoft Spy++ y escribir un mensaje en una caja de texto sin conocer el identificador de ventana en concreto del proceso…
  • Convertir un script de PowerShell en un ejecutable de Windows (convertir un formulario en PowerShell)