solution summarized from another website (wanted to note it before I reboot and try):
In the following Registry Key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
and possibly (but not needed in my case) in:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
The value:
"NoDriveTypeAutoRun" set as 0x000000FF
(255) which I have found out disables
Autorun on every device.
Set this value to decimel 145 (the default).
Other value (I've not confirmed they are correct)
0x1 Disables AutoPlay on drives of unknown type.
0x4 Disables AutoPlay on removable drives.
0x8 Disables AutoPlay on fixed drives.
0x10 Disables AutoPlay on network drives.
0x20 Disables AutoPlay on CD-ROM drives.
0x40 Disables AutoPlay on RAM drives.
0x80 Disables AutoPlay on drives of unknown type.
0xFF Disables AutoPlay on all types of drives.