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