From 3e7f90aeb28528eaf9997897d3a0575b850af5b1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 2 Oct 2025 23:22:38 +0200 Subject: [PATCH] feat: Create desktop shortcut to shared folder --- assets/win10x64-ltsc.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10x64-ltsc.xml b/assets/win10x64-ltsc.xml index 8700e26..e0e6c98 100644 --- a/assets/win10x64-ltsc.xml +++ b/assets/win10x64-ltsc.xml @@ -426,6 +426,11 @@ 22 + cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data + Create desktop shortcut to shared folder + + + 23 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