Untitled

 avatar
unknown
plain_text
5 months ago
194 B
4
Indexable
Add-Type -AssemblyName System.Windows.Forms
for ($i = 0; $i -lt 4; $i++) {
    [System.Windows.Forms.SendKeys]::SendWait("^{ }")
    Start-Sleep -Milliseconds 100  # Adjust the delay as needed
}
Editor is loading...
Leave a Comment