当前位置:网站首页>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
- ROS series (V): common commands in ROS
- Instructions for fastmock
- Openvino only supports Intel CPUs of generation 6 and above
- Applet - canvas drawing Poster
- Abstract classes, interfaces and common keywords
- 2022 group programming ladder game simulation L2-4 Zhezhi game (25 points)
- vscode删除卸载残余
- C-10 program error correction (recursive function): number to character
- Unity games and related interview questions
猜你喜欢
Code forces round # 784 (DIV. 4) solution (First AK CF (XD)
Problem a: face recognition
Design and implementation of redis (6): how redis achieves high availability
2022 团体程序设计天梯赛 模拟赛 L2-3 浪漫侧影 (25 分)
C set
Database SQL -- simulate inserting a large amount of data, importing / exporting database scripts, timestamp conversion and database basics
对象和类的概念
Install PaddlePaddle on ARM
A sword is a sword. There is no difference between a wooden sword and a copper sword
2022 group programming ladder game simulation L2-4 Zhezhi game (25 points)
随机推荐
C-11 problem h: treasure chest 2
Three types of cyclic structure
Test questions (2)
The art of concurrent programming (5): the use of reentrantlock
C-10 program error correction (recursive function): number to character
Leetcode punch in diary day 01
Alphafpld upgrade alphafold multimer
List interface of collection
MySQL zip installation tutorial
51 single chip microcomputer: D / a digital to analog conversion experiment
ROS series (III): introduction to ROS architecture
Design and implementation of redis (2): how to handle expired keys
L3-011 direct attack Huanglong (30 points)
Notes sur l'apprentissage profond (Ⅱ) - - Principe et mise en oeuvre de la fonction d'activation
Activity supports multi window display
Paddlepaddle model to onnx
STM32 advanced timer com event
Source code and update details of new instance segmentation network panet (path aggregation network for instance segmentation)
Common exceptions
Paddlepaddle does not support arm64 architecture.