Blogger Widgets

Monday, February 1, 2010

How To Remove Virus using Command Prompt

Steps:
1.Just enter ( cmd ) in ( run )

2.then enter the drive like ( c: )
3.then look up 4 the hidden files using command ( dir /a:h )
4.if u found (autorun.inf ) or any virus files like ( e.cmd )
5.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 )

No comments:

Post a Comment