Browse by Tags

All Tags » Windows (RSS)
It’s sometimes nice to be able to uninstall a previous version of your product before installing a completely different new replacement app. You can do this by using the msiexec /u {product id} command but who the heck knows the Product ID? I do if I...
with no comments
Filed under: ,
I have been playing with Windows 7 in my VM machine for a few weeks now and have found it to be amazingly fast and lean!  So what will keep people from making the leap from XP to Windows 7? Application and hardware compatibility of course! ...
There have been a lot of buzz around Windows 7 lately. Most people plan to migrate from XP straight to Windows 7, skipping Vista altogether! Personally I have really liked Vista. The only real issue I had is it wouldn't run a really old game that I used...
I had a problem connecting to my companies VPN a while ago. I found running the following helpful: Uninstall PPTP & L2TP Protocols: Windows PowerShell Copyright (C) 2006 Microsoft Corporation. All rights reserved. PS C:\Windows\System32> netcfg...
WPF has built-in controls for ink, but is missing much of the API that is available in the TabletPC SDK 1.7. As a result, unless you are doing the most basic and mundane ink you will be required to use this library. One of those basic things that are...
I am asked all of the time about the performance of managed vs. unmanaged code and "how much slower is it?". This is one of the questions I am going to attempt to answer using experimentation. In this post I'll talk about some of the theory...
You have no idea how it got there but one day you start your computer and get several new "accounts" you can login as. This is very annoying and frustrating! Fortunately there is a way to "hide" those accounts without affecting the...
Last week our camera card filled up. Like most people, we'd almost rather buy a new, bigger card rather than try to go through the process of getting the photos onto the computer, processed, and burned to CD's. We decided that with about 2GB of pictures...
with no comments
Filed under: , ,
Now I am not much of a low-level debugger type. I've seen people use WinDbg like it was an extension of their hand! I am not one of those people but I would sure like to be. Lately I have been working on a project that does some pretty tricky code...