Windows 10 2004 使用 powershell-7.0 更新帮助文件

Windows 10 2004 使用 powershell-7.0 更新帮助文件

在 Windows 10 v2004 上,在 PowerShell 7.0.3 x64 中,我不知道为什么它显示资源不可用:

PS > Update-help -UICulture en-US

     Update-Help: Failed to update Help for the module(s) 'ConfigDefender, PSReadline, WindowsUpdateProvider' 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

答案1

这种情况一直持续着,这是我能找到的最佳解决方法:

Update-Help -Verbose -Force -ErrorAction SilentlyContinue

相关内容