This tool will run in the background and monitor the specified application and create the dump file. This utility will create a dump file whenever it reaches an exception or if the CPU spikes to 100%Usage: procdump -c 100 -e 1 -ma -t QPM.Service.Host.exe
The link above provides step by step instructions which are easy to follow. This will run automatically once setup and will capture a dump whenever the service crashes. This should be used with option 2.
This method monitors the specified application and creates a dump file but the configuration is quite involved. We don't recommend this option but you may implement it if you desire.