猜你喜欢

WDS部署环境为 Windows Server 2012 R2, 启动镜像为Win10 x64 boot.wim ,安装镜像为 Win10 Enterprise...

Windows 10 无法启动 Windows Update 服务 错误 0x80070005 拒绝访问解决方案:首先重命名系统盘 windows目录下的为“S...
win10系统开始菜单无法打开且点击通知栏没反应怎么办
具体方法如下:
1、在键盘上按下win+R键,输入powershell,按下“确定”运行;
2、复制:Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppxManifest.xml" -verbose } 点击右击粘贴 在 回车;
3、待几分钟修复完成后即可正常(提醒:操作过程中防火墙需要开启)。
备注:
如果打开的对话框没有管理员字眼,可以直接进入C:\windows\system32\WindowsPowerShell\v1.0目录下,找到PowerShell,右键管理员运行。