diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 3ff68f97..00c49ddb 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -166,10 +166,9 @@ $null = New-Module { break; } ([SetupStage]::OneShot) { - Write-Host "Running a OneShot task"; + Write-Host "Running OneShot task ``$(Get-OneShotTask)``"; Start-OneShot { - Write-Host "task is-a running!"; switch (Get-OneShotTask) { ([OneShotTask]::DisableUAC) { Disable-UAC;