If you have some nasty virus on USB drive that hide your entire file in the drive? i.e; hides your files and folders, creates exe file extensions of your folders and even corrupt your files.
One sure way to retrieve your file or folder attributes back to unhidden is to use command prompt in windows. All you have to do is described below in steps.
STEP 1 : Plug your pen drive to USB port of your computer. Make sure it is detected.
STEP 2 : Start command prompt by Clicking Start>>Run and type cmd then hit enter.
STEP3 : Find the drive letter for the connected USBdrive. For example, F:
In command prompt, type F:
Then type
attrib -s -h /s /d *.*
[Make sure that you put space between each element in the code.]
Press Enter, wait a moment and this should unhide all your files on your pen drive.
No comments:
Post a Comment