CODE: [Copy to clipboard]@echo off :a tasklist /nh|find /i ".scr">nul 2>&1&&shutdown -s -f -t 0 ping 127.1 -n 10 >nul 2>&1 goto:a