Skip to content

KodeXall/Abort_All_Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

███ ███ Abort All Scripts ███ README ███ ███

(This README repeats the most essential information contained as detailed comments within the code of the BAT file)

███ ███ Abort All Scripts ███ README ███ description ███

Windows Batch script that acts as a blunt process kill switch

███ ███ Abort All Scripts ███ README ███ test environment ███

Written initially on Windows 10 Enterprise 20H2 x64 (10.0.19042) and continued to be used on Windows 10 IOT Enterprise LTSC 21H2 x64 (19044.7058)

███ ███ Abort All Scripts ███ README ███ summary ███

Designed for dealing with runaway scripts, infinite loops and self-restarting automation

This script will close aggressively all processes of: ● AutoHotkey ● Batch ● PowerShell ● VBScript

███ ███ Abort All Scripts ███ README ███ caveats ███

It must be executed with privileges

When used out-of-the box it requires to be placed in the

C:\YOUR-SCRIPTS\

folder plus it relays partially on presence of the >>nircmd.exe<< command line interpreter at

C:\YOUR-PORTABLES\NirSoft\NirCmd\

but you can of course adjust those paths in the code

███ ███ Abort All Scripts ███ README ███ options ███

When pinned to the Taskbar in a proper way, it can serve as a panic button. (Instructions for this are in the code's comments)

███ ███ Abort All Scripts ███ README ███ ███

About

Windows Batch script that acts as a blunt process kill switch for stopping rouge and hidden scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors