Board logo

标题: the url format [打印本页]

作者: tireless     时间: 2008-9-19 11:32    标题: the url format

the url file format looks pretty simple, it has the same format as a ini file: ----------------------------------------- [internetshortcut] url=http://www.someaddress.com/ workingdirectory=c:\windows\ showcommand=7 iconindex=1 iconfile=c:\windows\system\url.dll modified=20f06ba06d07bd014d hotkey=1601 ----------------------------------------- url is self-explanatory workingdirectory is self-explanatory iconindex is: the icon index within iconfile iconfile is: a file containing a icon showcommand is: (nothing) - normal 7 - minimized 3 - maximized hotkey is: 833 - ctrl + shift + a 834 - ctrl + shift + b 835 - ctrl + shift + c 836 - ctrl + shift + d 837 - ctrl + shift + e 838 - ctrl + shift + f . . 1601 - ctrl + alt + a 1602 - ctrl + alt + b 1603 - ctrl + alt + c 1604 - ctrl + alt + d 1605 - ctrl + alt + e 1606 - ctrl + alt + f . . .

作者: qinchun36     时间: 2008-11-1 18:40
我的经验: 可以通过这种格式用记事本创建一个快捷方式 webfile.url , 在WINDOWS中无论如何都不显示扩展名,通过双击或者在打开方式中选择程序打开 webfile.url 均不会打开 webfile.url 本身,而是转向它指示的网址,因此 Windows中无法直接看到 webfile.url 的内容,这使得它成为我们藏秘密的一个绝佳场所! 在CMD窗口或者"运行" 中输入 "notepad webfile.url " 可以间接使用记事本打开它,或者通过 "edit webfile.url "。

作者: tireless     时间: 2008-11-2 20:27
修改注册表可以把 .url 扩展名显示出来。