Skip to content
Tech Master Tech Master

OneStopTechnical Forum

  • Books
  • AI
  • Networking
  • Windows
  • Linux
  • Cloud
  • Mac
  • Active Directory
  • Azure
  • Cloud
  • Exchange
  • M365
  • Server 2025
  • Storage
  • Vsphere
  • Website
  • Database
  • Security
  • Knowledge Base
  • VPN
Tech Master
Tech Master

OneStopTechnical Forum

Network Level Authentication (NLA) in Windows Server

blog.payperitem.com, April 12, 2025

To disable Network Level Authentication (NLA) in Windows Server, you have several options depending on whether you can access the server locally, via RDP, or only through Safe Mode or offline registry. Below are the most common methods:


✅ Method 1: Disable NLA via System Properties (GUI)

  1. Log into the server locally or via RDP.
  2. Press Win + R → type SystemPropertiesRemote.exe → Enter.
  3. Under Remote Desktop, uncheck: “Allow connections only from computers running Remote Desktop with Network Level Authentication (recommended)”
  4. Click Apply → OK.

✅ Method 2: Disable NLA via Registry (regedit)

  1. Open regedit.exe.
  2. Navigate to: pgsql
  3. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp
  4. Find the value:
    • UserAuthentication → Double-click and set to 0.
  5. Reboot the server.

✅ Method 3: Disable NLA via PowerShell

Run this in an elevated PowerShell session:

powershell

Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" -Name "UserAuthentication" -Value 0

Optional (ensure RDP is enabled):

powershell

Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server" -Name "fDenyTSConnections" -Value 0
Enable-NetFirewallRule -DisplayGroup "Remote Desktop"

✅ Method 4: Disable NLA via Group Policy

  1. Run gpedit.msc.
  2. Navigate to:
  3. pgsql
  4. Computer Configuration → Administrative Templates → Windows Components → Remote Desktop Services → Remote Desktop Session Host → Security
  5. Set “Require user authentication for remote connections by using Network Level Authentication” to Disabled.
  6. Run gpupdate /force.

🛠️ Offline or Recovery Mode (if locked out)

If you’re locked out due to NLA and cannot RDP, you can:

  1. Boot into Safe Mode with Networking (F8 or Shift+Restart).
  2. Then disable NLA via registry or PowerShell as shown above.
    • OR mount the drive offline on another machine and edit the registry manually.

Active Directory Security Windows

Post navigation

Previous post
Next post

Related Posts

Azure Storage Replication

April 16, 2025April 18, 2025

Azure Storage Replication – A primary advantage of using Azure cloud storage is high availability due to various replication strategies that ensure data is always available to customers. Storage Services – All data services are accessible through a storage account in Azure:●  Azure Containers (Blobs)             ●  Azure Files     …

Read More
Windows

The Windows 11 “Sudo” Feature: A Step Forward or a Hacker’s Dream?

January 21, 2025January 21, 2025

Windows 11’s latest update (version 24H2) has introduced the “sudo” command, inspired by UNIX-based systems. This feature streamlines running elevated commands, making administrative tasks quicker and more accessible for users. However, as with any tool, its utility can be a double-edged sword. Let’s explore why this feature is amazing, how…

Read More

How to Enable Windows “God Mode”

March 31, 2025April 2, 2025

Windows God Mode provides a single folder with access to all Control Panel settings in one place. Here’s how to activate it: Steps to Enable God Mode Alternative Name for the Folder If you want a different name (instead of “GodMode”), just replace “GodMode” with any other name while keeping…

Read More

Recent Posts

  • List of AD Schema Versions
  • OldNewExplorer Free Download For Windows 11, 10, 8 and 7 [Latest Version]
  • How to Get the Classic (old) Context Menu on Windows 11
  • BitLocker Recovery Keys
  • Active Directory and Server hardening

Recent Comments

No comments to show.
June 2025
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« May    
Log in
©2025 Tech Master | WordPress Theme by SuperbThemes
  • Login
  • Sign Up
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.
body::-webkit-scrollbar { width: 7px; } body::-webkit-scrollbar-track { border-radius: 10px; background: #f0f0f0; } body::-webkit-scrollbar-thumb { border-radius: 50px; background: #dfdbdb }