How do I prevent system volume information files from showing up in my usb flash drive?

Anonymous
2013-10-28T16:13:30+00:00

I recently upgraded to Windows 8.1 once it was made available to me via the app store. I noticed the other day when I had transfered some music to my game console that I had a folder titled "System Volume Information" on the root of my flash drive. I didn't know what it was so I deleted it and went about my business. I did the same thing today and there it was. So I deleted it and plugged it back into my laptop this time only to remove it again and return to the game console to reproduce the issue. Same as before. So I'd like to know step by step how to prevent these folders from being stored in my flash drive. I know these are not harmful files but it is irritating to have them stored on the flash drive. I don't want to have to constantly delete it all the time either. Especially when I know this used to never be an issue before.

I saw this and was able to make the files visable but I was confused about what to do in the command prompt.

Windows for home | Previous Windows versions | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2014-01-08T02:25:00+00:00

There is a group policy option to turn off this feature. Enable Computer Configuration \ Administrative Templates \ Windows Components \ Search \ Do not allow locations on removable drives to be added to libraries.


Was this answer helpful?

10+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2014-01-08T11:18:49+00:00

There is a group policy option to turn off this feature. Enable Computer Configuration \ Administrative Templates \ Windows Components \ Search \ Do not allow locations on removable drives to be added to libraries.


Thanks for taking the time to investigate this Eliyas. That fix has worked for me. Just a heads up to anyone else reading this post, AFAIK this will only work in Win 8.1 Pro or Enterprise as other Win 8.1 versions do not have GPEDIT

Was this answer helpful?

10 people found this answer helpful.
0 comments No comments

65 additional answers

Sort by: Newest
  1. Anonymous
    2015-01-03T19:31:02+00:00

    I have followed your instruction but  "Windows search""

    is missing in my Registry.I am sending a print screen

    Thank you

    Ettore

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-12-13T23:39:21+00:00

    Has anybody confirmed that the regedit posted above works?

    "Try adding DWORD value DisableRemovableDriveIndexing = 1 in "HKEY_LOCAL_MACHINE/SOFTWARE/Policies/Microsoft/Windows/Windows Search" in the registry and restarting the PC"

    I confirm, it works.

    Ummm, *that* will certainly NOT work ( note the slashes instead of the necessary backslashes! )

    People who try a REG script containing slashes will fail ( and naturally REGEDIT in Windows 8 will NOT helpfully mention the fact that the REG file entries are bogus, in fact it will merrily say "Successfully entered" )

    Just use this ...

    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Windows Search]

    "DisableRemovableDriveIndexing"=dword:00000001

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2014-11-14T20:39:38+00:00

    Go read this page

    http://www.thewindowsclub.com/prevent-system-volume-information-folder-usb

    Look at the part 3/4 down the page about using REGEDIT to create a key that will stop Windows 8.1 from writing the hidden files to external devices.  Note that that page does not say whether to select 32  or 64 bit DWORD...32bit works fine.

    Right, because 64bit is QWORD not DWORD. DWORD means 32 bit.

    8 bit = byte

    16 bit = word

    32 bit = dword (double word)

    64 bit = qword (quadruple word)

    Was this answer helpful?

    0 comments No comments