I am Dale Hayter, a Microsoft and VMware certified Technical Consultant.

My blog has been built up over the years from my experience of working on an IT helpdesk and also from being out on-site.

Can’t RDP to a Server 2008 R2 server after installing SP1

If you find that you can’t RDP to a 2008 R2 Server after installing SP1 then this is most likely due to a Microsoft hotfix causing this issue.

Log into the console and uninstall hotfix 2667402 and then reboot and all done.

If you want to do it remotely then load up powershell and do the following command.

wmic /node:SERVER  process call create “powershell wusa /uninstall /kb:2667402 /quiet /forcerestart”