<div class="news_item">#447<div class="news_title">Poderosa Windows 7 Registry fix
Posted by dandriff on Monday April 16, 2012@11:18AM
Today I found the cool Windows terminal emulator Poderosa, but after installing it on Windows 7 I was getting registry key missing errors when I tried to connect to my local cygwin with it.
I found the fix here: http://thelongestblogurlicouldthinkof.blogspot.com/2011/03/cygwin-window-in-poderosa.html
Here are the registry modifications I performed (not perfect, but they'll get the job done):
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWARECygnus Solutions]
[HKEY_LOCAL_MACHINESOFTWARECygnus SolutionsCygwin]
[HKEY_LOCAL_MACHINESOFTWARECygnus SolutionsCygwinmounts v2]
"cygdrive prefix"="/mnt"
"cygdrive flags"="dword:0000002a"
[HKEY_LOCAL_MACHINESOFTWARECygnus SolutionsCygwinmounts v2/]
[HKEY_LOCAL_MACHINESOFTWARECygnus SolutionsCygwinmounts v2/]
"flags"=dword:0000000a
"native"="C:cygwin"