URL shortcut on the desktop doesn't show icon on Windows 7
- by led
I added a new shortcut.url file with the following:
[InternetShortcut]
URL=http://test.com/
IDList=
HotKey=0
IconFile=C:\Program Files\Test\logo.ico
IconIndex=0
This works on XP - the shortcut displays the logo.ico. But on Windows 7, the shortcut is white, without the icon.
The icon exists in the location on Windows 7. I also noticed that if I use the Windows GUI to set the icon it works. Even though I am setting it to the same icon.
Is there a setting (maybe) where you have to include a path for the icon to work?
How can I get it to work on Windows 7?