我正在运行 32 位 Windows 7。
我无法使用任何自动播放功能。我插入 USB 驱动器、弹出 CD 或连接相机,但没有任何反应。
我需要恢复自动播放功能。 我怎样才能做到这一点?
答案1
控制面板 -> 程序 -> 默认程序 -> 更改自动播放设置,
按要求进行调整。
答案2
从http://www.sevenforums.com/tutorials/27544-autoplay-enable-disable-autorun.html
方法 1:
1. Go to Control Panel\Hardware and Sound\AutoPlay.
To Enable:
At the top, check Use Autoplay for all devices and Click Save.
To Disable:
Uncheck Use Autoplay for all devices and Click Save.
方法 2:
1. Click Start and in the Search box, type gpedit.msc and press Enter.
Now browse to Computer Configuration\ Administrative Templates\ Windows Components\ Autoplay Policies\ Turn off Autoplay.
To Enable:
Change the value of Turn off Autoplay to disabled.
To Disable:
Change the value of Turn off Autoplay to enabled.
答案3
也许它可以帮助你......试试这个
在微软网站上,他们列出了以下方法
- 单击“开始”,在“开始搜索”框中键入 Gpedit.msc,然后按 ENTER。
- 如果系统提示您输入管理员密码或进行确认,请键入密码,或单击“允许”。
- 在“计算机配置”下,展开“管理模板”,展开“Windows 组件”,然后单击“自动播放策略”。
在“详细信息”窗格中,查看“关闭自动播放”复选框是否已禁用
在详细信息窗格中,检查自动运行的默认行为。
重新启动计算机。
答案4
复制并粘贴到记事本并另存为whateveryouwant.bat
这仅当您以管理员身份运行时才会起作用(您需要以管理员身份运行的原因是这将编辑注册表)。
以管理员身份运行此程序后,重新启动计算机,然后自动运行就会启用。
@echo off 设置键=“HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer”
reg 添加 %key% /v NoDriveTypeAutoRun /t REG_DWORD /d 145