How to View: On the windows explorer click “ Tool” > “ Folder Option” > “ View” > scroll down and tick on ” Show Hidden files and folder “ and untick “ Hide Protected Operating System Files( Recommended) ” > OK.
How to unhide it: on the Start menu, click "Run", type "cmd" and hit "Ok".
type the command
attrib d:\*.* /d /s -h -r -s
for example:
attrib d:\folder/d/s -h -r -s
if your file folder name has a greater that 6 characters, type the first 6 characters only and add ~1
for example:
attrib d:\exampl~1 /d/s -h-r-s
attrib d:\folder/d/s -h -r -s
if your file folder name has a greater that 6 characters, type the first 6 characters only and add ~1
for example:
attrib d:\exampl~1 /d/s -h-r-s
Note: “ d:” is your drive letter, You can change to specific drive you want.
No comments:
Post a Comment