anonymous_user Posted February 26, 2008 Posted February 26, 2008 Is there a registry tweak that will disable Autoplay but not Auto Insert Notification?
Martin H Posted March 2, 2008 Posted March 2, 2008 The following reg-file will disable autorun on optical drives and leave auto-insert-notification unaltered :Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]"NoDriveTypeAutoRun"=dword:000000B5However, if you have disabled auto-insert-notification, then you'll need to re-enable it :Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]"Autorun"=dword:00000001Complete reg-file with both reg-tweaks follows here, but if you haven't yourself disabled auto-insert-notification, then only the first reg-file is needed, as auto-insert-notification is enabled by default :Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]"NoDriveTypeAutoRun"=dword:000000B5[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]"Autorun"=dword:00000001
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now