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.
How do I prevent system volume information files from showing up in my usb flash drive?
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.
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
65 additional answers
Sort by: Most helpful
-
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
-
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)
-
Anonymous
2014-11-14T20:13:47+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.