/* Written by David Holmedal www.davidholmedal.com davidholmedal@gmail.com Please do not redistribute, but instead refer to my website. */ macroscript killInfoCenter category:"Benzie" buttonText:"Kill Info" toolTip:"Kill the pain in the ass WSCommCntr1.exe that hangs the computer all the time" --Icon:#("DavidIcons_FolderIcons", 6) ( try(DOSCommand "taskkill /pid WSCommCntr1.exe /f")catch() )