I have a requirement to have IE the default browser, however one of my business web apps requires Chrome so we need to have dual browsers. I have Chrome Enterprise installed on all the PCs (C:\Program Files (x86)\Google\Chrome\Applications\chrome.exe and the executable instead of the Users\App Data....\).
When I create an Application shortcut it works normally:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --app=http://localserver/app
However, when I push a Shortcut out via GPO (User Config/Preferences/Window Settings/Shortcuts
I get:
http://"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --app=http://localserver/app
and that opens in IE as looking for %22
Please tell me what I am doing wrong (other than needing to have IE as a default browser, which is a must)