Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pub:windows_update [2022/02/17 21:37] derekpub:windows_update [2024/02/22 07:28] (current) – removed derek
Line 1: Line 1:
-==== windows update ==== 
- 
-=== windows 11 === 
-  * https://www.microsoft.com/en-us/software-download/windows11 
- 
-=== windows 10 update === 
-  * [[https://www.microsoft.com/en-hk/software-download/windows10|windows 10 update assistant]] 
-  * [[https://www.microsoft.com/en-us/software-download/windows10|windows 10 media creation tool]] 
- 
-=== CMD update 
- 
-  wuauclt /detectnow /updatenow 
- 
-=== Powershell update (PSWindowsUpdate)  
-  * for win7/2008r2 install SP1 and WMF 5.1 first 
- 
-<code powershell> 
-# win 7 - enable TLS 1.2 first 
-[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 
-Register-PSRepository -Default 
- 
-# install 3rd party module 
-Install-Module PSWindowsUpdate -force 
- 
-# also install other microsoft products 
-Add-WUServiceManager -MicrosoftUpdate 
- 
-# scan for updates 
-Get-WindowsUpdate 
- 
-# install updates and reboot 
-Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -AutoReboot 
- 
-Install-WindowsUpdate  # do not reboot 
- 
-</code> 
- 
-=== Abc-update === 
-  * https://abc-deploy.com/abc-update/ 
- 
-  mkdir c:\drv\abcupdate & cd /d c:\drv\abcupdate 
-  wget https://abc-deploy.com/Files/ABC-Update.zip 
-  7z x ABC-Update.zip 
-  echo abc-update.exe /a:install /r:5 > auto-winupdate.bat 
-  nircmd shortcut "c:\drv\abcupdate\auto-winupdate.bat" "~$folder.desktop$" "auto winupdate" 
- 
-=== WuMgr (obsoleted) === 
-  * https://github.com/DavidXanatos/wumgr 
- 
-  choco install wumgr 
-  echo wumgr -update > %USERPROFILE%\Desktop\Wumgr-Update.bat 
- 
-==== windows update problems ==== 
- 
-Fix Windows Update errors by using the DISM or System Update Readiness tool 
-  * [[https://docs.microsoft.com/en-us/troubleshoot/windows-server/deployment/fix-windows-update-errors]] 
- 
-=== windows 7/2008R2 === 
- 
-  * install SP1 
-  * install KB3042058 Update to default cipher suite priority order 
-  * install KB3020369 Windows Update Client for Windows 7 and Windows Server 2008 R2: March 2016 
-  * install KB3138612 Fix slow Windows update 
-  * install KB3125574 Convenience rollup 
- 
-clean up 
-  * stop Windows Update service 
-  * delete %windir%\SoftwareDistribution\DataStore