Friends who are familiar with computer operations should all know that if we want to perform some advanced settings on the computer, we usually need to open the computer's Group Policy Editor to set it. Therefore, the Group Policy Editor is what we often use. I have used computer tools, but recently many friends have experienced the problem of group policy being disabled. How to restore it? Below, the editor will introduce two repair methods in detail, let’s take a look!
How to restore Win10 group policy after it is disabled?
Method 1: Enter the Group Policy Editor to restore
Hold the [win R] keyboard shortcut, open the run window, enter [gpedit.msc] and press the Enter key to enter.
#2. After entering, select [Manage Templates] on the left, find the disabled main items on the right, here I click [System].
#3. Then scroll down on the right to find and double-click the mouse to open [System Restore].
#4. Then double-click the mouse [Turn off System Restore].
#5. Select [Disabled] on the top of the pop-up dialog box, and finally click [OK] below.
Method 2: Create a new text document
1. Create a text file on the desktop and copy the code below.
@echooff
pushd "%~dp0"
dir/bC:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*. mum》List.txt
dir/bC:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum》》List.txt
for/f %%iin('findstr/i.List.txt2^》nul') dodism/online/norestart/add-package: "C:\Windows\servicing\Packages\%%i"
pause
2. Then save this text as a file with the extension name .cmd.
3. Right-click and run as administrator, then [win R] keyboard shortcut to open the run window, type [gpedit.msc], and press Enter to enter Just make an inquiry.
The above is the detailed content of Win10 countermeasure service is disabled, how to restore after Win10 group policy is disabled. For more information, please follow other related articles on the PHP Chinese website!