Hi
I've seen code that will create a .lnk shortcut but I need to do the equivalent for a .url shortcut. I seem to remember finding the code somewhere on t'internet but then abandoning the idea in favour of a .BAT solution (because I know batch far better) only then to be told that I must use vbscript.
So, I've written working vbscript code to copy the .URL shortcuts from a central repository to the All Users Startup folder but I reckon it'll be quicker, and have less of an impact on the network, if I can produce code to create new shortcuts instead. However, what I can't find anything on is how to specify which icon from a (Windows standard and present on the client PC) .DLL to use for the shortcut instead of the rather dull default IE icon.
This must be possible, right? But how?
Thanks for all responses in advance (as well as afterwards!)
Jeff
I've seen code that will create a .lnk shortcut but I need to do the equivalent for a .url shortcut. I seem to remember finding the code somewhere on t'internet but then abandoning the idea in favour of a .BAT solution (because I know batch far better) only then to be told that I must use vbscript.
So, I've written working vbscript code to copy the .URL shortcuts from a central repository to the All Users Startup folder but I reckon it'll be quicker, and have less of an impact on the network, if I can produce code to create new shortcuts instead. However, what I can't find anything on is how to specify which icon from a (Windows standard and present on the client PC) .DLL to use for the shortcut instead of the rather dull default IE icon.
This must be possible, right? But how?
Thanks for all responses in advance (as well as afterwards!)
Jeff