Skip to content

Instantly share code, notes, and snippets.

@spddl
Created November 14, 2023 10:38
Show Gist options
  • Save spddl/ef9de8b160169fa897b9c0eb75a7ad9f to your computer and use it in GitHub Desktop.
Save spddl/ef9de8b160169fa897b9c0eb75a7ad9f to your computer and use it in GitHub Desktop.
$WShell = New-Object -com "Wscript.Shell"
while ($true) {
$WShell.sendkeys("{SCROLLLOCK}")
Start-Sleep -Milliseconds 100
$WShell.sendkeys("{SCROLLLOCK}")
# Start-Sleep -Seconds 600 # 10 min
Start-Sleep -Seconds 240 # 4 min
}
timeout 60
CreateObject("Wscript.Shell").Run "powershell.exe -noprofile -File ""C:\Program Files\powershell\scripte.ps1\mouseJiggler.ps1""", 0, False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment