Which of the following commands is used to stop the print spooler service?

A. msconfig
B. ping \\printseryername\spooler
C. net stop spooler
D. spoolsv.exe stop


Answer: C. net stop spooler

Computer Science & Information Technology

You might also like to view...

MC Functions have a list of______that enable function calls to communicate information between functions.

a) parameters. b) references. c) return values. d) None of the above.

Computer Science & Information Technology

Complete the code fragment below so that it displays on the same line the first alphabetic letter in str and the last digit in str. You may assume that str contains at least one alphabetic letter and at least one digit.

``` int fst_let, last_dig; /* positions of first letter, last digit */ char str[30]; int i; printf("Enter a string> "); scanf("%s", str); ```

Computer Science & Information Technology

A ____ is a collection of related information stored in a structured format.

A. database B. project C. form D. query

Computer Science & Information Technology

Management wants to be sure that the existing wiring infrastructure conforms to CAT5e standards. Which of the following is the correct tool?

A. Cable certifier B. Cable tester C. OTDR D. Protocol analyzer

Computer Science & Information Technology