_________________ is a tool that enables you to perform actions such as modifying the startup scheme, the default operating system that boots on a dual-boot computer, services that are enabled, and startup programs that run automatically

a. Task Manager
b. Performance Monitor
c. System Configuration Utility
d. AddMem


C. To start the System Configuration Utility, open the Search charm, and type msconfig in the Search field.

Computer Science & Information Technology

You might also like to view...

Select all that apply. Given the following pseudocode, what is(are) the fields?

``` Declare String item Declare Integer numOrdered Declare InputFile stuffBought Open stuffBought "inventory.dat" Display "Your orders:" While NOT eof(stuffBought) Read stuffBought item, numOrdered Display item, ": " , numOrdered End While Close stuffBought ``` a. numOrdered b. item. c. stuffBought d. inventory.dat

Computer Science & Information Technology

If there were frequent physical security breaches, what would documentation at the work instruction level include?

What will be an ideal response?

Computer Science & Information Technology

Given the following declarations:

struct house { double price; int rooms; }; house *ptr1, *ptr2; which of the following is invalid? a) ptr1->price = 200000; b) ptr2->rooms = ptr1->rooms; c) *ptr1 = ptr2; d) ptr1 = ptr2;

Computer Science & Information Technology

If you used the ONMOUSEMOVE event to capture mouse events over an image, which of the following event properties would you use to capture the location of the mouse cursor relative to the image boundaries?

(a) altkey (b) clientX / clientY (c) screenX / screenY (d) offsetX / offsetY

Computer Science & Information Technology