Developing and testing features or extensions for Microsoft Edge
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am opening my html app in Edge kiosk mode, with following shortcut.
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --kiosk file://c:/localfile.html --ie-mode-force /Force-Device-Scale-Factor=.5
This opens in a kiosk window in ie mode, which is great.
I now want to open as a full screen kiosk using.
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --kiosk file://c:/syn/ready.html --edge-kiosk-type=fullscreen --ie-mode-force /Force-Device-Scale-Factor=.5
I am using the --edge-kiosk-type=fullscreen command, the app does open in fullscreen kiosk mode, but doesn't seem to be in ie mode, as my app doesn't work anymore!
Any ideas?
Developing and testing features or extensions for Microsoft Edge
Answer accepted by question author
Hi @John Cooper ,
As we discussed, the issue was caused by the shortcut "--ie-mode-force" not working.
I suggest that you can configure the Configure the Enterprise Mode Site List policy to open the site in IE mode, to ensure that the target site is in IE mode in kiosk full-screen mode.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards,
Raina Zhao
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
Hi Raina, I think the shortcut is opening kiosk mode and ie mode ok, but part of my code is not working when used with the fullscreen option.
My html code calls a shortcut as follows:
<font onclick='runApp('file://test.lnk');"/>
This runs fine when run in kiosk ie mode without fullscreen, but doesn't run with fullscreen option.
I am running Edge version 119.0.2151.44 (office build) (64bit)
OS Windows 10 Pro version 22H2 OS Build 19045.3448