feat: Create shortcut to shared folder on desktop

This commit is contained in:
Kroese 2025-10-02 23:14:35 +02:00 committed by GitHub
parent a63ca73ba2
commit a577df61fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -461,6 +461,11 @@
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>25</Order>
<CommandLine>cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data</CommandLine>
<Description>Create shortcut to shared folder on desktop</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>26</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>