Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

App not running notification app?

  • 04-03-2020 11:38PM
    #1
    Registered Users, Registered Users 2, Paid Member Posts: 8,051 ✭✭✭


    Hi all,

    I'd like an app to run 24/7 on a Win 10 PC but I'm often away from the PC for days at a time.

    Does anyone know of a monitoring app which will check a specified app/process is running and if it doesn't find it running send an email or SMS alerting me that it isn't running so I could then take action to get the app back up and running?

    Cheers.


Comments

  • Moderators, Computer Games Moderators, Recreation & Hobbies Moderators Posts: 11,116 Mod ✭✭✭✭CatInABox


    Probably best to write a powershell script, and then put that into the scheduler to run every hour or so. At worst, it'll be down for an hour or so.


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 96,484 Mod ✭✭✭✭Capt'n Midnight


    old school
    AT /EVERY can be used to run a script

    You can use PSLIST from windows sysinternals to list what's running

    BLAT can email http://www.blat.net/faq/


    Or you can setup the program as a service and let the OS sort it out
    YMMV on this


Advertisement