Disable verbose logs

This commit is contained in:
Manuel Thalmann 2023-06-22 17:28:29 +02:00
parent 3ab7bb9e64
commit 22c55f2729

View file

@ -6,6 +6,4 @@ foreach ($module in @("PSWindowsUpdate", "KnownFolders"))
}
}
$Global:DebugPreference = "Continue";
$Global:InformationPreference = "Continue";
$Global:VerbosePreference = "Continue";