插入U盘后,如何运行自动从U盘中取出一个程序?
How to run a program automatically from an USB drive when USB drive is plugged-in?
我一直在尝试在执行批处理文件的 USB 驱动器上创建一个自动启动的应用程序。我已经为 autorun.inf
尝试了很多代码,例如:
[autorun]
open=PStart.exe
批处理文件:
@echo off
echo Test
pause > nul
但是当我插入 U 盘时没有任何反应。
我该如何解决这个问题?
我该如何解决这个问题?
If I'm using windows 7 is it possible?
在 Windows 7 上是可能的。
Control Panel -> Programs -> Default Programs -> Change AutoPlay
settings,
Adjust as required.
来源Windows 7 Autoplay completely disabled - how to re-enable? answer by Ankur Dholakiya
我一直在尝试在执行批处理文件的 USB 驱动器上创建一个自动启动的应用程序。我已经为 autorun.inf
尝试了很多代码,例如:
[autorun]
open=PStart.exe
批处理文件:
@echo off
echo Test
pause > nul
但是当我插入 U 盘时没有任何反应。
我该如何解决这个问题?
我该如何解决这个问题?
If I'm using windows 7 is it possible?
在 Windows 7 上是可能的。
Control Panel -> Programs -> Default Programs -> Change AutoPlay settings,
Adjust as required.
来源Windows 7 Autoplay completely disabled - how to re-enable? answer by Ankur Dholakiya