From 2c52d37acebfa4ccf69a5c491f4f071065f7b8bf Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 2 Oct 2025 23:31:11 +0200 Subject: [PATCH] feat: Create desktop shortcut to shared folder --- assets/win2019.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win2019.xml b/assets/win2019.xml index 5051f9f..0e7faea 100644 --- a/assets/win2019.xml +++ b/assets/win2019.xml @@ -335,6 +335,11 @@ 21 + cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data + Create desktop shortcut to shared folder + + + 22 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