Create README.md

pull/143/head
LyQuid 2022-09-11 10:08:58 +07:00 committed by GitHub
parent e2527f733b
commit 8563ba2b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
# Always Minimize
Minimizing all opened window within spesific time/delay.
## 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 <kbd>CTRL</kbd>+<kbd>SHIFT</kbd>+<kbd>ESC</kbd>
- Find `Microsoft (r) Windows Based Script`
- End the process
> Second way
- Open Command Prompt using <kbd></kbd>+<kbd>r</kbd>
- Type `cmd`
- Run this command
```
taskkill /F /IM wscript.exe /T
```
- Enter