3 ps
-W |
grep -e \\\\explorer.exe$
-e \\\\taskmgr.exe$
> /tmp
/killtasks.txt
8 echo "Okay to kill? If not, ^C"
11 pids
=$
(cat /tmp
/killtasks.txt |
sed -n "s/^[^0-9]*\([0-9][0-9]*\).*$/\1/p")
14 echo taskkill
//f
//pid
$p
20 /c
/WINDOWS
/system32
/taskmgr
&