Prompt for continuation on error
This commit is contained in:
parent
2f959ff6ac
commit
2a6829af09
1 changed files with 1 additions and 0 deletions
|
@ -7,3 +7,4 @@ foreach ($module in @("PSWindowsUpdate", "KnownFolders"))
|
|||
}
|
||||
|
||||
$Global:InformationPreference = "Continue";
|
||||
$Global:ErrorActionPreference = "Inquire";
|
||||
|
|
Loading…
Reference in a new issue