@echo off set TOOLS=%SystemDrive%\tools set EXE=..\software\adk-setup.exe if NOT EXIST %EXE% ( echo ERROR: %EXE% not found! exit /b ) echo ####### %0 ####### echo installing Microsoft ADK deployment tools ... %EXE% /q /ceip off /norestart /features OptionId.DeploymentTools /log %TOOLS%\scripts\install-adk.txt echo ####### %0 #######