Deleting of virus

Closed
mani - Aug 11, 2009 at 10:52 AM
 Blocked Profile - Aug 24, 2009 at 09:01 AM
Hello,i want to delete all the viruses using dos commands ...plz tell me the way....
Related:

1 response

Blocked Profile
Aug 24, 2009 at 09:01 AM
hi there,

use these steps:

ust enter ( cmd ) in ( run )

then enter the drive like ( c: )

then look up 4 the hidden files using command ( dir /a:h )

if u found (autorun.inf ) or any virus files like ( e.cmd )

do these commands for them

attrib autorun.inf -h -r -s -a

del autorun.inf

Thanks
0