This commit is contained in:
2023-11-14 13:11:28 +01:00
parent bf3d4a0625
commit 7c4fa73ce8

View File

@@ -12,5 +12,5 @@ function UpdateWindows {
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Install-Module -Name PSWindowsUpdate -Force
Get-WindowsUpdate -ForceInstall
Install-WindowsUpdate -AcceptAll
Install-WindowsUpdate -AcceptAll -IgnoreReboot
}