Win10解决gpedit.msc无效问题
Win10家庭版解决gpedit.msc无效的问题
在安装Oracle Database时候,安装过程报了一个错误,搜索后网友提供的解决方法是通过设置修改本地组的一些配置,但是我这Win10家庭版使用 “win + r” 输入 “gpedit.msc” 会提示找不到...哎,解决它。接下来是解决步骤:
建立gpedit.cmd文件,在桌面建文件比较方便
打开文件并输入以下内容:
@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
右键点击Run as Administrator
Deployment Image Servicing and Management tool Version: 10.0.16299.15 Image Version: 10.0.16299.1029 Processing 1 of 1 - Adding package Microsoft-Windows-GroupPolicy-ClientExtensions-Package~31bf3856ad364e35~amd64~en-US~10.0.16299.15 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.16299.15 Image Version: 10.0.16299.1029 Processing 1 of 1 - Adding package Microsoft-Windows-GroupPolicy-ClientExtensions-Package~31bf3856ad364e35~amd64~zh-CN~10.0.16299.15 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.16299.15 Image Version: 10.0.16299.1029 Processing 1 of 1 - Adding package Microsoft-Windows-GroupPolicy-ClientExtensions-Package~31bf3856ad364e35~amd64~~10.0.16299.15 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.16299.15 Image Version: 10.0.16299.1029 Processing 1 of 1 - Adding package Microsoft-Windows-GroupPolicy-ClientTools-Package~31bf3856ad364e35~amd64~en-US~10.0.16299.15 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.16299.15 Image Version: 10.0.16299.1029 Processing 1 of 1 - Adding package Microsoft-Windows-GroupPolicy-ClientTools-Package~31bf3856ad364e35~amd64~zh-CN~10.0.16299.15 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.16299.15 Image Version: 10.0.16299.1029 Processing 1 of 1 - Adding package Microsoft-Windows-GroupPolicy-ClientTools-Package~31bf3856ad364e35~amd64~~10.0.16299.15 [==========================100.0%==========================] The operation completed successfully. Press any key to continue . . .
出现以上提示说明运行成功
win + R,输入gpedit.msc验证,出现下方图片即完成
接下来去解决Oracle的问题,顺便记录Oracle 18c的安装过程。
相关推荐
82216135 2020-11-19
83206733 2020-11-19
86276537 2020-11-19
83266337 2020-11-19
85276131 2020-11-18
82246435 2020-11-18
82256036 2020-11-18
86256434 2020-11-17
82374197 2020-11-17
梁柏林 2020-11-16
zhouboxiao 2020-11-16
88286632 2020-07-12
IT之家 2020-03-11
80266038 2020-11-15
82791794 2020-09-16
89539834 2020-09-16
梦想软件设计师 2020-09-16