From cc44cfbdb11007cc740cffb1a6b9e75e28363b1c Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 2 Oct 2025 23:28:40 +0200 Subject: [PATCH] feat: Create desktop shortcut to shared folder --- assets/winvistax86-ultimate.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/winvistax86-ultimate.xml b/assets/winvistax86-ultimate.xml index 5231d50..0cb6857 100644 --- a/assets/winvistax86-ultimate.xml +++ b/assets/winvistax86-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