Win10 cannot find gpedit. msc. How can this problem be solved ?, Win10gpedit. msc
Gpedit. msc is a commonly used command. You can open the Local Policy Group Editor by entering the command in the run, but some computers do not find the prompt after entering the command. How can this problem be solved?
I believe many of my friends have encountered the following problems: After the gpedit. msc command is input, the system prompts that the problem is not found ,;
Solution:
Press and hold the shortcut key WIN + R to open the Run window and enter "regedit", so that the Registry Editor is opened ,;
Find HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ MMC on the left side of the editor, and set the RestrictToPermittedSnapins value to 0 ,;
However, some friends cannot find MMC according to the above method, so we need to create a new text document, copy the following content to notepad Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Group Policy Objects \ LocalUser \ Software \ Policies \ Microsoft \ MMC] [-HKEY_CURRENT_USER \ software \ Microsoft \ Windows \ CurrentVersion \ Group Policy Objects \ LocalUser \ Software \ Policies \ Microsoft \ MMC \ {8fc0b734-a0e1-11d1-a7d3-109f87571e3}] "Restrict_Run" = dword: 00000000 [HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ MMC] [-HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ MMC \ {8fc0b734-a0e1-11d1-a7d3-109f87571e3}] "Restrict_Run" = dword: 00000000 [HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ MMC] "RestrictToPermittedSnapins" = dword: 00000000;
After copying and pasting, change the file suffix. reg. Click Run and you will find it. restart the computer and enter gpedit again. the msc command can open the Group Policy. You can try it...