Category: Microsoft

  • How-to: Delete undeletable files and folders

    , ,

    I’m sure you’ve encountered one of these error messages, one way or another: Cannot delete file: Access is denied There has been a sharing violation. The source or destination file may be in use. The file is in use by another program or user. Make sure the disk is not full or write-protected and that…

  • Copy PuTTY sessions to another computer

    ,

    Very straightforward to do. 1. From Run execute: regedit /e "%userprofile%\desktop\putty-registry.reg" HKEY_CURRENT_USER\Software\Simontatham 2. Copy and open putty-registry.reg on the computer you want the saved sessions added to. That’s it!

  • Disable mobsync.exe on Windows Vista

    ,

    What is it? mobsync.exe belongs to Internet Explorer.  It synchronize offline web pages, and edited offline documents, calendars, and email messages. Why disable it? I found it to be CPU consuming and a non-essential, so disabling it was a necessity. How do I disable it? 1. Disable Offline Files (Control Panel > Offline Files. 2.…

  • How-to: Unable to cast object Microsoft VisualStudio TestTools UnitTesting TestConfiguration

    , ,

    I was getting this error when running one of my unit tests: Unit Test Adapter threw exception: The type initializer for ‘Microsoft.VisualStudio.TestTools.UnitTesting.TestConfiguration’ threw an exception.Unable to cast object of type ‘Microsoft.VisualStudio.TestTools.UnitTesting.TestConfigurationSection’ to type ‘Microsoft.VisualStudio.TestTools.UnitTesting.TestConfigurationSection’. The issue was due to a versioning problem in the .config file (I upgraded to VS 2008).  The section that you’ll…

  • How-to: Outlprnt error when printing from Outlook 2007 calender

    ,

    I tried printing an Outlook 2007 calender entry memo style for a meeting, but received this error: Unable to save the printer settings. Make sure the file C:\Document and Settings\username\Application Data\Microsoft\Outlook\Outlprint is not missing or write protected. I found a KB article pointing to a solution: KB253966; however, I found that in my profile I…

  • How-to: Uninstall PowerShell

    I’m posting this for archival purposes, as I had to figure it out myself… Windows PowerShell doesn’t appear in Add/Remove Programs nor is there an uninstall shortcut in the Programs menu.  So the way to do it uninstall is to check the Show updates option in Add/Remove Programs. Peace!  \m/