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...
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.
egdev
Feb 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
- NikolejGFeb 20, 2022Copper Contributor
I found out of that
But i found also this article:
https://www.tenforums.com/tutorials/159502-turn-off-offer-translate-pages-microsoft-edge-chromium.html
That resolve the problem:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
"TranslateEnabled"=dword:00000000
So thanks for this post and answers 🙂