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 <<<"