Sunday, September 22, 2013

How to remove shortcuts in pendrive


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

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. 

No comments:

Post a Comment