• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how the heck do i restart a service on the cmd line?

DJFuji

Diamond Member
I'm trying to restart a service that commonly fails but the command line doesnt seem to have a "net restart" command. Just stop and start. Is there something i'm missing? Do i have to manually stop and start it? You'd think that if the GUI allows you to restart, that the command line would too. Any ideas?
 
if you queue up a net stop and then a net start they should wait for each one to finish and kick off without any additional timing. As long as you aren't using start commands.
 
Originally posted by: skace
if you queue up a net stop and then a net start they should wait for each one to finish and kick off without any additional timing. As long as you aren't using start commands.

Net stop and start is the correct way

either do all the net stops first then start or stop then start each one
 
Back
Top