From 757b40c109dd6dee5e797c242e2e11a3226250b4 Mon Sep 17 00:00:00 2001 From: dado Date: Mon, 29 Sep 2025 22:11:45 +0200 Subject: [PATCH] eliminato -Force, che risulta ambiguo in Install-WindowsUpdate --- configwinpc.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configwinpc.ps1 b/configwinpc.ps1 index 1892cbb..64c3680 100644 --- a/configwinpc.ps1 +++ b/configwinpc.ps1 @@ -2,7 +2,7 @@ # https://github.com/marlock9/edge-debloat/blob/main/edge-debloat.reg # TODO -# export registry, supremo.exe +# export registry, supremo.exe, vendor bloatware clear-Host @@ -505,7 +505,7 @@ Write-Host "" # Installing Windows Updates Write-Host -ForegroundColor Yellow ">>> Installing Windows Updates... <<<" -Install-WindowsUpdate -AcceptAll -Force -Verbose -NoReboot +Install-WindowsUpdate -AcceptAll -Verbose -NoReboot # Monitoring Update Installation # Write-Host ""