如何在 Windows 7 上自动运行 CD/DVD 中的软件?

发布于 2024-12-13 21:01:41 字数 253 浏览 2 评论 0原文

我希望我的软件能够在用户将 CD/DVD 放入驱动器时自动从 CD/DVD 运行,而无需用户交互。据我所知,自动运行应该仍然适用于 Windows 7,他们只是禁止 USB 驱动器使用它。

但如何呢?

假设我想启动我的软件 xy.exe,我必须在 autorun.inf 中放入什么?我尝试了这个,但它不起作用:

[AutoRun]
open=xy.exe

还有其他事情要做吗?有什么建议吗?

I want my software to run automatically from a CD/DVD with no user interaction whenever the user puts the CD/DVD into the drive. As far as I know autorun should still work with Windows 7, they just forbid it for USB drives.

But how?

Let's say I want to start my software xy.exe, what do I have to put inside my autorun.inf? I tried this but it's not working:

[AutoRun]
open=xy.exe

Is there anything else to do? Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浮云落日 2024-12-20 21:01:41

请参阅 MS 的官方 Autorun 文档,网址为

http://msdn .microsoft.com/en-us/library/cc144202(v=vs.85).aspx

您的 autorun.inf 示例对我来说看起来不错 - 如果您是在 Windows 7 上进行测试,然后我希望您在插入 CD 时看到“自动播放”窗口,其中“xy.exe”作为选项,位于“打开文件夹以查看文件”上方。

如果根本没有弹出窗口,请尝试右键单击“我的电脑”中的光盘,然后在上下文菜单中选择“自动播放”。

See MS' official Autorun documentation at

http://msdn.microsoft.com/en-us/library/cc144202(v=vs.85).aspx

Your autorun.inf example looks OK to me - if you are testing on Windows 7 then I would expect you to see the "AutoPlay" Window when you insert the CD, with xy.exe as an option, above "open folder to view files".

If you get no pop up at all then try right-clicking on the disc in My Computer and selecting AutoPlay in the context menu.

前事休说 2024-12-20 21:01:41

您可能需要将参数传递给要自动播放的程序:

[autorun]
open=myprogram.exe /argument

You may need to pass an argument to the program to be auto played:

[autorun]
open=myprogram.exe /argument
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文