Article Number | 000029521 |
Applies To | RSA Product Set: RSA Archer RSA Product/Service Type: RSA Archer Services RSA Version/Condition: 5.x, 6.x Platform: Windows |
Issue | Users can stop and start any service using Server Manager or services.msc without any issues; however, any NET START or NET STOP command throws an error.
 |
Resolution | Rather than using NET START and NET STOP, use the SC commands instead. Examples of this are shown below.
sc //Computer-Name stop “ServiceName” sc //Computer-Name start “ServiceName”
NET commands are slightly older and more limited in functionality when compared to SC commands. See the links below for more information:
|