- PS C:\Windows\system32> Set-ItemProperty -Path HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU -Name UseWUServer -Value 0
- PS C:\Windows\system32> Restart-Service -Name wuauserv -Force
- PS C:\Windows\system32> Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
- Path :
- Online : True
- RestartNeeded : False
- PS C:\Windows\system32> Set-ItemProperty -Path HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU -Name UseWUServer -Value 1
- PS C:\Windows\system32> Restart-Service -Name wuauserv -Force
- PS C:\Windows\system32> Start-Service sshd
Install Windows OpenSSH server (sshd)
Posted by Anonymous on Tue 14th Feb 2023 18:11
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.