feat: Create desktop shortcut to shared folder

Added commands to create a desktop shortcut and execute a custom script if it exists.
This commit is contained in:
Kroese 2025-10-02 23:26:37 +02:00 committed by GitHub
parent 3f90e76c3a
commit 87627aa0b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -278,6 +278,11 @@
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>18</Order>
<CommandLine>cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data</CommandLine>
<Description>Create desktop shortcut to shared folder</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>19</Order>
<CommandLine>cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"</CommandLine>
<Description>Execute custom script from the OEM folder if exists</Description>
</SynchronousCommand>