Which commands disable a service in the command line?

A. net stop
B. net start
C. net disable
D. sc config

D. sc config can be used to disable a service in the command line. Services can be started and stopped with the net start and net stop commands, respectively. Net disable is not a real command.

Computer Science & Information Technology

You might also like to view...

The try statement may have an optional __________ clause which must appear after all of the catch clauses.

a. try-again b. finally c. default d. abort

Computer Science & Information Technology

The default value for the float property is one.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology