0
点赞
收藏
分享

微信扫一扫

powershell_语言设置与update-help更新失败问题:English-US help content is available and can be installed using..


文章目录

  • ​​症状分析​​
  • ​​更改显示语言​​

症状分析

我在win11中将显示语言设置为英语,而在powershell(7.1+)上执行​​update-help​​​提示了类似于如下的错误:
​​​Update-Help: Failed to update Help for the module(s) 'Dism, Get-NetView, Kds, NetQos, PcsvDevice, PKI, PSReadline, Whea, WindowsUpdate' with UI culture(s) {en-US} :​

​One or more errors occurred. (Response status code does not indicate success: 404 (The specified blob does not exist.).).​

​English-US help content is available and can be installed using: Update-Help -UICulture en-US.​​​powershell_语言设置与update-help更新失败问题:English-US help content is available and can be installed using.._区域设置

更改显示语言

也可能和系统区域设置有关联
(system locale)

我在另一个系统上(win10)显示语言为中文
执行​​​update-help​​​的时候,顺利的执行完毕(仅使用普通网络环境)
powershell_语言设置与update-help更新失败问题:English-US help content is available and can be installed using.._powershell_02


举报
0 条评论