From 268b97be4f2ce0c8187574f0caeb837d08f8cb1f Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 5 Oct 2025 16:26:04 +0200 Subject: [PATCH] Update win2019-eval.xml by removing hosts entry Removed command to add entry in hosts file and adjusted order of subsequent commands. --- assets/win2019-eval.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/assets/win2019-eval.xml b/assets/win2019-eval.xml index c518e92..cca0e35 100644 --- a/assets/win2019-eval.xml +++ b/assets/win2019-eval.xml @@ -327,16 +327,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 @@ -344,4 +339,3 @@ -