Deleting autorun

Closed
sachin - Feb 23, 2010 at 03:53 AM
zmarlz04 Posts 10 Registration date Tuesday February 16, 2010 Status Member Last seen February 24, 2010 - Feb 23, 2010 at 04:22 AM
Hello,
My Question is when we deleting the autorun.inf from any drive by using the certain command in cmd ,the contents in the drive also deleted with it

1 response

zmarlz04 Posts 10 Registration date Tuesday February 16, 2010 Status Member Last seen February 24, 2010
Feb 23, 2010 at 04:22 AM
maybe you use wrong command..

cd \
cd c: (or d: or e:)
attrib -h -r -s
dir auto*.inf
del auto*.inf /f

goodluck
0