Painel de controle - > Programas - > Programas padrão - > Alterar configurações de reprodução automática,
Ajuste conforme necessário.
Estou executando o Windows 7 de 32 bits.
Não consigo usar nenhum dos recursos de reprodução automática. Eu conecto uma unidade USB, coloco um CD ou conecto uma câmera, e não obtenho nenhuma reação.
Eu preciso restaurar a função de reprodução automática. Como posso fazer isso?
Painel de controle - > Programas - > Programas padrão - > Alterar configurações de reprodução automática,
Ajuste conforme necessário.
De link
Método 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.
Método 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.
Talvez isso possa ajudá-lo ..... experimentar isso
No site da Microsoft, eles listaram o seguinte método
No painel Detalhes, veja a caixa de seleção para Desativar a reprodução automática. está desativado
No painel Detalhes, verifique o Comportamento Padrão para AutoRun.
Reinicie o computador.
Primeiro passo aqui:
- Ensure that AutoPlay is used for all media type and devices
Go to Control Panel -> Programs -> Default Programs, and select Change AutoPlay settings, or Control Panel -> Hardware and Sound -> AutoPlay.
AutoPlay Settings
Ensure that the check box for Use AutoPlay for all media and devices is ticked (enabled).
Enable and Turn On AutoPlay
Then, make sure that for the devices and media that you want AutoPlay dialog to prompt, Ask me every time is selected. If other option is selected, Windows will automatically performing the action without prompting for selection.
Alternatively, just click on Reset all defaults to reset and return AutoPlay settings to its original factory defaults.
Etapas continuadas aqui :
http://www.mydigitallife.info/2010/08/11/fix-windows-7-autoplay-dialog-box-missing-or-not-appear-display-and-pop-up/
Copie e cole no bloco de notas e salve como whateveryouwant.bat
Isso só funcionará se você executá-lo como administrador (a razão pela qual você precisa executar como administrador é porque isso irá editar o registro).
Depois de executar isso como administrador, reinicie o computador e a execução automática deverá estar ativada.
@echo off set key="HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
reg add %key% /v NoDriveTypeAutoRun /t REG_DWORD /d 145