[ Windows Only ]
Sometimes .exe viruses makes folders as folder-name.exe and hides the original folder as “Hidden” folder.
There the command to fix it from command prompt .
attrib /D /S -r -h -s
Here /D /S for all directory and files.
– for unset attribute
+ for set attribute
r for unset readonly attribute
h for unset hidden attribute
s for unset system attribute