18303 shaares
1707 private links
1707 private links
894 results
tagged
windows
This handcrafted guide exists to provide both novice and expert Windows and Linux developers a best practice handbook to the installation, configuration, and usage of WSL (Bash on Ubuntu on Windows) on a daily basis.
Save-Module -Name PSWindowsUpdate -Path C:\Program Files\WindowsPowerShell\Modules
Install-Module -Name PSWindowsUpdate -Force
Import-Module PSWindowsUpdate
Add-WUServiceManager -Force -ServiceID 7971f918-a847-4430-9279-4a52d1efe18d
Get-WUInstall -MicrosoftUpdate -Install -AcceptAll -AutoReboot -Category @('Critical Updates', 'Security Updates')
Via river.