scripts/script_win11-debloat.cmd hinzugefügt
This commit is contained in:
19
scripts/script_win11-debloat.cmd
Normal file
19
scripts/script_win11-debloat.cmd
Normal file
@@ -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%
|
||||
|
Reference in New Issue
Block a user