Is is possible to start and stop the Server Core via the command line?


Article Comments

Hi,
it should work with the net start / stop commands and sufficient privileges. Please see the commands below.
Stop:

net stop prtgcoreservice

Start:

net start prtgcoreservice

Best regards


Apr, 2012 - Permalink