Internet security settings are not at recommended levels

crypticus

Well-Known Member
Messages
1,664
Reaction score
461
Hi when I fresh install windows there is a notification about "Internet security settings are not at recommended levels"

Its about "launching applications and unsafe files" settings it is talking about and it is deactivated. I want it to set it as "ask" which is the default option, I found that this registry is responsible for it and when I remove it via reg file it turns back to normal.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
"1806"=-

The question is, what in my preset actually changes this to 0 or 3 that makes this warning popup?
 

Attachments

Disabling the legacy browser probably confuses Windows.
Code:
                <Feature name="Browser.InternetExplorer~~~~0.0.11.0">false</Feature>
 
Back
Top