From 4a6e0e4811eae8fdf58faeceb6a0348ce808ed50 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 5 Oct 2025 16:26:50 +0200 Subject: [PATCH] Update command order and remove hosts entry command --- assets/win2016-eval.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/assets/win2016-eval.xml b/assets/win2016-eval.xml index ddaf919..568e9f5 100644 --- a/assets/win2016-eval.xml +++ b/assets/win2016-eval.xml @@ -323,16 +323,11 @@ 20 - cmd /C echo 20.20.20.1 host.lan >> %WINDIR%\system32\drivers\etc\hosts - Add entry in hosts file - - - 21 cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data Create desktop shortcut to shared folder - 22 + 21 cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat" Execute custom script from the OEM folder if exists @@ -340,4 +335,3 @@ -