This is the fastest way to see folders that have been "hidden." They will appear slightly transparent to indicate their status. Open (press Windows Key + E ). Select the View tab at the top of the window.
In the tab, find the Attributes section at the bottom. Uncheck the Hidden box. unhide folders windows 10
Under Advanced settings, locate the Hidden files and folders category. This is the fastest way to see folders
To unhide a specific folder, type the following command and press Enter: attrib -h -r -s /s /d "C:\your\folder\path\*.*" Breakdown of the command: -h: Clears the Hidden attribute. -r: Clears the Read-only attribute. -s: Clears the System attribute. unhide folders windows 10