I am trying to follow this [reference][1] to install OpenSSH client and server on Windows 10 Version 1903. Neither the Settings UI or the Powershell installations will work. In the Powershell, I get the error
> Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
Add-WindowsCapability : Add-WindowsCapability failed. Error code = 0x80240439
At line:1 char:1
+ Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Add-WindowsCapability], COMException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.AddWindowsCapabilityCommand
I have tried all kinds of fixes in gpedit.msc provided on similar posts, but nothing will work. Some answers involve modifying \HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU but this path does not exist on my computer.
User contributions licensed under CC BY-SA 3.0