From 293c025e62f1459178127bc0cd71345efca48c99 Mon Sep 17 00:00:00 2001 From: dado Date: Sat, 18 Oct 2025 14:51:09 +0200 Subject: [PATCH] minor changes --- configwinpc.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configwinpc.ps1 b/configwinpc.ps1 index 08df896..9c8d923 100644 --- a/configwinpc.ps1 +++ b/configwinpc.ps1 @@ -385,6 +385,8 @@ foreach ($RegistryPath in $RegistryPaths) { } } +Write-Host "" + #################################################################################################################################### Write-Host -ForegroundColor Yellow ">>> Disable Lets finish setting up your device <<<" @@ -665,6 +667,8 @@ if (!(Test-Path $WindowsUpdateRegistryPath)) { Set-ItemProperty -Path $WindowsUpdateRegistryPath -Name "NoAutoRebootWithLoggedOnUsers" -Value 1 -Type DWORD | Out-Null +Write-Host "" + #################################################################################################################################### Write-Host -ForegroundColor Yellow ">>> Turn Off Windows Update Delivery Optimization <<<"