Use a batch file to open the URL in IE, or if you want to get "creative", you can always create your own protocol like "iehttp:" as shown in the following. Then, edit the shortcut to use iehttp: ...
As mentioned earlier, a batch file contains a series of DOS commands and are used to automate the frequently performed tasks. Thus, you don’t have to repeatedly write the same commands. Remember the ...