List.txtdi"/> List.txtdi">

Home  >  Article  >  System Tutorial  >  Win10 Home Edition Chinese version cannot use Group Policy Editor

Win10 Home Edition Chinese version cannot use Group Policy Editor

王林
王林forward
2023-12-28 23:47:311435browse

Some users find that they cannot open the Group Policy Editor of their computer when using the home version of win10. This is because the home version does not actually open this function. If you want to continue, you can refer to the steps below. Come.

win10 Home Chinese version does not have a Group Policy Editor

1. Create a new text document on the desktop, then copy and paste the following code into it.

@echo off

pushd “%~dp0”

dir /b C:WindowsservicingPackagesMicrosoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List. txt

dir /b C:WindowsservicingPackagesMicrosoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt

for /f %%i in ('findstr / i. List.txt 2^>nul') do dism /online /norestart /add-package: "C:WindowsservicingPackages\%%i"

pause

Win10 Home Edition Chinese version cannot use Group Policy Editor

2, Then select "File" above and click Save As.

Win10 Home Edition Chinese version cannot use Group Policy Editor

3. Add a .bat after the name, and then select "All files" as the file type below

Win10 Home Edition Chinese version cannot use Group Policy Editor

4. Then we will see a command on the desktop, open and run it directly to open the Group Policy function.

Win10 Home Edition Chinese version cannot use Group Policy Editor

The above is the detailed content of Win10 Home Edition Chinese version cannot use Group Policy Editor. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:somode.com. If there is any infringement, please contact admin@php.cn delete