From cf4e5fbd17e40c96f9bf5bc081b713f8c8987804 Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Wed, 27 Aug 2025 11:34:45 +0000 Subject: [PATCH] scripts/script_win11-debloat.cmd aktualisiert --- scripts/script_win11-debloat.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/script_win11-debloat.cmd b/scripts/script_win11-debloat.cmd index dc7fa54..9b0f69c 100644 --- a/scripts/script_win11-debloat.cmd +++ b/scripts/script_win11-debloat.cmd @@ -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 "