1
0
鏡像自 https://github.com/dockur/windows.git 已同步 2026-06-11 12:49:36 +08:00

feat: Create desktop shortcut to shared folder (#1447)

此提交包含在:
Kroese
2025-10-03 00:02:03 +02:00
提交者 GitHub
父節點 ae185de314
當前提交 4871a1e61b
共有 39 個檔案被更改,包括 207 行新增0 行删除
+6
查看文件
@@ -337,6 +337,11 @@
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>21</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>22</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>
@@ -344,3 +349,4 @@
</component>
</settings>
</unattend>