HOX2333【教程】解决下载CodeX Microsoft Store 进入下载页面闪退的问题 中发帖

之前电脑关闭了Win11自动更新,即便重新打开累积更新后仍然会导致Store服务禁用错误,出现了这样的问题。具体是: 
进入页面后,无法加载下载按钮,随后闪退
[image]
处理方式:


关闭所有 Microsoft Store 窗口。


用开始菜单搜索 PowerShell,右键 “以管理员身份运行”。执行:
[Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent() | % { $_.IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator) }




结果必须是 True。
再执行修复:
sc.exe config InstallService start= demand
sc...