You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: images/win/scripts/Installers/Install-WindowsUpdates.ps1
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,18 @@ function Install-WindowsUpdates {
8
8
Write-Host"Starting wuauserv"
9
9
Start-Service-Name wuauserv -PassThru |Out-Host
10
10
11
+
# Temporarily exclude Windows update KB5001148 since it throws an error.
12
+
# The KB5001148 itself is quite old and looks like not needed (https://support.microsoft.com/en-us/topic/kb5001148-visual-studio-client-detector-utility-for-administrator-updates-ad593454-547c-43c3-b5a3-6f201ae63f03)
11
13
Write-Host"Getting list of available windows updates"
0 commit comments