Friday 25 July 2014

Pendrive all shortcuts [Solved]


Hello, 

Try this 1. 

Check whether the files are not in hidden mode. Follow the following steps. 

Step 1:

 Click on "Start" -->Run --> type cmd and click on OK. 



Step 2:

Here I assume your drive letter as G: 

Enter this command. 

attrib -h -r -s /s /d g:\*.* 

You can copy the above command --> Right-click in the Command Prompt and 

paste it. 




Note : Replace the letter g with your drive letter. 

Now check for your files in drive. 

Good Luck.