Solved Java Control Panel - network setting (registry)

vato

New member
Local time
11:13 AM
Messages
8
hello,

i need to change the Java Control Panel - Network settings from "use browser settings" to "use automatic proxy configuration script". i need to do this an several machines and i would like to do this via an package SCCM.

is this possible to change this with an modification in the registry?

Win7 x64

thanks!!

Vato
 

My Computer

OS
Windows 7 Ultimate x64
i have found it myself

the registry settings for this is at:
HKEY_CURRENT_USER\Software\AppDataLow\Software\JavaSoft\DeploymentProperties\
here you need to add an string Value
Value name:
deployment.proxy.type
Value data:
2
AND
string Value
Value name
deployment.proxy.auto.config.url
Value data:
name of your proxy script
 

My Computer

OS
Windows 7 Ultimate x64
Back
Top