Internet Shortcuts (.url files) wont launch internet explorer

C

Conor McCartney

I have recently upgraded to service pack 4. After doing this my internet
shortcuts will not launch internet explorer. The error message says I need
to create an association in folder options in control panel. I have
associated HTM, HTML and URL files with IE6 but still no luck. Any help
would be much appreciated. I have also tried the default value for url
files in folder options (Shell Doc Object and Control Library)
 
D

Dave Patrick

From a command prompt;
assoc .url
should return with
..url=InternetShortcut
If not
assoc .url=InternetShortcut
to restore the file type association.

ftype internetshortcut
should return with
internetshortcut=rundll32.exe shdocvw.dll,OpenURL %l
If not
ftype internetshortcut=rundll32.exe shdocvw.dll,OpenURL %l
to restore the default "Open" action.
 
C

Conor McCartney

I tried that, all the returns were what you they were supposed to be i.e.
..url=InternetShortcut
internetshortcut=rundll32.exe shdocvw.dll,OpenURL %l
but I am still getting the same error message, please help.



Dave Patrick said:
From a command prompt;
assoc .url
should return with
.url=InternetShortcut
If not
assoc .url=InternetShortcut
to restore the file type association.

ftype internetshortcut
should return with
internetshortcut=rundll32.exe shdocvw.dll,OpenURL %l
If not
ftype internetshortcut=rundll32.exe shdocvw.dll,OpenURL %l
to restore the default "Open" action.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

Conor McCartney said:
I have recently upgraded to service pack 4. After doing this my internet
shortcuts will not launch internet explorer. The error message says I need
to create an association in folder options in control panel. I have
associated HTM, HTML and URL files with IE6 but still no luck. Any help
would be much appreciated. I have also tried the default value for url
files in folder options (Shell Doc Object and Control Library)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top