29.04.2015 г.

Windows attribe hiden folder

Folder is Z:

attrib -H -S Z:\* /S /D


  • -    #Clear attribute
  • H   #Hidden file attribute
  • S   #Show system file attribute
  • /S  #Matching file in the curent and subdirectory
  • /D #Process folder as well

Няма коментари :

Публикуване на коментар