scripts/script_win11-debloat.cmd aktualisiert

This commit is contained in:
2025-08-27 11:34:45 +00:00
parent cb381fc78a
commit cf4e5fbd17

View File

@@ -20,7 +20,7 @@ set PROG=%VERS%.zip
:: --- Starte Win11Debloater
cd Win11Debloat-%VERS%
:: --- ...für aktuellen User
powershell -ExecutionPolicy Bypass -Command "& Start-Process powershell.exe -PassThru -ArgumentList \"-executionpolicy bypass -File Win11Debloat.ps1 -Silent -RunDefaults\" -Verb RunAs "
powershell -ExecutionPolicy Bypass -Command "& Start-Process powershell.exe -Wait -PassThru -ArgumentList \"-executionpolicy bypass -File Win11Debloat.ps1 -Silent -RunDefaults\" -Verb RunAs "
:: --- ..für zukünftige Benutzer
powershell -ExecutionPolicy Bypass -Command "& Start-Process powershell.exe -PassThru -ArgumentList \"-executionpolicy bypass -File Win11Debloat.ps1 -Silent -RunDefaults -Sysprep\" -Verb RunAs "
powershell -ExecutionPolicy Bypass -Command "& Start-Process powershell.exe -Wait -PassThru -ArgumentList \"-executionpolicy bypass -File Win11Debloat.ps1 -Silent -RunDefaults -Sysprep\" -Verb RunAs "