Step 1:Go to start and type "run" search box or press "WINDOW BUTTON + R"
Step 2: goto run type "cmd" (without quote) and ok.
Step 3:type in that prompt " I: " and press enter.
Step 4:It will move in to respective directory drive by using cmd like "i:"
NOTE:
ex: i:"or" j,k ,h,etc where your pen drive is inserted in your system use that drive symbol (without qoute)
Step 5:type "dir"(without qoute)you will see your files in that pen drive
Step 6:you will see all shortcut in your folder names then remember your folder in that.
Step 7:type attrib -a -r -s -h "yourfoldername" (without quote) and enter.
Step8:Go to your pen drive ,you will get your original file .
Step 9:you can also hide your original files my using this cmd example:
Step 10:type attrib +a +r +s +h "yourfoldername" (without quote) and enter.
Step 11: Your original file will hide ,as shown in pic:
Another Methods :
This Methods used for all files and Folders In pendrive
assuming we are in root of the flash drive which holds some files and subfolder with some files with....
attrib +r +s +h /S /D will add these attributes:
-read only
-system file
-is hidden
-Processes matching files and all subfolders.
-Processes folders as well
now if you wanna remove attrubutes for all files in all folders on whole flashdrive do this:
attrib -r -s -h /S /D
this command will remove attrubutes for all files folders and subfolders:
-read only
-system file
-is hidden
-Processes matching files and all subfolders.
-Processes folders as well
ENJOY THE TRICK!!!!!!!!!!!!!!!!!!!!!