View Single Post
Old 17-11-2007, 03:13 PM   #5 (permalink)
Vishal Gupta
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: How to delete autorun.inf with command prompt

Give following commands:

Code:
attrib -s -h -r autorun.inf
del autorun.inf
It should work.
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline