Rarely I need to use Visual Studio Remote Debugger to debug Native application. It always big pain to configure everything correctly. But today I needed to run Remote Debugger as service, so I can debug another service, when no any user is logged onto computer. First strange thing I noticed, that I am able to …
Author Archives: Maris
Context menu extension to remove all .svn folders
Here is my version of Shell / context menu extension to remove all .svn folders (used by Subversion). This reg file adds menu item called ‘Delete SVN Folders’ under Right mouse click on folder. Download and run this file: DeleteSVN.reg Here is a full source of DeleteSVN.reg: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN] @=”Delete SVN …
Continue reading “Context menu extension to remove all .svn folders”
Windows 7 64-bit setup / install failed to start with ‘Status: 0xc0000225’
Today I was trying to install Windows 7 x64 on new computer. Setup immediately stopped with the following screen: Windows failed to start. A recent hardware or software change might be the cause. To fix the problem: 1. Insert your Windows installation disk and restart your computer. 2. Choose your language settings, and then click …
Continue reading “Windows 7 64-bit setup / install failed to start with ‘Status: 0xc0000225’”