███ ███ 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 ███ ███