Skip to content
/

Learn how I solved the problem of the Remote Desktop Client not using stored credentials due to a local policy setting, and simplified my RDP connections.

When I frequently connect to the same development machine using Remote Desktop Protocol (RDP), I want to store my credentials for easier access. However, I still have to provide my password each time I connect.

In this article, I explain the reason behind this issue and how I resolved it by adjusting a local policy setting.

The problem

When I connect to the same development machine repeatedly using RDP, I want to store my credentials for easier access.

First logon attempt

However, when I try to connect again, I'm still prompted to provide my password.

read more...
Filed under Windows
Last update:
/

After having major, and unsolvable, problems with MovableType (MovableType was causing segfaults in Perl) for over half a year I finally switched to WordPress for hosting my blog.

After having major, and unsolvable, problems with MovableType (MovableType was causing segfaults in Perl) for over half a year I finally switched to WordPress for hosting my blog.

read more...
/

On CodePlex you can find the “MOSS 2007 - C# Protocol Handler” project. When working with the code I discovered 2 issues which I both fixed. Both solutions are summarized here.

On CodePlex you can find the MOSS 2007 - C# Protocol Handler project. I am currently using this in a project to index a custom content source.

When working with the code I discovered two issues which I both fixed. Both solutions are posted in the discussions and/or submitted as patch and I will summarize them here.

read more...
/

As announced yesterday by Microsoft the Office 2010 products will be 64bit only. Well no surprise there, we already knew that. But they went even further: Windows Server 2008 and SQL Server on 64bit is a must for ensuring the best performance possible.

As announced yesterday by Microsoft, the Office 2010 products will be 64bit only in the future. Well, no surprise there, we already knew that. But they went even further.

read more...
/

I was working on some old code which created three DropDown controls with hours, minutes and seconds.
I wanted to LINQify it using the LINQ Range method.

I was working on some old code which created three DropDown controls with hours, minutes and seconds.

read more...
Filed under C#
Last update: