Running the below from the command line removes the Hidden and System properties from the folder as well as from all sub-folders inside the top level.
attrib -H -S C:\path\to\your\folder /S /Dor
attrib -H -S C:\path\to\your\file.doc /S /D
attrib -H -S C:\path\to\your\folder /S /Dor
attrib -H -S C:\path\to\your\file.doc /S /D
No comments:
Post a Comment