Do you have problem delete autorun.inf ? You have problem used dir/ah to view hidden files on c drive. Autorun.inf files is present there but when you try to delete it using "del autorun.inf " command , you get error file not found. I have solution.
attrib -s -h -r autorun.inf
del autorun.inf
It should work.