You are preparing a Windows 10 virtual machine template and need to prepare the VM. Where can you find the Sysprep utility?

A. %windir%\system32\custom\sysprep.exe
B. %windir%\sysprep\sysprep.exe
C. %windir%\system32\sysprep\sysprep.exe
D. %windir%\system32\drivers\sysprep.exe


Answer: C

Computer Science & Information Technology

You might also like to view...

What would display if following statements are coded and executed?

``` Declare Integer scores[3]= 76, 94, 83 Declare String names[3] = "Joe", "Amy", "Pat" Display names[1] Display "Your test score is: " Display scores[2] ``` a. Joe Your test score is: 94 b. Amy Your test score is: 83 c. Joe Your test score is: 76 d. Amy Your test score is: 94

Computer Science & Information Technology

Which statement is false?

a. An enum declaration is a comma-separated list of enum constants and may optionally include other components of traditional classes, such as constructors, fields and methods. b. Any attempt to create an object of an enum type with operator new results in a compilation error. c. An enum constructor cannot be overloaded. d. enum constants are implicitly final and static.

Computer Science & Information Technology

Fill in the blanks to complete the statements for drawing the graphic as shown in Figure 11.28.

Assume the lines are drawn on a canvas with a rendering context, myContext.
myContext.moveTo(___, ___);
myContext.___(___,___);
myContext.___(___,___);
myContext.___(___,___);
myContext.___(___,___);
myContext.___(___,___);

Computer Science & Information Technology

In Internet Explorer 8.0, where do you type a URL?

A) In the Title bar B) In the Address bar C) In the Google Search box D) In the Name box

Computer Science & Information Technology