Internet Explorer Settings in AD

  • Thread starter Thread starter Thomas
  • Start date Start date
T

Thomas

I need to set parameters in AD for a users in Internet
Explorer. I found the Security and Privacy sections and
have those set up already. What I am looking for is
displayed on the Internet Options pages, but I cannot find
in AD so I can set these settings for the entire group.
Here is what I am looking for:

"Every visit to the page" (General Tab)

"Disable Script Debugging" (Advanced Tab)
"Java Console Enabled" (Advanced Tab)
"Java Logging Enabled" (Advanced Tab)
"JIT Compiler for Virtual Machine" (Advanced Tab)

Does anyone know where I can set these in AD for the group
policy? Please advise.

Thanks,

Thomas
 
Hello Thomas,

If you were wanting to enable these setting for a group of machines you
could deploy a .reg file with the specific registry values enabled. You
might be able to do this
via a logon script or something. Below are the keys:


Java Console Eanbled --> - This option specifies whether to use the Java
console. This feature is useful to Web site developers for testing Java
programs and applets.

Registry location:
HKEY_CURRENT_USER\Software\Microsoft\Java VM

Default: [BINARY] EnableJavaConsole 00 00 00 00 (disabled)

enabled value = 01 00 00 00

Disable script debugging ---> This option specifies whether you want to
turn off your script debugger if one is installed. Web site developers
use script debuggers to test programs and scripts on their Web pages.


Registry location --> HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Main



Default: [STRING] Disable Script Debugger YES


- Option: Java logging enabled (requires restart) ---> This option
specifies whether Internet Explorer should create a log of all Java program
activity. This is useful for security and troubleshooting.



Registry location:



HKEY_CURRENT_USER\Software\Microsoft\Java VM



Default: [BINARY] EnableJavaConsole 00 00 00 00



checked value = 01 00 00 00



- Option: JIT compiler for virtual machine enabled (requires restart) -->
This option specifies whether Internet Explorer should create all Java
applets automatically by using its internal Microsoft VM compiler.



Registry location:



HKEY_CURRENT_USER\Software\Microsoft\Java VM



Default: [BINARY] EnableJavaConsole 01 00 00 00



unchecked value = 00 00 00 00




Thank You.

Diana


(e-mail address removed)

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top