Windows vista CD 自动运行不执行
我有三个文件
1.index.htm
2. autoplay.exe(我编写这个是为了使用默认浏览器运行根文件夹中的index.htm。)
3. autorun.inf:
[autorun]
Open=autoplay.exe
Label=My Presentation
Action=Run my presentation
Publisher=Ali Habibzadeh
我已将其复制到空白 CD,但它仅触发自动播放对话框,而不是实际自动播放我的 index.htm
非常感谢任何帮助。
I have three files
1. index.htm
2. autoplay.exe (I have written this to run index.htm in the root folder using default browser.)
3. autorun.inf:
[autorun]
Open=autoplay.exe
Label=My Presentation
Action=Run my presentation
Publisher=Ali Habibzadeh
I have copied this to a blank cd but it only triggers the autoplay dialog rather than actually auto playing my index.htm
any help is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您的Windows 正在覆盖 CD 的自动运行行为,并且它为您提供了您可能想要对 CD 或 CD 的内容执行的所有可能的选项。
您将在列表中找到一个自动运行选项,如果单击此选项,您将为 CD 执行自动运行。在 Windows CD 选项对话框中,您可以检查是否要始终自动运行 CD。选中该选项,下次它将执行自动运行并且不显示 Windows CD 操作选项。
vista 有严格的安全选项,会在自动运行之前添加此对话框。即使您执行自动运行,您也需要授予安全提示才能让自动运行继续并执行。
Your Windows is overriding autorun behaviour of CD and it's giving you all possible options you may want to do with the CD or the content of the CD.
You will find an autorun option in the list if you click on this you'll get to execute autorun for your CD. In the windows CD options dialog you can check if you want to always-autorun for the CD. Check that option and next time it will perform autorun and not display windows CD action options.
vista has strict security options which adds this dialog before autorun. And even if you do autorun you'll be required to grant security prompt to let the autorun go ahead and execute.
你试过这个吗?
我在 Vista 上使用拇指驱动器工作。
有关更多信息,请参阅MSDN 。
Have you tried this?
Works for me using a thumbdrive on Vista.
More info on MSDN here.