minor changes

This commit is contained in:
dado
2025-10-18 14:51:09 +02:00
parent a0fe8ff52a
commit 293c025e62

View File

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