![]() |
|||
Telnet in IE8
By: rekha singh | 10 Mar 2010 2:00 pm
I'm running a Dell 2.8GHz, 3G RAM, WinXP Pro SP2 CommentsIf Telnet is being used to look at other computers and control their operation why not use Remote Apps and Connections that is in Windows.
By: rekha singh | 10 Mar 2010
Using different computers, I was unable to bring up Telnet using IE6 or IE 8, under Windows XP.
By: rekha singh | 10 Mar 2010
A solution given on the Internet is to use Firefox or Google Chrome. That may be your easiest choice if you are used to using a browser to telnet.
By: rekha singh | 10 Mar 2010
Have you enabled "Telnet" in Services?
By: rekha singh | 10 Mar 2010
Well I have used Telnet in the distant past but it has security issues that I avoid now and I prefer Remote because its used on an agreement basis and the connection is more secure. Bandwidth is acceptable on this system.
By: rekha singh | 10 Mar 2010
I followed the instructions and it worked perfectly. I can now click on my telnet in IE8 and it opens. It was just a matter of a registry hack. Hope this helps. The wording can be confusing. You create a new Dword value (the DWORD Name part) which contains Data (the DWORD Value part).You can't rename the Default value.You right click in the right pane, point to New, click Dword value. A new Name will appear named New Value #1. Should already be highlighted ready to rename. Then name that new item iexplore.exe. You then double It does work for IE8. I took an XP SP2 box with IE6, installed IE8, added the registry key, rebooted, and Telnet works fine. I did get a prompt asking Do you want to allow this website to open a program on your computer? You can copy the text in the following code block into Notepad, save it as a .reg file (Be sure to change the Save as Type box to All Files) and double click to create the entry. I've included a line to Windows Registry Editor Version 5.00 [HKEY_LOCAL_ MACHINE\SOFTWARE \Microsoft\ Internet My telnet shell command already had the rundll32 part. That the website linked above doesn't have the correct value though. It should include the full path as that makes it harder for malware to interfere: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ ROOT\telnet\ shell\open\ command] Note that the last character is actually a lowercase letter L, not the number 1. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ ROOT\telnet\ shell\open\ command] 00,74,00,25, 00,5c,00, 73,00,79, 00,73,00, 74,00,65, 00,6d,00, 33,00,32, 00,5c,00, \ 72,00,75,00, 6e,00,64, 00,6c,00, 6c,00,33, 00,32,00, 2e,00,65, 00,78,00, 65,00,20, \ 00,25,00,53, 00,79,00, 73,00,74, 00,65,00, 6d,00,72, 00,6f,00, 6f,00,74, 00,25,00, \ 5c,00,73,00, 79,00,73, 00,74,00, 65,00,6d, 00,33,00, 32,00,5c, 00,75,00, 72,00,6c, \ 00,2e,00,64, 00,6c,00, 6c,00,2c, 00,54,00, 65,00,6c, 00,6e,00, 65,00,74, 00,50,00, \ 72,00,6f,00, 74,00,6f, 00,63,00, 6f,00,6c, 00,48,00, 61,00,6e, 00,64,00, 6c,00,65, \
By: rekha singh | 10 Mar 2010
|
