IE mode not working in Edge Kiosk fullscreen mode

John Cooper 20 Reputation points
2023-11-03T07:57:40.2266667+00:00

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?

Microsoft Edge | Microsoft Edge development
{count} votes

Accepted answer
  1. Raina Zhao - MSFT 2,875 Reputation points Microsoft External Staff
    2023-11-16T07:57:04.98+00:00

    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

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. John Cooper 20 Reputation points
    2023-11-06T23:06:24.77+00:00

    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

    0 comments No comments

  2. Deleted

    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.