Friday, August 19, 2011

Internet Explorer 9 does not open .ica links

If IE9 is saving your .ica links instead of opening the connection here is something to try.

1) Run regedit as administrator
2) Browse to HKEY_CLASSES_ROOT\PROTOCOLS\Filter\application/x-ica
3) Rename application/x-ica to application/x-ica.old
4) Close regedit
Try opening the .ica link now. Hopefully it will open the connection this time instead of saving the .ica file.

No comments:

New beginner's guide to PowerShell on my GitHub page

 I created a beginner's guide to PowerShell here: https://github.com/aamjohns/Powershell_Guide/blob/main/README.md I hope it helps someo...