{"id":31679,"date":"2023-09-13T12:48:25","date_gmt":"2023-09-13T07:18:25","guid":{"rendered":"https:\/\/mywindowshub.com\/?p=31679"},"modified":"2023-09-13T12:48:27","modified_gmt":"2023-09-13T07:18:27","slug":"enable-or-disable-local-security-authority-lsa-protection-in-windows-11","status":"publish","type":"post","link":"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/","title":{"rendered":"Enable or Disable Local Security Authority (LSA) Protection in Windows 11<\/strong>"},"content":{"rendered":"\n

<\/p>\n\n\n\n

In Windows 11, you can use this article to learn how to turn on or off Local Security Authority (LSA) protection for all users.<\/p>\n\n\n\n

Microsoft Windows has a security feature called core isolation that isolates the core programmes in memory to shield them from malicious applications. It accomplishes this by performing those fundamental operations in a virtualized setting.<\/p>\n\n\n\n

For the Local Security Authority (LSA) process, enhanced security is supported in Windows 11, version 22H2, to guard against code injection that might compromise credentials.<\/p>\n\n\n\n

Windows includes a number of vital procedures that it uses to confirm a user’s identity. One of such procedures, the LSA, is in charge of user authentication and Windows login verification. It is in charge of managing user login information, including passwords and tokens, for Azure services and Microsoft accounts. In order to take advantage of this procedure and steal passwords, attackers have created tools and abused Microsoft tools. Future new Windows 11 machines that are enterprise-joined will come standard with improved LSA protection, which will make it much harder for hackers to steal credentials by ensuring LSA loads only trusted, signed code.<\/p>\n\n\n\n

You must be signed in as an administrator to enable or disable Local Security Authority (LSA) protection.

LSA requires CPU virtualization turned on.<\/p>\n\n\n\n

OPTION ONE<\/strong><\/p>\n\n\n\n

Turn On or Off Local Security Authority (LSA) Protection in Windows Security<\/p>\n\n\n\n

    \n
  1. Open Windows Security<\/strong>.<\/li>\n<\/ol>\n\n\n\n
    \"\"<\/figure>\n\n\n\n
      \n
    1. Tap on\u00a0Device security<\/strong>\u00a0on the left side, and on the right side click on the\u00a0Core isolation details<\/strong>\u00a0link.<\/li>\n<\/ol>\n\n\n\n
      \"\"<\/figure>\n\n\n\n
        \n
      1. Turn ON<\/strong> (default) or OFF<\/strong> Local Security Authority protection<\/strong> for what you want. <\/li>\n\n\n\n
      2. Click on Yes<\/strong> to approve if prompted by UAC<\/strong>,<\/li>\n\n\n\n
      3. Restart the computer<\/strong> to apply.<\/li>\n<\/ol>\n\n\n\n

        OPTION TWO<\/strong><\/p>\n\n\n\n

        Turn On or Off Local Security Authority (LSA) Protection using command<\/p>\n\n\n\n

          \n
        1. Open Windows Terminal (Admin)<\/strong>,  select Command Prompt<\/strong>.<\/li>\n\n\n\n
        2. Copy and paste the command below you want to use into Windows Terminal (Admin)<\/strong>, and press ENTER.<\/li>\n<\/ol>\n\n\n\n

          Turn On Local Security Authority (LSA) Protection without UEFI Lock<\/strong><\/p>\n\n\n\n

          reg add HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa \/v RunAsPPL \/t REG_DWORD \/d 2 \/f & reg add HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa \/v RunAsPPLBoot \/t REG_DWORD \/d 2 \/f\u200b<\/p>\n\n\n\n

          OR\u200b<\/p>\n\n\n\n

          Turn On Local Security Authority (LSA) Protection with UEFI Lock<\/strong><\/p>\n\n\n\n

          reg add HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa \/v RunAsPPL \/t REG_DWORD \/d 1 \/f & reg add HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa \/v RunAsPPLBoot \/t REG_DWORD \/d 2 \/f\u200b<\/p>\n\n\n\n

          OR\u200b<\/p>\n\n\n\n

          Turn Off Local Security Authority (LSA) Protection<\/strong><\/p>\n\n\n\n

          reg add HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa \/v RunAsPPL \/t REG_DWORD \/d 0 \/f & reg add HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa \/v RunAsPPLBoot \/t REG_DWORD \/d 0 \/f<\/p>\n\n\n\n

            \n
          1. Restart the computer to apply.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"

            In Windows 11, you can use this article to learn how to turn on or off Local Security Authority (LSA) protection for all users. Microsoft Windows has a security feature called core isolation that isolates the core programmes in memory to shield them from malicious applications. It accomplishes this by performing those fundamental operations in […]<\/p>\n","protected":false},"author":6,"featured_media":31681,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[418],"tags":[],"yoast_head":"\nEnable or Disable Local Security Authority (LSA) Protection in Windows 11<\/title>\n<meta name=\"description\" content=\"In Windows 11, you can use this article to learn how to turn on or off Local Security Authority (LSA) protection for all users. Microsoft Windows has a security feature called core isolation that isolates the core programes in memory to shield them\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Enable or Disable Local Security Authority (LSA) Protection in Windows 11\" \/>\n<meta property=\"og:description\" content=\"In Windows 11, you can use this article to learn how to turn on or off Local Security Authority (LSA) protection for all users. Microsoft Windows has a security feature called core isolation that isolates the core programes in memory to shield them\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/\" \/>\n<meta property=\"og:site_name\" content=\"My Windows Hub\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-13T07:18:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-13T07:18:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mywindowshub.com\/wp-content\/uploads\/2023\/09\/LSA_Protection_Windows_Security-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1271\" \/>\n\t<meta property=\"og:image:height\" content=\"985\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Debaleena\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Debaleena\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/\"},\"author\":{\"name\":\"Debaleena\",\"@id\":\"https:\/\/mywindowshub.com\/#\/schema\/person\/76bca69fe3d6504d9b8d96948af6cd44\"},\"headline\":\"Enable or Disable Local Security Authority (LSA) Protection in Windows 11\",\"datePublished\":\"2023-09-13T07:18:25+00:00\",\"dateModified\":\"2023-09-13T07:18:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/\"},\"wordCount\":458,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/mywindowshub.com\/#organization\"},\"articleSection\":[\"Security\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/\",\"url\":\"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/\",\"name\":\"Enable or Disable Local Security Authority (LSA) Protection in Windows 11\",\"isPartOf\":{\"@id\":\"https:\/\/mywindowshub.com\/#website\"},\"datePublished\":\"2023-09-13T07:18:25+00:00\",\"dateModified\":\"2023-09-13T07:18:27+00:00\",\"description\":\"In Windows 11, you can use this article to learn how to turn on or off Local Security Authority (LSA) protection for all users. Microsoft Windows has a security feature called core isolation that isolates the core programes in memory to shield them\",\"breadcrumb\":{\"@id\":\"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mywindowshub.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Enable or Disable Local Security Authority (LSA) Protection in Windows 11\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mywindowshub.com\/#website\",\"url\":\"https:\/\/mywindowshub.com\/\",\"name\":\"My Windows Hub\",\"description\":\"Windows tutorials, themes, news and updates\",\"publisher\":{\"@id\":\"https:\/\/mywindowshub.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mywindowshub.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/mywindowshub.com\/#organization\",\"name\":\"mywindowshub.com\",\"url\":\"https:\/\/mywindowshub.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mywindowshub.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mywindowshub.com\/wp-content\/uploads\/2018\/07\/mywindows.png\",\"contentUrl\":\"https:\/\/mywindowshub.com\/wp-content\/uploads\/2018\/07\/mywindows.png\",\"width\":494,\"height\":149,\"caption\":\"mywindowshub.com\"},\"image\":{\"@id\":\"https:\/\/mywindowshub.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/mywindowshub.com\/#\/schema\/person\/76bca69fe3d6504d9b8d96948af6cd44\",\"name\":\"Debaleena\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mywindowshub.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/14adf9a60a4ffb992db2776601951629?s=96&d=wavatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/14adf9a60a4ffb992db2776601951629?s=96&d=wavatar&r=g\",\"caption\":\"Debaleena\"},\"description\":\"Happiness is that best therapy. Use it to heal yourself and then others!\",\"sameAs\":[\"http:\/\/warbleoflife.blogspot.in\/\"],\"url\":\"https:\/\/mywindowshub.com\/author\/debaleena\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Enable or Disable Local Security Authority (LSA) Protection in Windows 11","description":"In Windows 11, you can use this article to learn how to turn on or off Local Security Authority (LSA) protection for all users. Microsoft Windows has a security feature called core isolation that isolates the core programes in memory to shield them","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/","og_locale":"en_US","og_type":"article","og_title":"Enable or Disable Local Security Authority (LSA) Protection in Windows 11","og_description":"In Windows 11, you can use this article to learn how to turn on or off Local Security Authority (LSA) protection for all users. Microsoft Windows has a security feature called core isolation that isolates the core programes in memory to shield them","og_url":"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/","og_site_name":"My Windows Hub","article_published_time":"2023-09-13T07:18:25+00:00","article_modified_time":"2023-09-13T07:18:27+00:00","og_image":[{"width":1271,"height":985,"url":"https:\/\/mywindowshub.com\/wp-content\/uploads\/2023\/09\/LSA_Protection_Windows_Security-2.jpg","type":"image\/jpeg"}],"author":"Debaleena","twitter_misc":{"Written by":"Debaleena","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/#article","isPartOf":{"@id":"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/"},"author":{"name":"Debaleena","@id":"https:\/\/mywindowshub.com\/#\/schema\/person\/76bca69fe3d6504d9b8d96948af6cd44"},"headline":"Enable or Disable Local Security Authority (LSA) Protection in Windows 11","datePublished":"2023-09-13T07:18:25+00:00","dateModified":"2023-09-13T07:18:27+00:00","mainEntityOfPage":{"@id":"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/"},"wordCount":458,"commentCount":0,"publisher":{"@id":"https:\/\/mywindowshub.com\/#organization"},"articleSection":["Security"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/","url":"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/","name":"Enable or Disable Local Security Authority (LSA) Protection in Windows 11","isPartOf":{"@id":"https:\/\/mywindowshub.com\/#website"},"datePublished":"2023-09-13T07:18:25+00:00","dateModified":"2023-09-13T07:18:27+00:00","description":"In Windows 11, you can use this article to learn how to turn on or off Local Security Authority (LSA) protection for all users. Microsoft Windows has a security feature called core isolation that isolates the core programes in memory to shield them","breadcrumb":{"@id":"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mywindowshub.com\/enable-or-disable-local-security-authority-lsa-protection-in-windows-11\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mywindowshub.com\/"},{"@type":"ListItem","position":2,"name":"Enable or Disable Local Security Authority (LSA) Protection in Windows 11"}]},{"@type":"WebSite","@id":"https:\/\/mywindowshub.com\/#website","url":"https:\/\/mywindowshub.com\/","name":"My Windows Hub","description":"Windows tutorials, themes, news and updates","publisher":{"@id":"https:\/\/mywindowshub.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mywindowshub.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mywindowshub.com\/#organization","name":"mywindowshub.com","url":"https:\/\/mywindowshub.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mywindowshub.com\/#\/schema\/logo\/image\/","url":"https:\/\/mywindowshub.com\/wp-content\/uploads\/2018\/07\/mywindows.png","contentUrl":"https:\/\/mywindowshub.com\/wp-content\/uploads\/2018\/07\/mywindows.png","width":494,"height":149,"caption":"mywindowshub.com"},"image":{"@id":"https:\/\/mywindowshub.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/mywindowshub.com\/#\/schema\/person\/76bca69fe3d6504d9b8d96948af6cd44","name":"Debaleena","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mywindowshub.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/14adf9a60a4ffb992db2776601951629?s=96&d=wavatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/14adf9a60a4ffb992db2776601951629?s=96&d=wavatar&r=g","caption":"Debaleena"},"description":"Happiness is that best therapy. Use it to heal yourself and then others!","sameAs":["http:\/\/warbleoflife.blogspot.in\/"],"url":"https:\/\/mywindowshub.com\/author\/debaleena\/"}]}},"_links":{"self":[{"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/posts\/31679"}],"collection":[{"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/comments?post=31679"}],"version-history":[{"count":1,"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/posts\/31679\/revisions"}],"predecessor-version":[{"id":31682,"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/posts\/31679\/revisions\/31682"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/media\/31681"}],"wp:attachment":[{"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/media?parent=31679"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/categories?post=31679"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/tags?post=31679"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}