To stop it, in your batch program,
HTML Code:
NET STOP "Error Reporting Service"
HTML Code:
NET START "Error Reporting Service"
|
Go4Expert Member
|
|
| 31May2011,22:14 | #1 |
|
Yes it's possible to start or disable a service on windows with batch programs which will contain DOS command line!
To stop it, in your batch program, HTML Code:
NET STOP "Error Reporting Service" HTML Code:
NET START "Error Reporting Service" |