gpt4 book ai didi

windows-7 - 如何使用 Windows 7 中的自动运行从闪存驱动器打开网页?

转载 作者:行者123 更新时间:2023-12-02 23:25:24 25 4
gpt4 key购买 nike

我一直在尝试想出一种方法来自动运行一系列托管在 USB 闪存驱动器上的 HTML 页面。这些都是静态页面,并且都链接到我的闪存驱动器根目录中的index.html。

我尝试设置一个 autorun.inf 文件,如下所示:

[autorun]
open=index.html

我也尝试过这个:

[autorun]
shellexecute=index.html

我已经尝试过这个:

[autorun]
open=wscript.exe autorun.vbs

其中 autorun.vbs 如下所示:

Call WScript.CreateObject("WScript.Shell").Run("index.html", 1)

到目前为止,我还没有成功让应用程序显示在自动运行对话框上。我什至有一个更强大的 autorun.inf 类似于此:

[autorun]
shellexecute=index.html
label=Test Application
action=Start Test Application
shell\start=Start Application
shell\start\command=index.html
shell=start

我在许多不同的配置中切换了各种 shellexecute/open 命令。然后,我在研究过程中偶然发现了一个页面,上面写着“Windows 7 不再支持闪存驱动器中的 autorun.inf”。但我找不到关于此的其他信息。

有人有解决办法吗?我只想插入闪存驱动器并打开其中的网页,而无需其他用户输入。如果我必须处理一个带有“显示页面”按钮的自动播放对话框,那也可以。

编辑:我也尝试过此链接:Windows Autorun for an HTML file但它也不起作用。

最佳答案

正如我的评论中所述,Windows 不再允许这样做。这是之前的 Stack Overflow 文章:

Auto-Running a program from USB flash drive

还有另一个:

http://www.addictivetips.com/windows-tips/autorun-inf-does-not-work-in-windows-7-anymore/

要允许自动播放,请在此处编辑您的设置:

控制面板->所有控制面板项目->自动播放

关于windows-7 - 如何使用 Windows 7 中的自动运行从闪存驱动器打开网页?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10743322/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com