3.单击文件--另存为,保存这个文件,“保存类型”选择“所有文件”,文件名命名为gpedit-enabler.bat。4.右键单击gpedit-enabler.bat,然后单击“以管理员身份运行”。5.完成后,将看到文本滚动并关闭Windows。如果看到错误740,说明你忘记了以管理员身份运行这个批处理文件。方法2:手动安装 方法2与方法1相同;只不...
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.txtfor/f%%iin('findstr /i . List.txt 2^>nul')dodism/online/norestart/add-pa...
for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%servicingPackages%%i" pause 将文件保存为"gpedit-enabler.bat" 右键点击保存的文件,选择"以管理员身份运行" 等待安装完成,重启电脑 完成上述步骤后,您应该能够通过运行gpedit.msc来访问组策略编辑器...
dir /b %SystemRoot%servicingPackagesMicrosoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >>List.txt for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%servicingPackages%%i" pause 将文件保存为"gpedit-enabler.bat" 右键点击保存的文件,...
1、首先同时按键盘上的WIN+R键,打开运行对话框,输入notepad打开记事本。2、在记事本中保存如下批处理内容。echo off pushd "%~dp0"dir /b %systemroot%\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >gp.txt dir /b %systemroot%\servicing\Packages\...
Download thesetup.exe for Windows 10 Home. Download or create a gpedit_enabler.bat file. Double click on setup.exe and follow the instructions to complete the installation. Right click on the bat file and chooseRun as administrator. Wait for the commands to complete. ...
Now try to reaccess the Group Policy Editor; the error "Windows cannot find gpedit.msc" should disappear. 3. Install gpedit.msc You need to download the setup.exe file for Windows 10 Home on the official website. Next, download or create the gpedit_enabler.bat file. ...
This will do the same thing and install gpedit.msc on your Windows Home computer: Download the GPEdit Enabler script from the link below: GPEdit Enabler for Windows 10 Home Edition (393 bytes, 274,309 hits) This is a simple PowerShell script that will install the disabled Group Policy ...
The download of the “GPEdit Enabler for Windows 10 Home Edition” does not seem to work. It redirects me to your homepage, without any download. FH 6 years ago Reply Hello, The download of the “GPEdit Enabler for Windows 10 Home Edition” does not seem to work. It redirects me to ...
Enabling Group Policy Editor (gpedit.msc) in Windows 10 Home Needed to tweak background bandwidth and... No Group Policy Editor. So, researched a bit and found this link. The second method with the powershell, the Batch File (gpedit-enabler.bat), worked for me Enable Gr...