leibin0121 发表于 2013-5-18 11:11:53

[已解决]win7任务栏如何新建快捷方式?

本帖最后由 leibin0121 于 2013-5-18 11:50 编辑

FileCreateShortcut("%windir%\explorer.exe","C:\Users\Administrator\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Windows Explorer.lnk",""," ,")

DllCall("shell32.dll", "ptr", "SHChangeNotify", "long", 0x8000000, "int", 0, "ptr", 0, "ptr", 0)
只能在原有的基础上覆盖,,没有的话,新建也不能在任务栏显示,是否还要相应的注册表操作?求大神指导。

hearton 发表于 2014-7-26 14:12:41

论坛这个创建方式还是很多的,具体多看看论坛吧
页: [1]
查看完整版本: [已解决]win7任务栏如何新建快捷方式?