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 …

Localized ‘Program Files’ and ‘Users’ folders under Windows Vista

If you are wondering why and how Windows Vista or Windows 7 non English versions show different names for ‘Program Files’ folder using Windows Explorer and cmd.exe. The answer is Desktop.ini file hidden inside the folder: [.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21781 This tells Windows Shell (Explorer) to show localized name instead of English ‘Program Files’.