all ok now

This commit is contained in:
Michael H.G. Schmidt 2023-08-13 22:40:14 +02:00
parent d68a706fdd
commit 5dd0d1e99e

View File

@ -1,5 +1,4 @@
@echo off
set T=%SystemDrive%\TEMP
set EXE=..\software\adk-setup.exe
@ -11,7 +10,7 @@ if NOT EXIST %EXE% (
echo ####### %0 #######
echo installing Microsoft ADK deployment tools ...
%EXE% /q /ceip off /norestart /features OptionId.DeploymentTools /log %T%\install-adk.txt
%EXE% /q /ceip off /norestart /features OptionId.DeploymentTools
echo ####### %0 #######