From 13b44287c195e9b88284b33781e75739988010ee Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 2 Oct 2025 23:26:26 +0200 Subject: [PATCH] feat: Create desktop shortcut to shared folder --- assets/win7x86-ultimate.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win7x86-ultimate.xml b/assets/win7x86-ultimate.xml index ce81d12..f9486b5 100644 --- a/assets/win7x86-ultimate.xml +++ b/assets/win7x86-ultimate.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