How to fix “Remote logins are currently disabled. [ERROR_CTX_WINSTATIONS_DISABLED (0x1B94)]” – Error Code 7060
Error Code 7060
Error code Error Code 7060
is a common Windows issue that typically arises from “Remote logins are currently disabled. [ERROR_CTX_WINSTATIONS_DISABLED (0x1B94)]”.
Overview
In this article, we’ll focus on resolving the issue described as: “Remote logins are currently disabled. [ERROR_CTX_WINSTATIONS_DISABLED (0x1B94)]”. This error, identified by the error code Error Code 7060, can impede your system’s performance, and here’s how you can fix it.
Identifying the Problem
What is Error Code 7060?
Error Code 7060 occurs when remote logins to a Windows system are disabled. It indicates that the Terminal Services component, which allows remote access, is not enabled or properly configured.
Typical Scenarios
This error commonly appears in the following scenarios:
- Attempting to connect to a remote desktop
- Configuring remote access settings
- Installing or updating software
Signs of the Issue
- Inability to establish remote connections
- Error message: “Remote logins are currently disabled” (Error Code 7060)
- Issues with remote desktop access
Common Fixes
Enable Terminal Services
- Press
Windows + R
to open the Run dialog box. - Type
services.msc
and press Enter. - Find the service “Terminal Services” or “Remote Desktop Services.”
- Right-click on the service and select “Properties.”
- Set the “Startup type” to “Automatic.”
- Click “Start” to start the service.
Configure Remote Desktop
- Navigate to “Settings” > “System” > “Remote Desktop.”
- Toggle on “Enable Remote Desktop.”
- Ensure that the “Authentication” settings allow for your user account.
Use Command Prompt
- Open an elevated Command Prompt (Run asAdministrator).
- Run the following command:
reg add "HKLM\System\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
Advanced Troubleshooting
Check Registry Settings
- Open Registry Editor (regedit).
- Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations
. - Find the value named “RDP-Tcp” and set its data to 1.
Disable Remote Lockdown
- Open Group Policy Editor (gpedit.msc).
- Navigate to “Computer Configuration” > “Windows Settings” > “Security Settings” > “Local Policies” > “Security Options.”
- Disable the policy “Interactive logon: Do not allow remote login through Remote Desktop Services.”
Conclusion
To resolve Error Code 7060 effectively, it is crucial to identify the underlying cause and apply the appropriate fixes mentioned above. By enabling Terminal Services, configuring remote desktop settings, or employing advanced troubleshooting techniques, you can restore remote login functionality and ensure seamless system performance.