Hi Maurizio, On 23.07.2011 16:24, Maurizio Marini wrote: > i use winexe for updating systems. > I ask you a suggestion: i would change everywhere on all the windows > workstation that use Firefox the network.proxy.type to be 4. > I use wpad to handle proxy, but Firefox per default as 0 instead of 4. > As far as I know, I cannot force it to be 4 using regedit. > So I have to change prefs.js, correct? > How could be done? 1. Write the following to "%ProgramFiles%\Mozilla Firefox\defaults\pref\policies.js": pref("general.config.obscure_value", 0); pref("general.config.filename", "mozilla.cfg"); 2. Write the following to "%ProgramFiles%\Mozilla Firefox\mozilla.cfg": lockPref("network.proxy.type", 4); br, Rainer |