Unhide files or folder, Unhide system files and folder, Unhide Files in Virus Infected Pendrive Using Command Prompt.
Click start > run > type : ” cmd ” then type the command:
Click start > run > type : ” cmd ” then type the command:
attrib d:\*.* /d /s -h -r -sNote: “d:” is your drive letter, You can change to specific drive you want.
Displays or changes file attributes.
ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [[drive:] [path] filename] [/S [/D]]
+
|
Sets an attribute.
|
-
|
Clears an attribute.
|
R
|
Read-only file attribute.
|
A
|
Archive file attribute.
|
S
|
System file attribute.
|
H
|
Hidden file attribute.
|
/S
|
Processes files in all directories in the specified path.
|
/D
|
Process folders as well.
|
0 comments for "Can not see the files and folders in Pendrive / USB Flash drive ??? Unhide Files in Virus Infected Pendrive Using Command Prompt."
Post a Comment