troyquigley Posted July 13, 2009 Posted July 13, 2009 i tried[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Explorer\AutoplayHandlers]"DisableAutoplay"=dword:00000001&[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer\]"NoDriveTypeAutoRun"=dword:000000ffneither workedi just want to be able to disable autoplay for all drives via a command line or BAT file.
Guest Posted July 13, 2009 Posted July 13, 2009 I googled this up for you. http://www.howtogeek.com/howto/windows-vis...-windows-vista/ It's for Vista but I would bet that Windows 7 is pretty much the same.
troyquigley Posted July 13, 2009 Author Posted July 13, 2009 i had tried that one also.the problem is that that one uses "HKCU"i cannot use a reg hack as the current user, because they dont have admin rights, and if i open up a command prompt as administrator, then run that reg hack, it runs it for the administrator and not the current user.so i either need a way to do this via hklm or i need to be able to do a reg hack under current user with admin rights.or another command line script.
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