I have an "Alert" setup in perfmon, but it gives me only two options to start it:
- Manualy
- At an specified time (schedule)
So...
How to Setup Perfmon to Automaticaly Start an "Alert" At System Startup?
I know I can type "logman start {alert-name}
" to start the alert, but how to run this command automaticaly at system startup?
One solution is to create a .bat with this command and leave it at "Startup" folder. But, it would require to logon to trigger this .bat.
So... what are the alternatives?