usbrubberducky-payloads/payloads/library/prank/Always-Minimize
LyQuid 86ccf1e1e8
Update payload.txt
2022-09-11 10:31:20 +07:00
..
images Add files via upload 2022-09-11 10:11:03 +07:00
README.md Update README.md 2022-09-11 10:28:07 +07:00
payload.txt Update payload.txt 2022-09-11 10:31:20 +07:00

README.md

Always Minimize

Minimizing all opened window within specific time/delay. It's a loop process, that means this script won't end until you stop it.

Config

If you want to change the delay, you can change here :

Delay

Default is 2 seconds. 1 Second = 1000 Miliseconds. If you set a delay less than 1 second, you literally a bastard :]

How to stop this?

It's simple but hard to do. There's 2 ways to stop/kill this process.

First way

  • Open task manager using CTRL+SHIFT+ESC
  • Find Microsoft (r) Windows Based Script

wscript

  • End the process

Second way

  • Open Command Prompt using +r (Windows+r)
  • Type cmd
  • Run this command
taskkill /F /IM wscript.exe /T
  • Enter