How can I delete my copied file in system volume information in my pendrive?

sakki 2000 0 Reputation points
2023-09-05T15:17:33.8033333+00:00

I have accidentally moved my files(videos) into the system volume information folder in my pen drive, and now I want to delete those files. But it isn't happening.

Windows 7
Windows 7
A Microsoft operating system.
425 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dave Patrick 390.6K Reputation points MVP
    2023-09-05T15:23:37.6633333+00:00

    Some ideas here.

    https://superuser.com/questions/645207/accidentally-moved-folder-to-system-volume-information

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Hania Lian (Shanghai Wicresoft Co,.Ltd.) 2,281 Reputation points Microsoft Vendor
    2023-09-06T06:17:22.69+00:00

    Hi.

    You can delete a file in System Volume Information folder in your pendrive by following these steps:

    1. Start cmd.exe using “Run as administrator”.
    2. Type: G: cd takeown /r /f “System Volume Information”. Replace G with the drive letter of your pendrive.
    3. Answer “y” for yes when asked if to replace all permissions. This will replace the existing owner SYSTEM by yourself, so you can delete the directory.
    4. Enter the commands to delete the folder. To do this, type rmdir “System Volume Information” /s /q at the prompt and press the Enter key. This will delete the folder from the flash drive (for now).
    5. Simply right click the removable disk and select the option Open as Portable Device. Now delete the file from System Volume Information folder you want to remove.

    Hope the information is helpful.

    Best Regards,

    Hania Lian

    ============================================
    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments