From fd294e1433c3e7be0e42109067da477d5326a1d4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 2 Oct 2025 23:24:15 +0200 Subject: [PATCH] feat: Create desktop shortcut to shared folder --- assets/win81x64.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win81x64.xml b/assets/win81x64.xml index 290e923..eb764dd 100644 --- a/assets/win81x64.xml +++ b/assets/win81x64.xml @@ -303,6 +303,11 @@ 17 + cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data + Create desktop shortcut to shared folder + + + 18 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