added RSAT

This commit is contained in:
Michael H.G. Schmidt 2024-06-30 13:06:28 +02:00
parent 8fb5f1e4a2
commit e9fba20c0b
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,22 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set SOFTWARE=..\software
set MSU=WindowsTH-KB2693643-x64.msu
if NOT EXIST %SOFTWARE%\%MSU% (
echo ERROR: %SOFTWARE%\%MSU% not found!
exit /b
)
echo ####### %0 #######
cd %SOFTWARE%
@echo on
wusa %MSU%
@echo off
echo ####### %0 #######
pause

View File

@ -0,0 +1,10 @@
@echo off
echo ####### %0 #######
echo install Windows RSAT tools ...
powershell -Command "Add-WindowsCapability -Online -Name Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0"
echo.
echo ####### %0 #######

View File

@ -1,4 +1,5 @@
dummy WIN10-LTSC_EVAL_x64FRE_19044_21h2_en-us.iso
dummy WindowsTH-KB2693643-x64.msu
dummy citrixworkspace-setup.exe
dummy nsepa_setup.exe
dummy usb2serial-PL2303-setup.exe

1 dummy WIN10-LTSC_EVAL_x64FRE_19044_21h2_en-us.iso
2 dummy WindowsTH-KB2693643-x64.msu
3 dummy citrixworkspace-setup.exe
4 dummy nsepa_setup.exe
5 dummy usb2serial-PL2303-setup.exe