Disable Microsoft Edge scrolling personality on Windows 10 Kiosk.

Stephen Dickson 1 Reputation point
2020-12-17T17:26:14.023+00:00

I have Microsoft Edge with assigned and it works great by following the below documentation.

Unfortunately, this setting does not apply to kiosk mode. I've also tried to find the flag online so I can apply it directly to the shortcut of Microsoft Edge but there is no documentation on what the command is and there is no documentation on editing any config file to turn on or off flags.

I'm hoping you can share some wisdom on either the flag command so I can apply it directly to the shortcut. Or the registry command if there is one. Or some form of the configuration file that can be applied to chromium-based browsers.

I look forward to hearing from you!

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,112 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. WithinRafael 326 Reputation points
    2020-12-17T21:00:27.103+00:00

    You can disable this (and any other feature) via the --disable-features command line argument. (Values are comma separated.) In this case, you want --flag-switches-begin --disable-features=msExperimentalScrolling --flag-switches-end.

    1 person found this answer helpful.