当前位置:网站首页>The solution that prompts "system group policy prohibits the installation of this device" under win10 system (home version has no group policy)
The solution that prompts "system group policy prohibits the installation of this device" under win10 system (home version has no group policy)
2022-07-03 10:52:00 【luozhuang】
Today the customer has a machine ,U disc 、 Mobile hard disk cannot be recognized , Device manager
Install update driver display :windows Found driver software for device , But an error occurred while trying to install
Query information prompt : The system policy group prohibits the installation of this device . Please contact the administrator .
Query online , It's all about restructuring strategies
RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
RD /S /Q "%WinDir%\System32\GroupPolicy"
Restart the device after execution , Start the administrator again cmd, Continue to execute the following command :
gpupdate /force
The actual client machine is the home version , The above method is useless .
So I checked the registry :( There are risks in modifying the registration form , Please backup first )
Press Win+R, Input regedit, find
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions]
I found someone set a value in it , The solution is to delete and empty all the settings inside , Problem solving .
边栏推荐
- logstash备份跟踪上报的数据记录
- QT:QSS自定义QGroupBox实例
- Programming examples of stm32f1 and stm32subeide -tm1637 drives 4-bit 7-segment nixie tubes
- Unity小组工程实践项目《最强外卖员》策划案&纠错文档
- User recommendation preference model based on attention enhanced knowledge perception
- Unity学习笔记:个人学习项目《疯狂天才埃德加》纠错文档
- Rollup, cube and grouping sets functions of grouping functions
- Detailed cross validation and grid search -- sklearn implementation
- Numpy realizes the classification of iris by perceptron
- Leetcode skimming ---202
猜你喜欢

QT:QSS自定义 QTabWidget 和 QTabBar实例

MySQL checks for automatic updates at 0:00 every day

Hou Jie -- STL source code analysis notes

Model selection for neural network introduction (pytorch)
![[combinatorial mathematics] pigeon nest principle (simple form examples of pigeon nest Principle 4 and 5)](/img/0b/8dac418b32422f46a643158485c40f.jpg)
[combinatorial mathematics] pigeon nest principle (simple form examples of pigeon nest Principle 4 and 5)

2021-09-22

那些一门心思研究自动化测试的人,后来怎样了?

Knowledge map enhancement recommendation based on joint non sampling learning

Introduction to deep learning linear algebra (pytorch)

Basic theoretical knowledge of software testing -- app testing
随机推荐
Small file special
Adaptive Propagation Graph Convolutional Network
Buy health products for parents
Leetcode skimming ---1
QT:QSS自定义 QStatusBar实例
[roast & brain hole] Some Thoughts on the bullet screen interactive game of Wei Shu Wu Three Kingdoms when visiting station B
C language project: student achievement system
小文件专项
Jupiter notebook changing font style and font size
Wechat applet training notes 1
logstash备份跟踪上报的数据记录
C project - dormitory management system (1)
Large scale e-commerce project - environment construction
STM32F1与STM32CubeIDE编程实例-TM1637驱动4位7段数码管
Softmax regression (pytorch)
Linear regression of introduction to deep learning (pytorch)
Leetcode skimming ---977
C语言项目:学生成绩系统
Leetcode skimming ---852
sqlmap基本使用方法