当前位置:网站首页>[solved] win10 cannot find a solution to the local group policy editor
[solved] win10 cannot find a solution to the local group policy editor
2022-07-03 07:08:00 【A rookie is a great God】
Create a text file on the desktop , Change of name gpedit.bat
Then copy the following string
@echo off pushd "%~dp0" dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt dir /b C:\Windows\servicing\Packages\Microsoft-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:\Windows\servicing\Packages\%%i" pause
Then save , Click it
边栏推荐
- centos php7.2.24升级到php7.3
- Advanced API (character stream & net for beginners)
- Advanced API (multithreading 02)
- Hands on redis master-slave replication, sentinel master-slave switching, cluster sharding
- Interfaces and related concepts
- Dbnet: real time scene text detection with differentiable binarization
- Advanced API (multithreading)
- How does the insurance company check hypertension?
- php安装composer
- mongodb
猜你喜欢
![Gridome + strapi + vercel + PM2 deployment case of [static site (3)]](/img/65/8d79998e96a2c74ba6e237bee652c6.jpg)
Gridome + strapi + vercel + PM2 deployment case of [static site (3)]

Selenium key knowledge explanation

JUC forkjoinpool branch merge framework - work theft

10000小时定律不会让你成为编程大师,但至少是个好的起点

4279. Cartesian tree

My 2020 summary "don't love the past, indulge in moving forward"

每日刷題記錄 (十一)

Recursion, Fibonacci sequence

IC_ EDA_ All virtual machine (rich Edition): questasim, vivado, VCs, Verdi, DC, Pt, spyglass, icc2, synthesize, innovative, ic617, mmsim, process library

Jenkins
随机推荐
Application scenarios of Catalan number
These two mosquito repellent ingredients are harmful to babies. Families with babies should pay attention to choosing mosquito repellent products
“百度杯”CTF比赛 2017 二月场,Web:爆破-1
【无标题】
JMeter test result output
VMware virtual machine C disk expansion
万卷书 - 价值投资者指南 [The Education of a Value Investor]
Arctic code vault contributor
Basic teaching of crawler code
How to migrate or replicate VMware virtual machine systems
Software testing assignment - day 1
每日刷題記錄 (十一)
PHP install the spool extension
dataworks自定義函數開發環境搭建
mysql误删root账户导致无法登录
How to specify the execution order for multiple global exception handling classes
Pits encountered in the use of El checkbox group
mongodb
Software testing learning - day 3
Advanced API (serialization & deserialization)