Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 206 Bytes

cmd.md

File metadata and controls

7 lines (5 loc) · 206 Bytes

Windows cmd.exe

  • Loop command 200 times, waiting 10 seconds between loops
    FOR /L %x IN (1,1,200) DO taskkill /F /FI "USERNAME eq troy.kelley" /IM CredentialUIBroker.exe && timeout 10