From e261db7074ed2266bf7e7beba941fbf6ab146e9d Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 2 Oct 2025 23:31:46 +0200 Subject: [PATCH] feat: Create desktop shortcut to shared folder --- assets/win2025-eval.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/win2025-eval.xml b/assets/win2025-eval.xml index ff7f7fa..083812e 100644 --- a/assets/win2025-eval.xml +++ b/assets/win2025-eval.xml @@ -347,6 +347,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 @@ -354,3 +359,4 @@ +