URL文件格式
- April 28, 2019
- aaaaaAndy
1. 全部配置
.url文件是一个指向URL(web文档)的文件,双击后可直接在浏览器打开
1
2
3
4
5
6
7
8
9
10
11
[DEFAULT]
BASEURL=
[InternetShortcut]
URL=
WorkingDirectory=
ShowCommand=
IconIndex=
IconFile=
Modified=
HotKey=
ShowCommand规定Internet Explorer启动后窗口的初始状态:7表示最小化,3表示最大化;如果没有ShowCommand这一项的话则表示正常大小。
IconFile和IconIndex用来为Inte
Continue reading