Disable verbose logs

This commit is contained in:
Manuel Thalmann 2023-06-22 17:28:29 +02:00
parent 8bfec1bb75
commit 7593259f33

View file

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