赞
踩
要在 Windows 操作系统中创建桌面快捷方式,可以使用 .bat 文件。下面是创建桌面快捷方式的步骤:
- @echo off
- set target=<目标文件的路径>
- set shortcut=<快捷方式的名称>
- set icon=<快捷方式的图标的路径>
-
- rem 创建快捷方式
- lnk.exe /D "%USERPROFILE%\Desktop\%shortcut%.lnk" "%target%"
- rem 设置图标
- reg add "HKCU\Software\Microsoft\Windows\CurrentVersi
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。