I want to have a link in Chrome e.g.
Open Link
that when you click on it in the Chrome Browser that it launches the link in an IE window.
Can anyone
Ok so I did the following which works :
HKEY_CLASSES_ROOT
alert
(Default) = "URL:Alert Protocol"
URL Protocol = ""
DefaultIcon
(Default) = "iexplore.exe,1"
shell
open
command
(Default) = cmd /k set myvar=%1 & call set myvar=%%myvar:alert:=%% & call "C:\Program Files (x86)\Internet Explorer\iexplore.exe" %%myvar%% & exit /B
Then have your link
link