{"id":648,"date":"2023-09-13T20:41:08","date_gmt":"2023-09-14T03:41:08","guid":{"rendered":"https:\/\/blog.iabsolute.com\/?p=648"},"modified":"2023-09-13T20:47:08","modified_gmt":"2023-09-14T03:47:08","slug":"disable-tls-1-0-and-tls-1-1-on-windows-server-using-cmd-as-admin","status":"publish","type":"post","link":"https:\/\/blog.iabsolute.com\/?p=648","title":{"rendered":"Disable TLS 1.0 and TLS 1.1 on Windows Server using CMD as admin"},"content":{"rendered":"\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p style=\"font-size:10px\">reg add &#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.0\\Server&#8221; \/v Enabled \/t REG_DWORD \/d 0 \/f <\/p>\n\n\n\n<p style=\"font-size:10px\">reg add &#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.0\\Server&#8221; \/v DisabledByDefault \/t REG_DWORD \/d 1 \/f <\/p>\n\n\n\n<p style=\"font-size:10px\">reg add &#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.0\\Client&#8221; \/v Enabled \/t REG_DWORD \/d 0 \/f <\/p>\n\n\n\n<p style=\"font-size:10px\">reg add &#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.0\\Client&#8221; \/v DisabledByDefault \/t REG_DWORD \/d 1 \/f <\/p>\n\n\n\n<p style=\"font-size:10px\">reg add &#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.1\\Server&#8221; \/v Enabled \/t REG_DWORD \/d 0 \/f <\/p>\n\n\n\n<p style=\"font-size:10px\">reg add &#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.1\\Server&#8221; \/v DisabledByDefault \/t REG_DWORD \/d 1 \/f <\/p>\n\n\n\n<p style=\"font-size:10px\">reg add &#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.1\\Client&#8221; \/v Enabled \/t REG_DWORD \/d 0 \/f <\/p>\n\n\n\n<p style=\"font-size:10px\">reg add &#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.1\\Client&#8221; \/v DisabledByDefault \/t REG_DWORD \/d 1 \/f<\/p>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>reg add &#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.0\\Server&#8221; \/v Enabled \/t REG_DWORD \/d 0 \/f reg add &#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.0\\Server&#8221; \/v DisabledByDefault \/t REG_DWORD \/d 1 \/f reg add &#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.0\\Client&#8221; \/v Enabled \/t REG_DWORD \/d 0 \/f reg add &#8220;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.0\\Client&#8221; \/v DisabledByDefault \/t &hellip; <a href=\"https:\/\/blog.iabsolute.com\/?p=648\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[38,6,7],"tags":[],"class_list":["post-648","post","type-post","status-publish","format-standard","hentry","category-iis","category-my-windows","category-windows"],"_links":{"self":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts\/648","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=648"}],"version-history":[{"count":6,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts\/648\/revisions"}],"predecessor-version":[{"id":654,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts\/648\/revisions\/654"}],"wp:attachment":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=648"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=648"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=648"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}