There is no MMC solution for the computer registry,

Computer: win10 can not find gpedit.msc how to do

Run \regedit\ to find HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC and set the value of RestrictToPermittedSnapins to 0. If MMC cannot find it, you can do this:
directly copy and paste the following content into Notepad, and save it as a file with a suffix of .reg , double-click to run the .reg file.
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-0000F87571E3}]
"Restrict_Run"=dword:00000000
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC]
[-HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC{8FC 0B734-A0E1 -11D1-A7D3-0000F87571E3}]
"Restrict_Run"=dword:00000000
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC]
“RestrictToPermittedSnapins”=dword:00000000

Copy this to a TXT, change the file name to reg, double-click to run, click OK to change the computer, it will prompt that the information has been installed in the registry.
window+r input gpedit.msc found easy to use

If it is not easy to use, window+regedit opens the registry: find HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC and set the value of RestrictToPermittedSnapins to 0, then use window+r again to enter the gpedit.msc command

Guess you like

Origin blog.csdn.net/qq_41117240/article/details/102633953