In the computer, we can use the "gpedit.msc" command to open group policy to manage some configurations in the system. Recently, some users have reported that the gpedit.msc command cannot be opened on their computers. What should they do? Encountering such a problem is caused by the "gpedit.msc" system file in the system being damaged or missing.
What to do if win10 cannot find gpedit.msc (Recommended learning: PHP video tutorial)
1. Press the shortcut key Win R to open the run window, enter "regedit",
2. This will open the registry editor
3. In the editor Find Hkey_CURRENT_USERSoftwarePoliciesMicrosoftMMC in turn on the left,
4, and then set the value of RestrictToPermittedSnapins to 0
But some friends cannot find MMC according to the above method, then we need to create a new text document , then copy the following content to Notepad.
Windows Registry Editor Version 5.00[Hkey_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionGroup Policy ObjectsLocalUserSoftwarePoliciesMicrosoftMMC][-Hkey_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionGroup Policy ObjectsLocalUserSoftwarePoliciesMicrosoftMMC{8FC0B734-A0E1-11D1-A7D3-0000F87571E3}]"Restrict_Run"=dword:00000000 [Hkey_CURRENT_USERSoftwarePoliciesMicrosoftMMC][-Hkey_CURRENT_USERSoftwarePoliciesMicrosoftMMC{8FC0B734-A0E1-11D1-A7D3 -0000F87571E3}]"Restrict_Run"=dword:00000000[Hkey_CURRENT_USERSoftwarePoliciesMicrosoftMMC] "RestrictToPermittedSnapins"=dword:00000000
After copying and pasting, change the file extension to .reg and click Run to find it. After restarting the computer, enter the gpedit.msc command again to open the group policy
Update For many PHP related technical articles, please visit the PHP Graphic Tutorial column to learn!
The above is the detailed content of gpedit.msc not found. For more information, please follow other related articles on the PHP Chinese website!