Windows Unhide Folder 2021 [OFFICIAL]
To unhide a single folder:
Open Command Prompt as Administrator ( Win + X → Terminal (Admin) → choose CMD). windows unhide folder
Open PowerShell as Administrator.
attrib -h -s "D:\Backup" /s /d For advanced or scripted operations. To unhide a single folder: Open Command Prompt
Set-ItemProperty -Path "D:\HiddenFolder" -Name Attributes -Value "Directory" Unhide all items recursively: windows unhide folder
attrib -h -s "FolderName" To unhide all folders in the current directory: