autorun文件代码语句解释

来源:百度知道 编辑:UC知道 时间:2024/05/11 18:27:50
[autorun]
OPEN=1.EXE
shell\open=打开(&O)
shell\open\Command=1.EXE
shell\open\Default=1
shell\explore=资源管理器(&X)
shell\explore\Command=1.EXE

求教 这段代码中shell\open\Default=1是什么意思??
谢谢!!!
shell\open\Default=1改为shell\open\Default=0或2或3等等会有什么不同呢??

另外,我想用U盘中的autorun。inf文件实现双击硬盘后,既能打开.exe的闪屏文件,同时又可以进入U盘。
请问高手 这autorun.inf的代码怎么写呢??

autorun文件代码语句解释

[autorun]
OPEN=1.EXE
shell\open=打开(&O)
shell\open\Command=1.EXE
shell\open\Default=1
shell\explore=资源管理器(&X)
shell\explore\Command=1.EXE

那分别代表默认打开的第几项 1表示1 2表示2

忘记了