Wednesday, June 8, 2011

Delete Autorun.inf Using Cmd

Autorun.inf usually appear in thumbdrive,

Open your cmd and type this command

1. cd "your drive letter": Enter
2. dir /a/w Enter
3. attrib -h -r -s /s /d "your drive letter":\*.* Enter
4. del autorun.inf Enter

This command also can be used to delete virus.exe. If you want to know each meaning of the command just type ' help "your command" ' at cmd.

No comments:

Post a Comment