Regedit:
- run regedit.exe (start menu, run: regedit.exe),
- search the dll file name (CTRL+F)
- delete the entry which contains the missing dll file. Usually, the entry should be found on registry location: HKCU\Software\Microsoft\Windows\CurrentVersion\Run\
Or MsConfig:
- run msconfig.exe (start menu, run: msconfig.exe),
- go to startup tab
- Uncheck the Startup Item which contains missing dll file on the command.
To clean up the infected flash disk or external disk with FAT file system, simply delete the autorun.inf and RECYCLER folder. But if it has NTFS file system, windows will complain about having unauthorized access to the file and folder. You can use Linux and mount the NTFS volume (probably it must be mounted forcefully with options -o force), then delete them. Live CD such as Ubuntu will do.
That's all :)
Updated:
If the above cleaning process didn't work (somehow, the above process works perfectly on my PC but has no effect on my friend's), scan the system using this tool. After scanning, there are probably some unaccessible files (check the log file). then:
- find suspicious hidden dll file on \windows\system32\,
- boot to save mode
- change the ownership of the file (right click, properties, security, click advanced.. the rest I expect you know how.. ;) ), then
- change the access permissions for everyone,
- delete the dll file manually.
Perhaps, step (3) to (5) can be applied to remove the autorun.inf and RECYCLER folder too..
That's all :)
Updated #2:
For those who have trouble downloading from antivirus website, I add mirrors for the antivirus:
(2012/10/4: Sorry, the mirrors are no longer available).
PS. Turn off System Restore and unplug your network before executing the removal tool. Otherwise, the virus might not be cleaned up. And refer to microsoft bulletin here to update the vulnerable patch.
If none of the above methods works for you, perhaps you should try to follow the cleaning process from microsoft knowledge base here.
That's all :)
Updated #3:
If you still got problem, The FAQ about conficker from kaspersky might be helpful.
That's all :)