Quickly unhide file/folders in Windows

Open window terminal via window + R
, type cmd
, then press Enter.
In the command prompt, run
attrib -s -h -r /s /d <path>
To show all items (file, folder) in a directory, including hidden items
dir /a

Open window terminal via window + R
, type cmd
, then press Enter.
In the command prompt, run
attrib -s -h -r /s /d <path>
To show all items (file, folder) in a directory, including hidden items
dir /a