Anpassung der debload config.

This commit is contained in:
2023-02-11 09:45:01 +01:00
parent 9eda7f744f
commit 37cda0a9f6
3 changed files with 8 additions and 4 deletions

View File

@@ -299,6 +299,7 @@ function InstallSoftwareOpt {
# Funktion um Windows zu debloaten
function DebloatWindows {
Write-Host "Beginne das Windows zu debloaten und hardening auszuführen..." - -ForegroundColor Blue
. .\debloat.ps1
debloatwindows
}