search
HomeSystem TutorialWindows SeriesHow to Fix 'Local Security Authority Protection Is Off' on Windows - Make Tech Easier

Local Security Authority (LSA) protection is a crucial security feature designed to safeguard a user's credentials on a Windows computer, preventing unauthorized access. Some users have encountered an error message stating that "Local Security Authority protection is off. Your device may be vulnerable." If you are facing this issue and unable to reactivate it via Windows Security, this guide will help you enable LSA protection again.

Useful tip: If the Windows Security app fails to open, consider these troubleshooting steps.

Table of Contents

  • Basic Troubleshooting Steps
    1. Activating LSA Protection Using PowerShell
    1. Activating LSA Protection Through the Local Group Policy Editor
    1. Activating LSA Protection Via the Registry Editor
  • Frequently Asked Questions

Basic Troubleshooting Steps

Before delving into advanced methods to enable the Local Security Authority feature and eliminate the error, consider these preliminary troubleshooting steps:

  • Run a malware scan: The error might be due to malware altering your system settings. Use Windows Security or another antivirus to scan your system, ensuring both Windows and your antivirus are up to date.
  • Initiate an SFC scan: Corrupt or damaged system files might also trigger this error. An SFC scan can identify and repair such issues.
  • Utilize a system restore point: If you regularly create system restore points, you can revert your system to a state before the error appeared.
  1. Activating LSA Protection Using PowerShell

To enable LSA protection, execute a single command in PowerShell:

  1. Open the Terminal (Admin) by pressing Win X and selecting it from the menu.

How to Fix

  1. In the PowerShell tab, paste the following command and press Enter to execute it:
<code>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</code>

How to Fix

  1. Restart your computer to apply the changes and check if the error persists.

Note: Windows Home users must first enable the Local Group Policy Editor.

  1. Activating LSA Protection Through the Local Group Policy Editor

Alternatively, you can enable LSA protection using the Local Group Policy Editor (LGPE):

  1. Search for "group policy" in the taskbar, then click on "Edit group policy."

How to Fix

  1. Navigate to "Computer Configuration -> Administrative Templates -> System -> Local Security Authority," and double-click "Configure LSASS to run as a protected process."

How to Fix

  1. If set to "Disabled," change it to "Not Configured."

How to Fix

  1. Click "OK" to save the changes and restart your computer to check if the error remains.

Note: Regularly cleaning your Windows Registry can prevent error messages.

  1. Activating LSA Protection Via the Registry Editor

The final method involves using the Registry Editor, which requires caution. Always back up the Registry before making changes to avoid system issues:

  1. Search for "registry editor" in the taskbar, then open "Registry Editor."

How to Fix

  1. Confirm the UAC prompt by clicking "Yes."
  2. Navigate to:
<code>Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa</code>

and double-click "RunAsPPL."

How to Fix

  1. If "RunAsPPL" is missing, create it by right-clicking "Lsa," selecting "New -> DWORD (32-bit) Value."

How to Fix

  1. Open the new value, set "Value data" to "2," and click "OK."

How to Fix

  1. Restart your PC to verify if the issue is resolved.

Tip: Enhance your Windows Registry skills with these optimization hacks.

Frequently Asked Questions

How can I confirm that LSA protection is enabled?

If you can't verify LSA protection in Windows Security, use the Event Viewer. Go to "Windows Logs -> System," and look for an event ID of 12. It should indicate, "LSASS.exe was started as a protected process with level: 4," when you open it.

How do I identify plug-ins and drivers that fail to run as LSA-protected processes?

Check the Event Viewer in audit mode. Navigate to "Applications and Services Logs -> Microsoft -> Windows -> CodeIntegrity," and look for events with IDs 3065 or 3066.

How do I enable audit mode on Windows?

For Windows 11 22H2, audit mode is already enabled. For other versions, use the Registry Editor to navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\LSASS.exe, double-click "AuditLevel," set "Value data" to "8," and click "OK."

Image credit: DepositPhotos. All screenshots by Chifundo Kasiya.

The above is the detailed content of How to Fix 'Local Security Authority Protection Is Off' on Windows - Make Tech Easier. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Automate Repetitive Tasks via AI-Generated PowerShell Scripts - Make Tech EasierAutomate Repetitive Tasks via AI-Generated PowerShell Scripts - Make Tech EasierMay 16, 2025 am 02:35 AM

