From cca3607c400e621b1197eedb3ab3ebc8d8fc4aeb Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 2 Oct 2025 23:20:02 +0200 Subject: [PATCH] feat: Create desktop shortcut to shared folder --- assets/win11x64-enterprise.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win11x64-enterprise.xml b/assets/win11x64-enterprise.xml index e76caad..a9a192b 100644 --- a/assets/win11x64-enterprise.xml +++ b/assets/win11x64-enterprise.xml @@ -461,6 +461,11 @@ 25 + cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data + Create desktop shortcut to shared folder + + + 26 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