diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-07-29 06:09:41 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-14 14:19:06 +0300 |
commit | c33676b7f45caf1b89ff3ffeb6af2aae655d0dfb (patch) | |
tree | 8ae7c2e570e8da9a8ee93c314e6b5942e3b6e3d9 | |
parent | cygwin.md: make more readable (diff) | |
download | notes-c33676b7f45caf1b89ff3ffeb6af2aae655d0dfb.tar.gz notes-c33676b7f45caf1b89ff3ffeb6af2aae655d0dfb.zip |
add ie_security.reg
-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 |