From c1d695db63840224c2c6bfad3ff1fc829beea03e Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Wed, 27 Aug 2025 11:03:13 +0000 Subject: [PATCH] =?UTF-8?q?scripts/script=5Fwin11-debloat.cmd=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/script_win11-debloat.cmd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 scripts/script_win11-debloat.cmd diff --git a/scripts/script_win11-debloat.cmd b/scripts/script_win11-debloat.cmd new file mode 100644 index 0000000..c4b1fe2 --- /dev/null +++ b/scripts/script_win11-debloat.cmd @@ -0,0 +1,19 @@ +:: ---------------------------------------------------------------- +:: Installiere Windows 11 Debloater +:: ---------------------------------------------------------------- + +:: --- Option: Download in ein temporäres Verzeichnis +:: --- Kann für z.B. für GLPI abgeschaltet werden +set SAVEPATH=%SYSTEMDRIVE%\SETUP +MKDIR %SAVEPATH% & CD /D %SAVEPATH% + +set VERS=2025.08.16 +set BASEURL=https://github.com/Raphire/Win11Debloat/archive/refs/tags +set PROG=%VERS%.zip + +curl -kLO %BASEURL%/%PROG% + +powershell.exe "& {Expand-Archive %PROG% -Force -DestinationPath .}" + +::del %PROG% +