Disable verbose logs
This commit is contained in:
parent
3ab7bb9e64
commit
22c55f2729
1 changed files with 0 additions and 2 deletions
|
@ -6,6 +6,4 @@ foreach ($module in @("PSWindowsUpdate", "KnownFolders"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$Global:DebugPreference = "Continue";
|
|
||||||
$Global:InformationPreference = "Continue";
|
$Global:InformationPreference = "Continue";
|
||||||
$Global:VerbosePreference = "Continue";
|
|
||||||
|
|
Loading…
Reference in a new issue