[DEFAULT]
BASEURL=

[InternetShortcut]
URL=
WorkingDirectory=
ShowCommand=
IconIndex=
IconFile=
Modified=
HotKey=

  其中BASEURL、URL和WorkingDirectory这3项的含义是不言而明的。ShowCommand规定Internet Explorer启动后窗口的初始状态:7表示最小化,3表示最大化;如果没有ShowCommand这一项的话则表示正常大小。
  IconFile和IconIndex用来为Internet快捷方式指定图标;如果你不想指定图标,Windows会使用缺省的Internet快捷方式图标。

一个简单的Internet快捷方式只需要在[InternetShortcut]节中包含URL项就可以了,例:
[InternetShortcut]
URL=http://www.yahoo.com
快捷方式的创建

相关文章:

  • 2022-12-23
  • 2022-01-18
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2021-09-13
  • 2021-12-12
猜你喜欢
  • 2021-09-11
  • 2021-06-05
  • 2022-01-27
  • 2022-12-23
  • 2021-11-17
相关资源
相似解决方案