Windows - Remove File System Attributes

From Michael's Information Zone
Revision as of 09:21, 2 July 2020 by Michael.mast (talk | contribs) (Created page with "==Purpose== Ran into an issue with some CIFS/SMB shares that, for one reason or another, had folders marked as hidden and as system files. ==Process== <pre> attrib -H -S \\ser...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Ran into an issue with some CIFS/SMB shares that, for one reason or another, had folders marked as hidden and as system files.

Process

attrib -H -S \\server01\share1\hidden_folder