Pause before reboot when debugging
This commit is contained in:
parent
8c376a029e
commit
3bf64ff7e5
2 changed files with 5 additions and 0 deletions
scripts/Common/Scripts
|
@ -77,6 +77,7 @@ $null = New-Module {
|
|||
}
|
||||
|
||||
$Global:InOperation = $true;
|
||||
$Global:NonInteractive = $NonInteractive;
|
||||
$Global:ErrorActionPreference = $NonInteractive.IsPresent ? 'Continue' : 'Inquire';
|
||||
|
||||
if ($IsWindows) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue