I managed to get this much together but having trouble cleaning up the script to display all the services and tasks into one msg box with status and green check box for running services and red X for failed services. Is that even possible? HELP!  ConsoleWrite(_IsServiceRunning('RSMgmtSrvc') & @CRLF) ConsoleWrite(_IsServiceRunning('RemovableStorageService') & @CRLF) ConsoleWrite(_IsServiceRunning('EAFRCliNP') & @CRLF) ConsoleWrite(_IsServiceRunning('EAFRCliManager') & @CRLF)   ;