Showing posts with label remote desktop. Show all posts
Showing posts with label remote desktop. Show all posts

Monday, July 16, 2018

Windows RDP: Solving the error "This could be due to CredSSP encryption oracle remediation"

Do you get the error as below when remoting your server?


It is normally caused by your Windows client getting new update on CredSSP but your Windows server is not.
For long term, you should update your server for more security.
For temporary solution, you can do the following steps on your Windows client to able to remote your server:

1. Open Run box, key gpedit.msc to open Local Group Policy Editor.

2. Navigate to Computer Configuration >> Administrative Templates >> System >> Credentials Delegation >> Encryption Oracle Remediation. Then select  Enable >> Vulnerable >> OK.


3. Finally, open CMD (run as Administrator), run the command: gpupdate /force
to update the policy immediately.

Hope you can remote your server and update it. Have a nice day.

Monday, April 18, 2016

Get blue screen after login via remote desktop

Hhm, some times you will get a blue screen after login via remote desktop. It's weird and you may be worry. You may wonder "where is my desktop". Below are steps to return your desktop.
+Press CTRL + ALT + END
+Run Task Manager
+Go to File >> Run new task
+Key explorer.exe in the box and click OK to restart Windows Explorer.


Then you can see the desktop again.

Nice day!

Saturday, June 15, 2013

Windows: Change Remote Desktop Port

If you check Event Viewer of your server and see that there is many Audit Failure in Task Category Logon, you should change the port of remote desktop immediately.

Change port value (select Decimal when changing) of the registry PortNumber in:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp

PortNumber of Remote Desktop
After changing, restart your server.

To connect to your server with new port (e.g. 3333), use the following information:
Your_Server_Name:3333
OR:
Your_Server_IP:3333

Make sure the firewall of your computer doesn't lock this new port.
Subscribe to RSS Feed Follow me on Twitter!