1
0
다음의 미러 https://github.com/dockur/windows.git 동기화됨 2026-06-10 11:59:33 +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개의 파일을 삭제
+5
파일 보기
@@ -458,6 +458,11 @@
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>25</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>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>