Microsoft DOS

From FroggDev - En
Jump to: navigation, search
  • fastest way to delete a large folder in dos
rmdir /s /q {folder}
  • delete Autorun.inf (virus or usbfix)
attrib -h -r -s Autorun.inf
rmdir /S Autorun.inf
takeown /a /r /d Y /f Autorun.inf (doesn't work on c:\)