Many viruses and worms are using the Autorun feature in the Windows Os to startup(infect).
Copy the green bold text on a text files and rename as (*.reg) then execute to disable the autorun feature of removable drives(CD/PEN).
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:00000095
Change the value for desired output.
Value ------------------- Output
dword:000000b5 ------ Disable CD/PD(PenDrive) Autorun
dword:000000b1 ------ Enable PD Autorun
dword:00000091 ------ CD/PD Autorun enable
dword:00000095 ------ CD Autorun enabled
No comments:
Post a Comment