From 3484415ca82bab6521a14c0114eeb28ff40d986e Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 2 Oct 2025 23:28:26 +0200 Subject: [PATCH] feat: Create desktop shortcut to shared folder --- assets/winvistax64-ultimate.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/winvistax64-ultimate.xml b/assets/winvistax64-ultimate.xml index cb1d1c1..cdd73eb 100644 --- a/assets/winvistax64-ultimate.xml +++ b/assets/winvistax64-ultimate.xml @@ -252,6 +252,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 @@ -259,3 +264,4 @@ +