Link to home
Start Free TrialLog in
Avatar of tommyrihu
tommyrihuFlag for Sweden

asked on

Links doesnt works in Internet Explorer

Hello,
One of our customers Internet Explorer behaves very odd. Links doesnt work. Nothing happens when clicked. I have tried to reset IE8, upgrade to IE9 but still the same.

The user uses Firefox now but they have some intra sites with links that Firefox cant handle, in IE it shows file://serv01/files/_Kvalitet/%20WEBBEN/Kopplade%20dokument/Affärsstrategi%20.htm

but in FF it shows
http://intra-companyname/\\%5C%5CC3%5Cfiles%5C_Kvalitet%5C%20WEBBEN%5CKopplade%20dokument%5CAff%C3%A4rsstrategi%20.htm

These are UNC paths and i have tried to let FF ignore the security of how it should translate them but it still doesnt works. So he cant use FF either. I want him to use IE so i need to fix IE for him. What should i do?

Btw, i have had the antivirus disabled so it is not that.
Avatar of Michael_MCDST
Michael_MCDST
Flag of Denmark image

-
I have put something together for you here, hope it works. I have had some customers experiencing the same problem. Interestingly though it was usually associated with them having installed then remove Chrome. Make sure that you set IE as Default browser both before and after you use the script (if neccessary) but most importantly DO NOT run the script while any browsers are running - MOST IMPORTANT!
Open Notepad and copy the text below into it. Choose to Save As the notepad doc, change the file type selection to All files, name the file htmlfix.reg and save to desktop

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\.htm]
@="htmlfile"
[HKEY_CURRENT_USER\Software\Classes\.html]
@="htmlfile"
[HKEY_CURRENT_USER\Software\Classes\.shtml]
@="htmlfile"
[HKEY_CLASSES_ROOT\.xht]
@="htmlfile"
[HKEY_CLASSES_ROOT\.xhtml]
@="htmlfile"
[HKEY_CLASSES_ROOT\http\shell\open\command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -nohome"
[HKEY_CLASSES_ROOT\https\shell\open\command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -nohome"
Now right click the reg file and choose merge
Avatar of tommyrihu

ASKER

Hello and thank you very much for quick answer.

However, i tried to install and remove Chrome but that didnt work and the reg file said it couldnt be imported cause its not an register script. see the attachement, its in swedish though. Any ideas?
ie-error.png
Avatar of David Johnson, CD

curious about the companies file naming conventions ie. the trailing space after strategi and the leading space before WEBBEN you can copy and paste Michael's Text or download it here
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\.htm]
@="htmlfile"
[HKEY_CURRENT_USER\Software\Classes\.html]
@="htmlfile"
[HKEY_CURRENT_USER\Software\Classes\.shtml]
@="htmlfile"
[HKEY_CLASSES_ROOT\.xht]
@="htmlfile"
[HKEY_CLASSES_ROOT\.xhtml]
@="htmlfile"
[HKEY_CLASSES_ROOT\http\shell\open\command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -nohome"
[HKEY_CLASSES_ROOT\https\shell\open\command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -nohome"

Open in new window

Fixed the link its now here
Ok, I take it that your system is Swedish? Despite the language difference the script should work regardless, have successfully used it on Danish systems as well. You could navigate the registry editor and make the changes shown in the script manually. Just time consuming though.
Hello again

well the file did succefully merged but the problem remains. i checked manually regedit so that the changes were done and they were.

any other ideas?
Double check that IE is set as the default browser
yes it is
ASKER CERTIFIED SOLUTION
Avatar of Michael_MCDST
Michael_MCDST
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
we have given up.