Untitled
unknown
plain_text
2 years ago
239 B
5
Indexable
while ($true) {
Write-Host "Simulating key press..."
[System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
[System.Windows.Forms.SendKeys]::SendWait('^')
Start-Sleep -Seconds 120 # Sleep for 2 minutes
}Editor is loading...