We have a web application that requires .NET so therefore only works when opened thru Internet Explorer. I can't for the life of me get a GPP Shortcut created that opens the website in IE when someone has another browser selected as their default browser.
I've tried to set it as a File System Object and used...
Target Path: "%ProgramFiles(X86)%\Internet Explorer\iexplore.exe" URL
Argument: Removed the URL from Target Path and placed it in arguments
Start In:"%ProgramFiles(X86)%\Internet Explorer"
With these I've also changed the variable to be %
Event log indicates the system cannot find the file specified.
Everything I find online just says to add the URL to the end of the path for IE, which I know to do when creating something on the desktop, but in GPP it doesn't seem to want to allow me to do that with an URL shortcut or the File System Object.
Any help is greatly appreciated!