Tuesday, March 17, 2009

Delete Virus Using CMD(Command Prompt)

Just enter ( cmd ) in ( run )

then enter the drive like ( c: )

then look up for 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 -s -h -r )
( del autorun.inf )

u can change ( autorun.inf ) to any virus files name like ( e.cmd )

i hope i could helped

0 comments:

Post a Comment