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: Oldest
-
Anonymous
2014-06-09T14:09:47+00:00 NO. Like most of the half-baked "innovations" coming out of MSFT these days, it is a BUG! If you were able to disable this "feature", then it would not be a bug, but being forced to accept this functionality without any option to disable it is indeed a serious defect. Anything that causes interoperability problems with non-PC devices (ResMed S9, for example) is certainly not desirable behavior, and this unwanted folder is doing just that. You should be able to simply view files on an SD card without the OS pooping useless garbage all over the file system or altering the contents in any way, and anything less is not acceptable.
This problem is what we in the software world call a "specification error". In other words, Microsoft's code performs correctly according to their specification, but unfortunately, the person who wrote the specification did so without regard to unintended consequences. It seems that lately Microsoft is making a lot of ill-conceived "shoot from the hip" design and product decisions that are causing grief for their customers, or causing their customers to leave. I sincerely hope that Microsoft regains the their former mindset of technical superiority and innovation before it is too late. Lately it seems like the company is being run by a bunch of hormone-laden teenagers who make ill-informed decisions without regard for the consequences.
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
-
Anonymous
2014-08-20T16:23:22+00:00 I absolutely agree with the previous poster. This utterly stupid implementation also caused my ResMed S9 CPAP machine to erase all past data on the SD card and re-write to it only what it held in internal memory. AWFUL!!
Here is how to erase the info MS writes without asking onto your card...
Navigate to the ROOT of the SD card (for me this was 'E:')
E: <enter>
Type attrib -S -H -R "System Volume Information" <enter>
You will then need to delete any files in the directory...
type cd "System Volume Information" <enter>
type del *.* <enter>
You can then remove the directory...
type cd\
type rd "System Volume Information"
Remove the SD card (DO NOT click "EJECT"..it will rewrite the data).
Switch write lock ON if you want to put the SD back in the Win 8.1 computer.
Don't EVER stick the ResMed SD card into a Win 8 computer with write protect off
or you will be back in the same fix.
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"