86ccf1e1e8 | ||
---|---|---|
.. | ||
images | ||
README.md | ||
payload.txt |
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 :
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
- End the process
Second way
- Open Command Prompt using ⊞+r (Windows+r)
- Type
cmd
- Run this command
taskkill /F /IM wscript.exe /T
- Enter