Process Guard for Developer (100% FREE) is a redistributable executable file that used to monitor your application process, once your application is crashed unexpectedly, it will be restarted automatically by this program.

It is very easy to use, just put the distributable executable file (tssi-pgd.exe) into your application folder, and execute it when your own program starts, then it will always protect your application for accidental crash.

Usually, if your application is running in the background or runs as a system tray icon, and you do not want to it to be accidental crash (except users close it manually), you may need it, in fact, maybe it can be used as a standard component for any windows executable application.

Now, just try it to get the self-restarting feature for your application, and it is 100% free. At last, don't forget to end the tssi-pgd.exe process when your application normal closing by end users.

# Support Process Guard for Developer (100% FREE)

Process Guard for Developer is 100% Freeware, if you think it is good, it's welcome for you to support it by Making Donation, Writing Article or Comment, Recommending to Friend and Linking to Your website.

Link Code
  • Install it, recommend you retain "Open Redistributable File Location" as checked at the final step.
  • Open the redistributable file location (automatically as above or manually by clicking the related shortcut in the Start menu), and copy tssi-pgd.exe file to your application executable file location.
  • Run tssi-pgd.exe with a parameter (your executable file name) when your application starts, sample code (VB 2008):
    Shell (Application.StartupPath & "\tssi-pgd.exe " & Process.GetCurrentProcess.ProcessName & ".exe")
  • End it when your application is closing by the end users, sample code (VB 2008):
    For Each p As Process In Process.GetProcesses()
         If p.ProcessName.ToLower = "tssi-pgd" Then p.Kill() : Exit For
    Next
As above, very easy to use, and only need to write several code lines to let your application containing the process monitor and self-restarting features.
QuoteProcess Guard for Developer is a useful tool that was especially designed to assist programmers in identifying performance bottlenecks for certain applications.

When the app crashes, Process Guard for Developer will automatically restart it and if you put the executable in the directory of the monitored program, it will prevent accidental crashes.

1. Easy Way

Just click the related buttons on the right to share it to Facebook, Twitter, Google+, etc.

2. Manual Sharing

You can also manually share it by using the following text in your email or other places.

Subject: Recommend 100% FREE software - Process Guard for Developer: Restart process if it crashed for developers (from 'your name here')

Content:
Hi,

I'm using Process Guard for Developer, it is a redistributable executable file that used to monitor your application process, once your application is crashed unexpectedly, it will be restarted automatically by this program file.

You should have a test!

Official page: https://www.trisunsoft.com/process-guard-developer/
Direct download: https://www.trisunsoft.com/freeware/process-guard-developer.zip
For Windows Download Process Guard for Developer v1.0, 658 KB Download