This is a topic I have covered before, but I was quite surprised to find a recent post by US-CERT warning that the method I had mentioned was not sufficient. So here is the updated and complete method to disable Autorun:
- Install M$ KB953252
- Follow the instructions here. Using the Group Policy Editor, navigate to Local Computer Policy > Computer Configuration > Administrative Templates > System. Double click on Turn Off Autoplay. Set it to Enabled on "All Drives"
- This step was recommended by me earlier. This is no longer required, but you can still use it if you are paranoid. This has a disadvantage - it will disable Windows MCN (Media Change Notification) so the system will no longer detect the label of newly inserted CDs etc. If you want, follow the steps here. Navigate to HKLM\System\CurrentControlSet\Services\CDRom and set the value of AutoRun to 0
- Follow the instructions here. Basically, add the following to your Registry
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf]
@="@SYS:DoesNotExist" - Restart your machine
No comments:
Post a Comment