Hello, I'm Quinn, and I'm happy to help.
Sorry for any inconvenience this may have caused. Please follow these steps to delete corrupted folders on your USB drive using Command Prompt:
- Open Command Prompt, and run as administrator.
- Switch to the USB Drive, then type: "
D:" - If the USB are directly under the root of D, you can skip this step. If they're in a folder, type: "
cd path\to\folder" - Delete the corrupted folder. Replace "foldername" with the name of the corrupted folder: type: "
rd /s /q foldername" - If the folder isn’t deleted, remove the files inside the folder, type: "
del /f /q foldername\*"
Then, try deleting the corrupted folder again, type: "rd /s /q foldername"
- If the folder isn’t deleted, run "
chkdsk D: /f" command to fix file system errors. Afterward, try deleting the folder again. A restart might be needed to apply changes.
After completing these steps, safely eject your USB drive to prevent data corruption. If the problem persists or you have questions, feel free to reply. All the best.