Windows 10: AutoPlay non-functional in Win 10 Pro

Discus and support AutoPlay non-functional in Win 10 Pro in Windows 10 Drivers and Hardware to solve the problem; Pretty sure you'll find you need to do a registry fix. Dell's response doesn't deserve comment. *Wink Autoplay working fine on my 2 laptops.. only... Discussion in 'Windows 10 Drivers and Hardware' started by borgus, Oct 6, 2015.

  1. Jmartz Win User

    AutoPlay non-functional in Win 10 Pro


    Here's something interesting. If I restart the computer, the first time i put a disc in the drive it works as you would expect it to, depending on your autoplay settings. But anytime after that first time it just does nothing until you try to read from the drive in File Explorer. If you double click the D:/ drive icon it will spin up the drive and display the contents of that new disc I put in. Sometimes when it does that autoplay will pop up also but not always.

    So maybe it's a problem with Explorer not refreshing and not so much with autoplay???
     
    Jmartz, Feb 14, 2016
    #31
  2. dalchina New Member

    Hi, so I get 'tap to choose what happens' (= undefined) every time I insert an audio CD.
    So I do that and choose a player (Zoom player)- which opens, but nothing plays.
    I try inserting the CD again, the program (Zoom player, which is capable of playing audio disks) opens but nothing is played. (Noted also it could not be closed using the title bar x as usual- odd).

    Wanting to change the default, I found nothing in Settings that would help, and no link to the Control Panel options. Have I missed that?

    So I change the CD defaults in CP to open other programs.

    Now inserting the disk, it plays - every time.

    That's my experience, FWIW...!
     
    dalchina, Feb 14, 2016
    #32
  3. hi, I don't have a question or know how to post in a forum but i spent days trying to fix this and I know this information will help someone. if someone out there could please post this where it should go it will help alot of us out.


    After running a registry cleaner, my autoplay no longer had any options. a usb drive only had configure for backup. and in the settings i did not have the option to chose the origional defaults either. after alot of searching I still came up empty handed but discovered where that information is sotred in the registry:


    it is the autoplay handlers in : computer\HKEY_LOCAL_MACHING\SOFTWARE\Microsoft\Windows\CurrntVersion\Explorer\AutoplayHandlers\Handl ers


    also in event handlers.


    I noticed I only had about 3 options. i upgraded my inlaws computer to windows 10 tonight and checked thier registry and there were about 20 options. so I exported the handlers folder and the event handlers folder to a usb, opened on my windows 10 PC and VOILA!!! all autoplay options now restored.


    All i wanted to do was have autoplay oped usb drives to view folders and files. now i can!!


    hope this helps! thanks forum ppl.
     
    the iron lamb, Mar 3, 2016
    #33
  4. dalchina New Member

    AutoPlay non-functional in Win 10 Pro

    Hi, my previous experience (above) of Autoplay was on my old laptop, clean install. My new laptop has proved to be a different matter- and someone with a similar one (same supplier) had the same experience.

    As someone commented above, it seems that when you insert, for example, a blank disk, there is no indication of this to Windows. Explorer does not update.. it may still think the disk present is one that was there previously.

    So what I tried was this very simple Autohotkey script:

    Loop {
    Sleep, 900
    DriveSpaceFree, Space, z:\
    }
    ; DVD/RW drive is Z:


    This meant I could now get an autoplay notification, and explorer was updated, if I

    inserted/ejected/inserted/ejected/inserted/ejected/ my blank disk

    Without that script, I might get one notification the first time I inserted the disk.
     
    dalchina, May 3, 2016
    #34
  5. ckl078 Win User
    I have a similar issue, autoplay will only work if 'This PC' is open, if it's closed then the autoplay does not work. Any ideas?

    Thanks in advance.
     
    ckl078, May 9, 2016
    #35
  6. dalchina New Member
    If I create a new user, autoplay works for CDs, DVDs without using a script to poll the drive.
    In my normal admin account, I now need that script running for it to work.

    It never works for USB flash drives. It always works for USB HDDs.

    There's no difference between explorer views - This PC or other - in my case.

    This suggests there is a user setting or registry entry that is easily corrupted for optical disks, or some conflict with something installed.
     
    dalchina, May 9, 2016
    #36
  7. spapakons Win User
    Most likely some DVD or media player application added some settings in the Registry that affected autorun. The new user has the default settings and autorun works, but your admin user has different settings. I suspect it has to do with lower and upper filters, but not sure.
     
    spapakons, May 9, 2016
    #37
  8. dalchina New Member

    AutoPlay non-functional in Win 10 Pro

    Just tried setting Windows Media Player as default for everything.. made no difference. I'm not too keen on spending time uninstalling software to see if that makes any difference, but it must be sthg like that.

    Could be a player, or software that includes mounting disks, which includes anything from Power ISO to Macrium Reflect, or burning software, and I think I noted a suggestion somewhere that VirtualBox might affect it...
     
    dalchina, May 9, 2016
    #38
  9. spapakons Win User
    I recall back in the days of Windows 98 there were some third-party autoplay utilities. Is there anything similar for Windows 10 one could use to bypass Windows's default?
     
    spapakons, May 9, 2016
    #39
  10. dalchina New Member
    Well, with my wee little script, the only thing that doesn't work is autoplay for flash drives, and until this emerged as a problem, I'd not been using autoplay, so practically I'm not too worried.

    There was a utility for fixing autoplay for XP.. MS seems to have dropped Fixits.. sometimes there's a leftover link they've not updated that points to one 'This article applies to xxx but you're using Windows 10....'.

    Essentially if a program overwrites sthg in the registry it shouldn't, that's
    a. MS's architecture lacking protection and
    b. bad programming and testing.

    But we can't really comment on that until we have a more precise idea, which could be difficult. 'Something in the registry...!'
     
    dalchina, May 9, 2016
    #40
  11. spapakons Win User
    Got an idea! If this is a Registry problem, then why not fix the Registry? I would use RegCure or other similar utility and see if that helps, although I guess the chances are too small...
     
    spapakons, May 9, 2016
    #41
  12. dalchina New Member
    Seriously bad idea. Registry cleaners attempt to look for leftovers, inconsistencies.. might find and 'clean' 100s of things- that really don't matter- and may well do damage not discovered until a lot later. There was a long thread on this until quite recently.

    What we'd like to find is specific, focussed, and almost certainly not the sort of thing one of those would detect.

    Could be change in value, a deletion, an addition... we just don't know.
    If we knew roughly where to look, it would be possible to compare a user's entries where autoplay worked with one where it didn't.
    Or, noting what is installed, progressively install those programs and test autoplay each time and discover which had that effect, then try uninstalling it and see what the effect was.

    Very time consuming!
     
    dalchina, May 9, 2016
    #42
  13. spapakons Win User

    AutoPlay non-functional in Win 10 Pro

    In that case, assuming we have a computer with working Autoplay and we extract any autoplay Registry entries in a REG backup file. Is there any utility that can compare the file with the Registry and highlight any differences? Then one could examine them and make out a solution.
     
    spapakons, May 10, 2016
    #43
  14. dalchina New Member
    Regshot can compare registries - it's designed to take one snapshot, then you do sthg, then another snapshot, and it gives the differences- additions, changes, deletions.

    However getting useful sources of comparison might be tricky. You'd really need a case where autoplay was working, snapshot, then you break it, snapshot, and compare. However, there may well be too many changes between a & b to make the comparison useful.

    The snapshots would have to be from the same PC of course, and the same user.

    Personally if I were to try to identify this, I'd start with this sequence until I got (maybe) autoplay working again (No guarantees of that!).
    a. create a disk image of a non-working case (where USB flash drives and optical media were ignored)
    b. progressively uninstall anything that supported mounting a disk (checking autoplay)
    c. progressively uninstall anything related to burning disks (checking autoplay).
    d. progressively uninstall any players or anything that could play media (checking autoplay).
    e. progressively uninstall some other category I can't think of right now (checking autoplay).
    f. Uninstall Virtualbox (if present).

    Finally having identified a culprit, restore my image, check, uninstall the culprit, check autoplay.

    Repeat if more than one culprit.

    The converse would be like, namely this: start with a clean functional system, and install things until autoplay breaks.

    Tedious... but once you have a simple case where you can go from autoplay working to not working by eg installing one program (assuming that's what happens) then you can use Regshot and compare snapshots.

    Of course, it may also be to do with setting defaults for programs....
     
    dalchina, May 10, 2016
    #44
  15. spapakons Win User
    I suspect the last (setting defaults for programs) is the culprit. In this case it would be easy to check. Create a new user account and check autoplay. If it works, then examine carefully the settings in any CD/DVD and media player application. Compare with the settings in your default user account. Change them to match and the problem could fix. Yes, it takes time, but it could be a solution.
     
    spapakons, Apr 5, 2018
    #45
Thema:

AutoPlay non-functional in Win 10 Pro

Loading...
  1. AutoPlay non-functional in Win 10 Pro - Similar Threads - AutoPlay non functional

  2. Windows 10 Pro AutoPlay Not Working

    in Windows 10 Drivers and Hardware
    Windows 10 Pro AutoPlay Not Working: I can plug anything into any of the 4 USB ports and appears to have power. However nothing ever happens and devices never shop up under autoplay. I have installed and reinstalled all of the drivers. Is there a special security setting or something I am not seeing? Doesnt work...
  3. win 10 pro save as function to desktop

    in Windows 10 Ask Insider
    win 10 pro save as function to desktop: I am not able to use the "save as" function in word or excel in saving a changed file to my desktop. Uninstalled all antivirus software so this is not an issue. I do have an older version of office but it worked quite nicely until a month ago. submitted by /u/Phil_567...
  4. Win 10 autoplay

    in Windows 10 BSOD Crashes and Debugging
    Win 10 autoplay: I want C:\Program Files x86\FastStone Image Viewer\FSViewer.exe to open when I connect the LG phone. Can I do a registry mod to accomplish this? Thanks, Terry Ryan [ATTACH]...
  5. BITLOCKER AUTOPLAY WINDOWS 10 PRO

    in Windows 10 Network and Sharing
    BITLOCKER AUTOPLAY WINDOWS 10 PRO: Is there any way that when I plugged in an encrypted USB drive that the password prompt is automaticlly displayed? At this time when I plug in my device I get a blank File Explorer "Location is not available" windows and message that "G:\ is not accessible. Access is...
  6. USB non-functional after initial Win 10 boot

    in Windows 10 Installation and Upgrade
    USB non-functional after initial Win 10 boot: I have been wrestling with this problem for the last month. I have: Asus Sabertooth 990FX Motherboard (v1.0) 16 GB RAM EVGA NVidia GT 1030 Video card. 1 TB SSD (Crucial) 1 TB WD hard drive Originally this box was running Win 7 Ultimate. When I first tried to upgrade...
  7. can't get autoplay to function properly

    in Windows 10 Drivers and Hardware
    can't get autoplay to function properly: purchased a lenovo330 laptop 4 days ago windows 10 v18...; can't get autoplay to function properly. after inserting disc in cd rom, have to use the d:/ command to get the disc to play. have itunes selected as the default app for music....
  8. Win 10 and Edge Sync settings non-functional

    in Windows 10 Customization
    Win 10 and Edge Sync settings non-functional: On a fresh installed system, I am having problems getting Win10 and Edge to sync with my other PCs. I first became aware of the problem when I observed that Edge favorites were not syncing. Hadn't yet with this install in fact. I checked to make sure the proper setting was...
  9. Storage Spaces function in Win 10 Pro

    in Windows 10 Drivers and Hardware
    Storage Spaces function in Win 10 Pro: Hi Guys.. Been reading about Storage Spaces. All the examples use only 1 HDD....Can SS work with multiple HDD as primary, I mean I have 8 Hard Drives. I understand the pool concept, will the Mirror function mirror all 8 drives... How would one do this? All the examples...
  10. Autoplay notifications not working in Win 10 pro

    in Windows 10 Software and Apps
    Autoplay notifications not working in Win 10 pro: I recently upgraded to Win 10 Pro 64bit from Win 8.1 Pro 64bit with Media Center (in place upgrade). When I plug in a USB device I no notification pops up and there's no way of getting it to show the 'what do you want to do' menu. The problem is described with images...