¿Le gustaría aprender a mover el mouse con Powershell? En este tutorial, le mostraremos cómo usar Powershell para mover el mouse automáticamente cada minuto en una computadora que ejecuta Windows.
• Windows 2012 R2
• Windows 2016
• Windows 2019
• Windows 10
• Windows 11
Equipment list
Here you can find the list of equipment used to create this tutorial.
This link will also show the software list used to create this tutorial.
Tutorial relacionado - PowerShell
En esta página, ofrecemos acceso rápido a una lista de tutoriales relacionados con PowerShell.
Tutorial Windows - Mover el ratón automáticamente
Inicie una línea de comandos de Powershell.

Cree un script de Powershell.
Edite el script de Powershell.
Aquí está el contenido del script.
Ejecute el script de Powershell para mover el mouse automáticamente.
En nuestro ejemplo, el ratón se moverá 10 píxeles cada 5 segundos.
Cierre la ventana de Powershell para dejar de mover el mouse automáticamente.
¡Felicitaciones! Puede mover el mouse con Powershell.