I've always held the belief that computers should serve us, rather than the reverse. This belief was tested when I found myself dedicating endless hours to repetitive tasks. However, this changed when I began leveraging artificial intelligence (AI) t

What To Do if There's an Unusual Sign in Activity on Your Microsoft AccountWhat To Do if There's an Unusual Sign in Activity on Your Microsoft AccountMay 16, 2025 am 02:34 AM

Similar to other large companies, Microsoft prioritizes your account security and protection from unauthorized access by individuals with harmful intentions.If Microsoft detects an unusual login attempt, it marks it as suspicious. You will receive an

How to Roll Back a Driver in Windows - Make Tech EasierHow to Roll Back a Driver in Windows - Make Tech EasierMay 16, 2025 am 02:33 AM

Driver issues are quite common in Windows systems. Sometimes, updates to new drivers may cause a Blue Screen of Death (BSOD) error message in Windows. Fortunately, this problem can be solved by rolling back the driver. You can use the Rollback Driver feature to restore the driver update to a previous version to check if it is functioning properly. Here is a detailed guide on how to roll back drivers in Windows. Directory Rollback Driver in Windows What to do if the Rollback Driver option is disabled? FAQ Rollback Driver in Windows Windows comes with some built-in tools designed to detect and resolve possible conflicts in the operating system. This pack

How to Take Full Ownership of Windows Registry Keys - Make Tech EasierHow to Take Full Ownership of Windows Registry Keys - Make Tech EasierMay 16, 2025 am 02:28 AM

The Windows Registry is a central hub for storing all configurations related to the Windows operating system and its software. This is why numerous Windows tutorials often involve adding, modifying, or deleting Registry keys.However, you may encounte

How to Remove 'System Requirements Not Met” Watermark in Windows 11 - Make Tech EasierHow to Remove 'System Requirements Not Met” Watermark in Windows 11 - Make Tech EasierMay 16, 2025 am 02:27 AM

Windows 11 does have strict installation requirements. However, installing Windows 11 on unsupported devices is not difficult. If you have successfully installed it, don't rush to celebrate. You also need to clear the desktop "System Requirements Not Meeted" watermark that Microsoft introduced to prevent installation on unsupported hardware. This guide lists three ways to remove this watermark. Directory Group Policy Editor Windows Registry Editor Script Group Policy Editor If you are using Windows Pro or Enterprise and you have Group Policy Editor enabled, this method is the easiest. Follow the instructions below to disable the watermark through the Group Policy Editor. Enter "Group Policy" in Windows Search and click Edit Group in the results

Microsoft Teams Camera Not Working? Learn How to Fix ItMicrosoft Teams Camera Not Working? Learn How to Fix ItMay 16, 2025 am 02:22 AM

Microsoft Teams is a widely used platform for collaboration and communication within organizations. Despite its effectiveness, you might occasionally face issues with the camera during calls. This guide offers a range of solutions to resolve the came

How to Check Your RAM Type in Windows - Make Tech EasierHow to Check Your RAM Type in Windows - Make Tech EasierMay 16, 2025 am 02:21 AM

If you plan to upgrade your RAM or test its performance, it is important to know your RAM type. This means that your laptop or PC needs to be evaluated to determine the DDR module it supports, as well as other details like the form, speed and capacity of RAM. This tutorial shows how to check RAM types using various Windows applications and third-party tools in Windows. Directory Check RAM type via command prompt Check RAM type via task manager Check RAM type in Windows Check RAM type in PowerShell Check RAM type using CPU-Z Check RAM type using Novabench Check RAM type via visual inspection of motherboard Check RAM type via command prompt Check RAM type

How to Fix 'Local Security Authority Protection Is Off' on Windows - Make Tech EasierHow to Fix 'Local Security Authority Protection Is Off' on Windows - Make Tech EasierMay 16, 2025 am 02:20 AM

Local Security Authority (LSA) protection is a crucial security feature designed to safeguard a user's credentials on a Windows computer, preventing unauthorized access. Some users have encountered an error message stating that "Local Security A

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Mandragora: Whispers Of The Witch Tree - How To Unlock The Grappling Hook
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Clair Obscur: Expedition 33 - How To Get Perfect Chroma Catalysts
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools