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
Feb 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 🙂- ObaidaASep 08, 2024Copper ContributorThe link is not working, could you please provide a new one?
- egdevFeb 20, 2022Copper ContributorThank you so much it works even in assigned access. Cool !
- OyvindFeb 20, 2022Copper ContributorYes, modifying the Policies-key in registry is normally done with a Group Policy, and is a OK workaround! Still, I hope the Edge team could fix this bug.