当前位置:网站首页>What if win10 doesn't have a local group policy?
What if win10 doesn't have a local group policy?
2022-04-23 03:38:00 【Ling Xi】
Preface
Win10 The home edition does not have a local group policy editor , You can choose to upgrade to professional , You can also write a batch file to open the local group policy .
Windows Each version supports different functions :
How to add local group policy editor
- Right click desktop , Create a new text document
2. Copy the following code , Paste into document .
@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
As shown in the figure :
3. preservation
As shown in the figure or Ctrl+S The key to save .
4. Change file name , The extension must be changed to . b a t \color{red}{.bat} .bat
Modify as shown in the figure .
Are you sure you want to change ? Choice is .
5. Right click to run as administrator
Wait for the end of the operation to close .
In this way, it is added successfully , You can open the local group policy editor for operation .
Open the local group policy editor
win+R Input gpedit.msc
OK!!!!
版权声明
本文为[Ling Xi]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220601418739.html
边栏推荐
- Concepts of objects and classes
- Chapter VI, Section III pointer
- PWA I'm here
- According to the category information and coordinate information of the XML file, the category area corresponding to the image is pulled out and stored in the folder.
- Unity games and related interview questions
- Punch in: 4.22 C language chapter - (1) first knowledge of C language - (11) pointer
- 7-1 introduction to finance
- Basic knowledge of convolutional neural network
- you need to be root to perform this command
- Vscode delete uninstall residue
猜你喜欢
Unity knowledge points (common core classes)
2022 group programming ladder game simulation L2-4 Zhezhi game (25 points)
Design and implementation of redis (3): persistence strategy RDB, AOF
Key point detection of human hand based on mediapipe
Identificateur, mot - clé, type de données
C abstract class
Problem a: face recognition
Database - MySQL -- Navicat import SQL error 1067 - invalid default value for 'paydate‘
C set
Paddlepaddle model to onnx
随机推荐
Picture synthesis video
According to the category information and coordinate information of the XML file, the category area corresponding to the image is pulled out and stored in the folder.
Initial experience of talent plan learning camp: communication + adhering to the only way to learn open source collaborative courses
2021-08-11
Use of rotary selector wheelpicker
The content of the website is prohibited from copying, pasting and saving as JS code
Identificateur, mot - clé, type de données
Deep learning notes (II) -- principle and implementation of activation function
2022 团体程序设计天梯赛 模拟赛 L2-4 哲哲打游戏 (25 分)
2022 团体程序设计天梯赛 模拟赛 L1-7 矩阵列平移 (20 分)
L3-011 直捣黄龙 (30 分)
抽象类、接口、常用关键字
What to pay attention to when writing the first code
Openvino only supports Intel CPUs of generation 6 and above
Abstract classes, interfaces and common keywords
MySQL is completely uninstalled and MySQL service is cleaned up
将编译安装的mysql加入PATH环境变量
PWA I'm here
Visual programming - Experiment 1
Database - MySQL -- Navicat import SQL error 1067 - invalid default value for 'paydate‘