You manage several hundred Windows 10 computers for your company. In the past, your support staff has spent a lot of time troubleshooting issues related to incompatible or faulty device drivers. You want to reduce the amount of troubleshooting your staff is doing. What is one step you can take that will help?

A. configure driver signing to disallow unsigned drivers
B. change all desktop computers to a Windows server OS
C. configure Windows Update to always download the latest drivers
D. disallow the use of hardware devices on the company computers

Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a) Extension methods must be defined as static methods in a static class. b) The compiler implicitly passes the object that’s used to call the method as the extension method’s first argument. This allows you to call an extension method as if it were an instance method of the extended class. c) An extension method’s fully qualified name is the name of the class in which the extension method is defined, followed by the name of the method and its argument list. When using the fully qualified method name, you must specify an argument for the first parameter. d) If the type being extended defines an instance method with the same name as your extension method and a compatible signature, the extension method shadows the instance method.

Computer Science & Information Technology

Which is not an item from the RFP that a contract addresses during contract negotiation?

A. Cost B. Schedule C. Delivery D. Integration

Computer Science & Information Technology