Forum Discussion
Martin_Slepicka
Oct 10, 2022Copper Contributor
How to disable writing assistance via Group Policy
Hello, new Edge version 106 has got settings "Use writing assistance". I look for matching settings in group policy for Edge but with not succes. I use the latest adml and admx files. Group set...
DrDuzi
Oct 28, 2022Brass Contributor
You can disable writing assistance with the following GPO
https://learn.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#microsofteditorproofingenabled
This will disable the "Microsoft Editor" option and enable "Basic" spelling.
Edge> Settings > Languages > Use writing assistance
https://learn.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#microsofteditorproofingenabled
This will disable the "Microsoft Editor" option and enable "Basic" spelling.
Edge> Settings > Languages > Use writing assistance
- SysmaintNov 25, 2022Copper ContributorBrilliant. I have a closed system that does not have access to the internet. Setting "Spell checking provided by Microsoft Editor" to "Disabled" was the solution. Now "Use writing assistance" was set to Basic, and then spell check works without internet access.
- Martin_SlepickaNov 02, 2022Copper ContributorHello,
this is not disabling writing assistance, this is only switch from Microsoft editor to basic spelling. We would like disable writing assistance at all and this is possible only by Edge GUI or by editing Preferences file in user profile not by Edge group policy because Microsoft does not implement it. We have to stay on version 104 until Microsoft solves it and properly implements disabling writing assistance into group policy.- SCharest0228Nov 07, 2022Copper Contributor
Martin_Slepicka I don't know if it will help you but I used a workaround. I left the spellcheck GPO enabled, then enabled the "Force disabled spellcheck languages" GPO and added all the used languages that I wanted disabled.
The supported languages are: af, bg, ca, cs, cy, da, de, el, en-AU, en-CA, en-GB, en-US, es, es-419, es-AR, es-ES, es-MX, es-US, et, fa, fo, fr, he, hi, hr, hu, id, it, ko, lt, lv, nb, nl, pl, pt-BR, pt-PT, ro, ru, sh, sk, sl, sq, sr, sv, ta, tg, tr, uk, vi.
- Stephenie_VeeOct 29, 2022Copper ContributorThank you so much!