What must be enabled for the Volume Shadow Copy Service (VSS) to function?

A. Automatic Restore Points
B. Recovery Console
C. System Protection
D. Windows Recovery Environment


Answer: C

Computer Science & Information Technology

You might also like to view...

What does the following C function do?

``` int fun(const char *string) { char blank = ' '; int k; int looking = 1; k = strlen(string); while (k >= 0 && looking) { if (string[k] == blank) --k; else looking = 0; } if (looking) return (-1); else return (k); } ``` a. It finds the subscript of the first nonblank character in string. b. It finds the subscript of the last nonblank character in string. c. It counts the nonblank characters in string. d. It finds the subscript of the first blank in string. e. It finds the subscript of the last blank in string.

Computer Science & Information Technology

Which of the following Windows DHCP log file event IDs indicates that a lease was denied?

A. 01 B. 02 C. 15 D. 20

Computer Science & Information Technology

What technology is used throughout the industry today to provide translation between private IP addresses and public IP addresses?

A. 6to4 B. NAT C. ISATAP D. Teredo

Computer Science & Information Technology

A ring is a collection of Google+ friends who share some characteristic organized into a single group

Indicate whether the statement is true or false

Computer Science & Information Technology