From 9a988fa207a790d862f838ab66289ce166a0375e Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 2 Oct 2025 23:22:29 +0200 Subject: [PATCH] feat: Create desktop shortcut to shared folder --- assets/win10x64-iot.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10x64-iot.xml b/assets/win10x64-iot.xml index 05ffaf5..01534bb 100644 --- a/assets/win10x64-iot.xml +++ b/assets/win10x64-iot.xml @@ -429,6 +429,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