I am trying to change the Default Registry Key for telnet, but it isn't working here is what I am typing in:
WriteRegStr HKCR "telnet\shell\open\command" "(Default)" "'\\<servername>\putty.exe' %1"
I have tried this also
WriteRegStr HKCR "telnet\shell\open\command" "'\\<servername>\putty.exe' %1"
any help would be great thanks
Default Registry Key
3 posts
Try:
WriteRegStr HKCR "telnet\shell\open\command" "" '\\<servername>\putty.exe' %1"
WriteRegStr HKCR "telnet\shell\open\command" "" '\\<servername>\putty.exe' %1"
That worked thanks