I’ve been working on ways to ease the transition to web-based MES in our company. One thing I’m working on is replacing the desktop shortcuts to MES with an equivalent web shortcut. I’ve had pretty good luck using this target in a Windows shortcut:
“C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe” --chrome-frame --user-data-dir=“C:\Users\Public\MES_Chrome” --window-size=“960,1000” --app=“https://myepicortld/Apps/Erp/Home/#/view/PR000440/Erp.UI.Mes?mode=DC&channelid=1”
I also made an icon that lives in C:\Users\Public\Pictures so it looks seamless. I’m putting this out there in case anyone else wants to use it.

