Skip to main content

Posts

Showing posts with the label windows 10

Do You know how to fix CredSSP Authentication Error in RDP ?

Microsoft has already released some security patches in year of March 2018 to repair the precise vulnerabilities for the CredSSP (Credential Security Support Provider Protocol) employed by the Remote Desktop Protocol in Windows Server. But a recent update has made CredSSP Authentication error in RDP and caused hindrance to several users. Microsoft pushed the update of May 2018 to harden the protection by making it mandatory for both client and server computers to possess the update installed. This resulted in windows servers not accessible via RDP for several users and made many to reboot their servers to repair the matter thinking it as a server side issue. This blog will facilitate your on the way to repair the CredSSP Authentication related error in Remote Desktop Protocol (RDP) What is CredSSP? “CredSSP” or “Credential Security Support Provider Protocol” could be a security support provider which helps to securely delegate user credentials from a client computer to a windows server...

How to Enable/Disable Administrator Account in Windows 10

Method 1 – Via Command Select “Start” and type “CMD“. Right-click “Command Prompt” then choose “Run as administrator“. If prompted, enter a username and password that grants admin rights to the computer. Type: net user administrator /active:yes Press “Enter“. Replace “yes” with “no” to disable the admin account on the welcome screen. (if you can’t run as admin) – Run safe mode with command prompt – You will be prompted to enter admin password. If you didn’t set. Just hit enter. I – type method 1. Once administrator is actives. 2. Login again using safe mode – Administrator user appears. Login as Administrator. Password is blank. – Continue with Method 2. Run “Luscmgr.MSc” etc. – Restart in normal mode Method 2 – From Admin Tools Hold the Windows Key while pressing “R” to bring up the Windows Run dialog box. Type “lusrmgr.msc“, then press “Enter“. Open “Users“. Select “Administrator“. Uncheck or check “Account is disabled” as desired. Select “OK“. Method 3 – From Registry Hold the Wind...