From 20e3d61733138714b4408930e36e7c69c2111c41 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 2 Oct 2025 23:19:57 +0200 Subject: [PATCH] feat: Create desktop shortcut to shared folder --- assets/win11x64-iot.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win11x64-iot.xml b/assets/win11x64-iot.xml index ae4282d..5a1b8ae 100644 --- a/assets/win11x64-iot.xml +++ b/assets/win11x64-iot.xml @@ -461,6 +461,11 @@ 25 + cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data + Create desktop shortcut to shared folder + + + 26 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