nircmd/alive.ps1

6 lines
104 B
PowerShell
Raw Permalink Normal View History

2023-10-20 08:55:10 +02:00
while($true){
.\nircmd.exe movecursor 1 1
.\nircmd.exe movecursor -1 -1
Start-Sleep -Seconds 30
}