RYU81 Posted September 29, 2005 Posted September 29, 2005 I want to disable autorun for removable disk like "Flash card,PSP,..."like that:P.S:sorry if post before or I'm put on wrong section.
Yzöwl Posted September 29, 2005 Posted September 29, 2005 Start » Run » (type) REG ADD HKCU/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer /v NoDriveTypeAutoRun /t REG_DWORD /d 149 /f » (Click) OK
gunsmokingman Posted September 30, 2005 Posted September 30, 2005 Open Internet Open The Advance TabIn The Section Called SecurityUncheck The Allow active content from CDs to Run on MyComputer
nakira Posted September 30, 2005 Posted September 30, 2005 You can disable Autorun for specific drives with TweakUI.
Yzöwl Posted September 30, 2005 Posted September 30, 2005 nakira, that is just a GUI for the key I've already given.It is done like this start with 128 then add on the number relative to whichever of the below you wish to restrict from autorunning.UNKNOWN » 1NO_ROOT_DIR » 2REMOVABLE (floppy disks and removable cartridges) » 4FIXED (hard disks) » 8REMOTE (network drives) » 16CDROM » 32RAMDISK » 64To disable autorun on all drives for instance (128 + 1 + 2 + 4 + 8 + 16 + 32 + 64 = 255)REG ADD HKCU/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer /v NoDriveTypeAutoRun /t REG_DWORD /d 255 /fAll drives except CD-ROM (128 + 1 + 2 + 4 + 8 + 16 + 64 = 223)REG ADD HKCU/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer /v NoDriveTypeAutoRun /t REG_DWORD /d 223 /fetc.
nakira Posted September 30, 2005 Posted September 30, 2005 That's drive types, with TweakUI you can enable/disable autoplay for specific drive letters.
RYU81 Posted September 30, 2005 Author Posted September 30, 2005 You can disable Autorun for specific drives with TweakUI.<{POST_SNAPBACK}>thanks alot is working,and thanks guys for help me
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now