Autoplay does not appear


  1. Posts : 351
    Windows 7 pro 64bit. (SP1)
       #1

    Autoplay does not appear


    when i insert any removable media (CD, DVD, USB HDD etc.)
    autoplay window like in the attached picture does not apear.

    I have looked Change AutoPlay Setting and AutoPlay for all media and devices
    is selected.
    Any ideas what could be wrong?
    Attached Thumbnails Attached Thumbnails Autoplay does not appear-autoplay01.png  
      My Computer


  2. Posts : 69
    Win 7 64 bit
       #2

    Vaidas: visit Microsoft's Fix-It Ctr, here's link:

    Microsoft Fix it Center Online

    Paul
      My Computer


  3. Posts : 351
    Windows 7 pro 64bit. (SP1)
    Thread Starter
       #3

    PaulSoebekti said:
    Vaidas: visit Microsoft's Fix-It Ctr, here's link:

    Microsoft Fix it Center Online

    Paul
    The Beta test is now closed
      My Computer


  4. Posts : 69
    Win 7 64 bit
       #4
      My Computer


  5. Posts : 351
    Windows 7 pro 64bit. (SP1)
    Thread Starter
       #5

    This does not help any other suggestions?
      My Computer


  6. Posts : 35
    Windows 7 Ultimate x64
       #6

    Try to go on Control Panel > AutoPlay and make sure to check "Use AutoPlay for all media and devices"
      My Computer


  7. Posts : 351
    Windows 7 pro 64bit. (SP1)
    Thread Starter
       #7

    if you read my fist post i have mentioned that it is selected.
    heve removed selection restarted pc selected again restarted did not help.
    Attached Thumbnails Attached Thumbnails Autoplay does not appear-done.jpg  
      My Computer


  8. Posts : 351
    Windows 7 pro 64bit. (SP1)
    Thread Starter
       #8

    Problem solved :)
    it seems some software like virtualization, cd tools may disable autoplay.
    in my case i think it was VMWare, but even after uninstall it did not revert this setting.
    even if its selected in windows control panel the problem lies deeper.
    anyone else who have this problem there is a solution that worked for me

    open regedit
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer(this has higher priority than user)
    or
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
    find NoDriveTypeAutoRun entry
    if the value 0×000000FF (255) that means disabled
    windows 7 default value should be 0×00000091 (145)

    !Notice changing registry is dangerous, if you dont know what youre doing plese dont do it and always backup(export the key before changing) so you can restore if something goes wrong.
      My Computer


  9. Posts : 472
    Windows 7 x64 SP1
       #9

    vaidas3 said:
    Problem solved :)
    it seems some software like virtualization, cd tools may disable autoplay.
    in my case i think it was VMWare, but even after uninstall it did not revert this setting.
    even if its selected in windows control panel the problem lies deeper.
    anyone else who have this problem there is a solution that worked for me

    open regedit
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer(this has higher priority than user)
    or
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
    find NoDriveTypeAutoRun entry
    if the value 0×000000FF (255) that means disabled
    windows 7 default value should be 0×00000091 (145)

    !Notice changing registry is dangerous, if you dont know what youre doing plese dont do it and always backup(export the key before changing) so you can restore if something goes wrong.
    And if you want to selectively allow Autoplay then the following values should work - usual warnings about altering the Registry

    Disables Autoplay on unknown drives only
    "NoDriveTypeAutoRun"=dword:0x00000081
    Disables Autoplay on removable drives only
    "NoDriveTypeAutoRun"=dword:0x00000004
    Disables Autoplay on fixed drives only
    "NoDriveTypeAutoRun"=dword:0x00000008
    Disables Autoplay on network drives only
    "NoDriveTypeAutoRun"=dword:0x00000010
    Disables Autoplay on CD-ROM drives only
    "NoDriveTypeAutoRun"=dword:0x00000020
    Disables Autoplay on RAM disks only
    "NoDriveTypeAutoRun"=dword:0x00000040
    Disables Autoplay on all drives (Recommended)
    "NoDriveTypeAutoRun"=dword:0x000000FF
    Disables Autoplay on removable drives and fixed drives
    "NoDriveTypeAutoRun"=dword:0x0000000C
    Disables Autoplay on removable drives and network drives
    "NoDriveTypeAutoRun"=dword:0x00000014
    Disables Autoplay on removable drives and CD-ROM drives
    "NoDriveTypeAutoRun"=dword:0x00000024
    Disables Autoplay on removable drives and RAM disks
    "NoDriveTypeAutoRun"=dword:0x00000044
    Disables Autoplay on removable drives and unknown drives
    "NoDriveTypeAutoRun"=dword:0x00000085
    Disables Autoplay on fixed drives and network drives
    "NoDriveTypeAutoRun"=dword:0x00000018
    Disables Autoplay on fixed drives and CD-ROM drives
    "NoDriveTypeAutoRun"=dword:0x00000028
    Disables Autoplay on fixed drives and RAM disks
    "NoDriveTypeAutoRun"=dword:0x00000048
    Disables Autoplay on fixed drives and unknown drives
    "NoDriveTypeAutoRun"=dword:0x00000089
    Disables Autoplay on network drives and CD-ROM drives
    "NoDriveTypeAutoRun"=dword:0x00000030
    Disables Autoplay on network drives and RAM disks
    "NoDriveTypeAutoRun"=dword:0x00000050
    Disables Autoplay on network drives and unknown drives
    "NoDriveTypeAutoRun"=dword:0x00000091
    Disables Autoplay on CD-ROM drives and RAM disks
    "NoDriveTypeAutoRun"=dword:0x00000060
    Disables Autoplay on CD-ROM drives and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000A1
    Disables Autoplay on RAM disks and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000C1
    Disables Autoplay on removable drives, fixed drives and network drives
    "NoDriveTypeAutoRun"=dword:0x0000001C
    Disables Autoplay on removable drives, fixed drives and CD-ROM drives
    "NoDriveTypeAutoRun"=dword:0x0000002C
    Disables Autoplay on removable drives, fixed drives and RAM disks
    "NoDriveTypeAutoRun"=dword:0x0000004C
    Disables Autoplay on removable drives, fixed drives and unknown drives
    "NoDriveTypeAutoRun"=dword:0x0000008D
    Disables Autoplay on removable drives, network drives and CD-ROM drives
    "NoDriveTypeAutoRun"=dword:0x00000034
    Disables Autoplay on removable drives, network drives and RAM disks
    "NoDriveTypeAutoRun"=dword:0x00000054
    Disables Autoplay on removable drives, network drives and unknown drives (Default)
    "NoDriveTypeAutoRun"=dword:0x00000095
    Disables Autoplay on removable drives, CD-ROM drives and RAM disks
    "NoDriveTypeAutoRun"=dword:0x00000064
    Disables Autoplay on removable drives, CD-ROM drives and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000A4
    Disables Autoplay on removable drives, RAM disks and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000C5
    Disables Autoplay on fixed drives, network drives and CD-ROM drives
    "NoDriveTypeAutoRun"=dword:0x00000038
    Disables Autoplay on fixed drives, network drives and RAM disks
    "NoDriveTypeAutoRun"=dword:0x00000058
    Disables Autoplay on fixed drives, network drives and unknown drives
    "NoDriveTypeAutoRun"=dword:0x00000099
    Disables Autoplay on fixed drives and CD-ROM drives and RAM disks
    "NoDriveTypeAutoRun"=dword:0x00000068
    Disables Autoplay on fixed drives, CD-ROM drives and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000A9
    Disables Autoplay on fixed drives, RAM disks and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000C9
    Disables Autoplay on network drives, CD-ROM drives and RAM disks
    "NoDriveTypeAutoRun"=dword:0x00000070
    Disables Autoplay on network drives, CD-ROM drives and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000B1
    Disables Autoplay on network drives, RAM disks and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000D1
    Disables Autoplay on CD-ROM drives, RAM disks and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000E1
    Disables Autoplay on removable drives, fixed drives, network drives and CD-ROM drives
    "NoDriveTypeAutoRun"=dword:0x0000003C
    Disables Autoplay on removable drives, fixed drives, network drives and RAM disks
    "NoDriveTypeAutoRun"=dword:0x0000005C
    Disables Autoplay on removable drives, fixed drives, network drives and unknown drives
    "NoDriveTypeAutoRun"=dword:0x0000009D
    Disables Autoplay on removable drives, fixed drives, CD-ROM drives and RAM disks
    "NoDriveTypeAutoRun"=dword:0x0000006C
    Disables Autoplay on removable drives, fixed drives, CD-ROM drives and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000AD
    Disables Autoplay on removable drives, fixed drives, RAM disks and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000CD
    Disables Autoplay on removable drives, network drives, CD-ROM drives and RAM disks
    "NoDriveTypeAutoRun"=dword:0x00000074
    Disables Autoplay on removable drives, network drives, CD-ROM drives and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000B5
    Disables Autoplay on removable drives, network drives, RAM disks and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000D5
    Disables Autoplay on removable drives, CD-ROM drives, RAM disks and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000E5
    Disables Autoplay on fixed drives, network drives, CD-ROM drives and RAM disks
    "NoDriveTypeAutoRun"=dword:0x00000078
    Disables Autoplay on fixed drives, network drives, CD-ROM drives and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000B9
    Disables Autoplay on fixed drives, network drives, RAM disks and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000D9
    Disables Autoplay on fixed drives, CD-ROM drives, RAM disks and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000E9
    Disables Autoplay on network drives, CD-ROM drives, RAM disks and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000F1
    Disables Autoplay on removable drives, fixed drives, network drives, CD-ROM drives and RAM disks
    "NoDriveTypeAutoRun"=dword:0x0000007C
    Disables Autoplay on removable drives, fixed drives, network drives, CD-ROM drives and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000BD
    Disables Autoplay on removable drives, fixed drives, network drives, RAM disks and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000DD
    Disables Autoplay on removable drives, fixed drives, CD-ROM drives, RAM disks and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000ED
    Disables Autoplay on removable drives, network drives, CD-ROM drives, RAM disks and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000F5
    Disables Autoplay on fixed drives, network drives, CD-ROM drives, RAM disks and unknown drives
    "NoDriveTypeAutoRun"=dword:0x000000F9

    Last edited by pincushion; 17 Jan 2012 at 03:58. Reason: err
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 16:31.
Find Us