diff options
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | ie_security.reg | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 282705f..0383e2c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text=auto *.bat text eol=crlf +*.reg text eol=crlf diff --git a/ie_security.reg b/ie_security.reg new file mode 100644 index 0000000..15701b2 --- /dev/null +++ b/ie_security.reg @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Security] +"DisableSecuritySettingsCheck"=dword:00000001 +"DisableFixSecuritySettings"=dword:00000001 +"DisableSecuritySettings"=dword:00000001 |