The subcontainer found under both the Computer and User Configuration Policies and Preferences containers that holds script and security settings is called ______________

a. Administrative templates
b. Policies
c. Preferences
d. Windows Settings

D. The Windows Settings subcontainer contains other policy settings that affect the behavior of the Windows environment.

Computer Science & Information Technology

You might also like to view...

Filters are not case sensitive

Indicate whether the statement is true or false

Computer Science & Information Technology

To open an output file and add to the end of the data already in the file you would write

a. outFile.open("project.txt"); b. outFile.append("project.txt"); c. outFile.open("project.txt", append); d. outFile.open("project.txt", ios::app);

Computer Science & Information Technology