Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to set internet explorer security settings from command prompt

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

like image 252
Ajay Avatar asked Mar 22 '23 11:03

Ajay


1 Answers

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

See here. Old but useful

like image 135
MC ND Avatar answered Apr 06 '23 07:04

MC ND