How can Internet Explorer be centrally managed for several computers?

A. In the Advanced tab of the Internet options dialog box
B. By way of a group policy
C. By creating an organizational unit
D. In the Registry

B. Group policies can be used in a domain environment to centrally manage Internet Explorer running on multiple computers. The Internet options dialog box in Internet Explorer enables a user to configure settings for that individual browser. Group policies should be linked to an organizational unit. The Registry can manage Internet Explorer for a single computer but no more than that.

Computer Science & Information Technology

You might also like to view...

1.0000E+12 -10 raised to the power of 8 is an example of ________ format

A) scientific notation B) fraction C) accounting D) special

Computer Science & Information Technology

The command to create 2 levels of directories is

a: mkdir -p level-1/level-2 b: mkdir -l level-1/level-2 c: mkdir -2 level-1/level-2 d: mkdir -h level-1/level-2 e: mkdir -p level-1 level-2

Computer Science & Information Technology