A few years ago, I had hidden my folders and everything using this command:
attrib +h +s +r FolderName/FileName.
Now I have forgotten all the folders/filenames. I, Of course know how to show my folders and files using this command:
attrib -h -s -r FolderName/FileName.
But I just forgot all my folder names.
Is there any way to show a list of hidden folders/files or show my all folders/files at once?