From 87627aa0b4a4b3ead689bb83264431e6d7f0cebc Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 2 Oct 2025 23:26:37 +0200 Subject: [PATCH] feat: Create desktop shortcut to shared folder Added commands to create a desktop shortcut and execute a custom script if it exists. --- assets/win7x64.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win7x64.xml b/assets/win7x64.xml index be1f3a8..db6a87f 100644 --- a/assets/win7x64.xml +++ b/assets/win7x64.xml @@ -278,6 +278,11 @@ 18 + cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data + Create desktop shortcut to shared folder + + + 19 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