Ever inserted your USB in a different computer and find out it has nothing but shortcuts afterwards.Here is how you can fix that. Open cmd.exe assuming your usb is Drive E: Type del E:\*.lnk to remove all short cuts from your flash drive. press the 'Enter' key Type attrib -s -a -h E:\*.* /s /d /l . press the 'Enter' key