Forum Discussion
Oyvind
Jan 12, 2022Copper Contributor
MS Edge kiosk mode offer to translate webpage
I have created a Microsoft Edge Kiosk mode based on the manual at: https://docs.microsoft.com/en-us/deployedge/microsoft-edge-configure-kiosk-mode#microsoft-edge-with-assigned-access, using Windows S...
egdev
Jan 19, 2022Copper Contributor
Hi,
Exact same thing here Windows 10 and Edge 97.0.1072.62.
Even if translation is disabled, in kiosk mode Edge is still asking for translating page !
Very annoying.
Oyvind
Jan 20, 2022Copper Contributor
Glad to hear I am not the only one experiencing this. And yes, very annoying, this destroys a very good kiosk solution.
- egdevFeb 16, 2022Copper Contributor
I found a way to disable it add this option to command line : --disable-features=Translate
Best regards,
Eric
- egdevFeb 20, 2022Copper Contributor
Hi,
Unfortunately if you use Assigned Access I think you cannot put extra options.
But if you use shell:startup and a shortcut to run edge in the target of the shortcut you can put :
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --disable-features=Translate --no-first-run --kiosk <URL> --edge-kiosk-type=fullscreen