How to remove shortcut files from your pendrive
Follow the steps to remove shortcut files :-
- Press Window + R to open Run.
- Type cmd to open command prompt.
- Suppose your USB drive (pendrive) is connected with E:/
- Then type E: and press enter
- Now enter any one command from given below.
- ATTRIB -H -R -S /S /D E:*.*
- ATTRIB E:*.* /D /S -H -R –S
- Now press enter.
