Remove Hidden and System file attribute


/ Published in: DOS Batch
Save to your folder(s)

Remove hidden and system file attribute which is probably assigned by virus (in Windows).


Copy this code and paste it in your HTML
  1. attrib /S /D -S -H

Report this snippet


Comments


You need to login to view comments.