cómo establecer la configuración de seguridad de Internet Explorer desde el símbolo del sistema

I need to set IE security settings from command prompt

for example I need to customize Custom Level settings

I need to UN-check "Launching Applications and Unsafe Files" through command prompt.

IE-Settings

preguntado el 02 de diciembre de 13 a las 08:12

This question seems not to be about programming, maybe this should be migrated to superusuario.com. -

1 Respuestas

reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3" /v "1806" /t REG_DWORD /d 0 /f

Ver aquí. Old but useful

Respondido el 02 de diciembre de 13 a las 11:12

Thank you its very helpful,if i want to switch to other zones like Local Intranet,Trusted sites etc then how is it possible - Ajay

See linked page. Change zone number as needed. - MC ND

yeah got all zones and final question i need to enable protected mode and my task will be done - Ajay

2500 in the linked list. 0 = Enabled, 3 = Disabled - MC ND

No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas or haz tu propia pregunta.