How do you lock the spell check settings in Microsoft Edge?

Michael Le 21 Reputation points
2022-07-15T02:10:35.75+00:00

I am making a quiz in Microsoft Forms. Part of the grading of the quiz evaluates the spelling and grammar of the quiz taker. I provide a laptop to the quiz taker and they fill out the pre-loaded quiz. Is there a way to set an account level lock that prevents a savvy user from enabling the Microsoft Edge spell check feature?

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

Accepted answer
  1. Dillon Silzer 56,681 Reputation points
    2022-07-15T04:57:04.227+00:00

    Yes this can be accomplished and the result looks like:

    220995-image.png

    1: You need administrator access to the machine you are applying these changes to:

    2: Go to https://www.tenforums.com/tutorials/159556-turn-off-check-spelling-languages-microsoft-edge-chromium.html and scroll down to OPTION THREE: Enable or Disable Spellcheck Feature in Microsoft Edge for All Users - Step 2 & 3

    • Download and run Enable_spellcheck_feature_in_Microsoft_Edge.reg and Disable_spellcheck_feature_in_Microsoft_Edge.reg
    • This is a registry key that adds a DWORD called SpellcheckEnabled to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
    • You need to run them in order of 1) Enable_spellcheck_feature_in_Microsoft_Edge.reg then 2) Disable_spellcheck_feature_in_Microsoft_Edge.reg

    3: Close all of your browsers and re-open Edge and navigate to "check spell" and it should show the same result as posted.

    ----------------------

    If you feel uncomfortable downloading the files:

    You will need to create two new files called enableSpellCheck.reg and disableSpellCheck.reg and place the following into the files, save them, and run them.

    You need to run them in order of 1) enableSpellCheck.reg then 2) disableSpellCheck.reg

    enableSpellCheck.reg

    Windows Registry Editor Version 5.00  
      
    ; Created by: Shawn Brink  
    ; Created on: December 30, 2020  
    ; Tutorial: https://www.tenforums.com/tutorials/159556-turn-off-check-spelling-languages-microsoft-edge-chromium.html  
      
      
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]  
    "SpellcheckEnabled"=-  
      
    

    disableSpellCheck.reg

    Windows Registry Editor Version 5.00  
      
    ; Created by: Shawn Brink  
    ; Created on: December 30, 2020  
    ; Tutorial: https://www.tenforums.com/tutorials/159556-turn-off-check-spelling-languages-microsoft-edge-chromium.html  
      
      
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]  
    "SpellcheckEnabled"=dword:00000001  
      
    

    If this helps please don't forget to mark as correct answer.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful