Sunday, 28 July 2013

HOW TO FIX FOLDERS BECOME SHORTCUTS IN USB/ SD card

1. Connect the infected USB or SD card to the PC.
2. Open Notepad and Copy the following code and paste it into the opened text file.

@echo off
attrib -h -s -r -a /s /d drive_letter:\*.*

3. Replace the drive_letter in the above code with the drive letter of your infected USB or SD Card (For eg :G, H, I etc.)
4. Save the text file as Fix.bat ( You can use any file name, but the extension .bat is really important)
5. Now open the Fix.bat file we created and it will run the command prompt.
6. Open your USB/SD Card and you can see all your real folders along with the shortcuts. Now remove the shortcuts and you are done!

No comments:

Post a Comment