Pause before reboot when debugging

This commit is contained in:
Manuel Thalmann 2024-09-12 19:04:37 +02:00
commit 3bf64ff7e5
2 changed files with 5 additions and 0 deletions
scripts/Common/Scripts

View file

@ -77,6 +77,7 @@ $null = New-Module {
}
$Global:InOperation = $true;
$Global:NonInteractive = $NonInteractive;
$Global:ErrorActionPreference = $NonInteractive.IsPresent ? 'Continue' : 'Inquire';
if ($IsWindows) {