From 76a9cb7108ec50ce5f9c94294026150af857064a Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 2 Oct 2025 23:24:21 +0200 Subject: [PATCH] feat: Create desktop shortcut to shared folder --- assets/win81x64-enterprise.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win81x64-enterprise.xml b/assets/win81x64-enterprise.xml index bf927cc..cebab90 100644 --- a/assets/win81x64-enterprise.xml +++ b/assets/win81x64-enterprise.xml @@ -296,6 +296,11 @@ 17 + cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data + Create desktop shortcut to shared folder + + + 18 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