Reputation: 395
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.
Upvotes: 4
Views: 13697
Reputation: 70923
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3" /v "1806" /t REG_DWORD /d 0 /f
See here. Old but useful
Upvotes: 7