This commit is contained in:
Olai Vike Bøe 2022-09-19 13:07:22 +02:00
parent e25bb48cda
commit 8a55471bcd

View file

@ -64,7 +64,7 @@ function CheckBoxFunc2 {
function GetWindowsUpdates { function GetWindowsUpdates {
( (
Get-WindowsUpdate -AcceptAll -WindowsUpdate -ForceDownload Get-WindowsUpdate -WindowsUpdate -ForceDownload -AutoSelectOnWebSites -BrowseOnly -AcceptAll
) )
$button1.Visible = $false $button1.Visible = $false
$button8.Visible = $false $button8.Visible = $false
@ -72,7 +72,7 @@ function GetWindowsUpdates {
function GetWindowsUpdates2 { function GetWindowsUpdates2 {
( (
Get-WindowsUpdate -AcceptAll -MicrosoftUpdate -ForceDownload Get-WindowsUpdate -MicrosoftUpdate -ForceDownload -AutoSelectOnWebSites -BrowseOnly -AcceptAll
) )
$button1.Visible = $false $button1.Visible = $false
$button8.Visible = $false $button8.Visible = $false