Unhide Files In Windows |work| -

For system administrators or situations where the GUI is unresponsive or inaccessible, the Command Prompt offers a robust alternative using the attrib command.

attrib -h /s /d C:\Path\*.*

For advanced users or those dealing with files hidden by malware, the Command Prompt can strip hidden attributes from multiple files at once. Microsoft Supporthttps://support.microsoft.com File Explorer in Windows - Microsoft Support unhide files in windows

attrib -h -s /s /d "E:\*.*"