我完全无法打开开始菜单、cortana 和 Windows 图标托盘。
问题是"Microsoft.Windows.ShellExperienceHost" and "Microsoft.Windows.Cortana" applications need to be installed correctly.
我读过一些解决方案。我想使用 powershell 重新安装应用程序,但是当我运行时Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmetadata\appxbundlemanifest.xml")}
它给我这样的错误
Get-appxpackage :在模块“Appx”中找到“Get-appxpackage”命令,但无法加载该模块。有关更多信息,请运行“导入模块 Appx”。位于第 1 行:1 个字符:1 + Get-appxpackage -all shellexperience -packagetype bundle |% {add-ap ... + ~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Get- appxpackage:String) [], CommandNotFoundException + FullQualifiedErrorId : CouldNotAutoloadMatchingModule
任何人都可以帮我解决这个问题吗?