Eliminating Windows 7 user tracking registry writes

Posted by caffiend on Super User See other posts from Super User or by caffiend
Published on 2010-09-05T17:30:15Z Indexed on 2012/09/09 9:40 UTC
Read the original article Hit count: 207

Windows 7 continues the practice of saving user actions in the registry.

I'd like to disable this practice both to avoid reg-file fragmentation and SSD wear, as well as being uncomfortable with programs being able to quickly analyze my usage habits.

Even with the "Turn off user tracking" policy enabled, there are at least two areas that still contain user tracking:

HKCU\Software\Classes\Local Settings\MuiCache
This key stores a cache of most-recently accessed strings, including most-recently ran exe descriptions.

MKCU\Software\Classes\Local Settings\Software\Microsoft Windows\Shell\BagMRU
This directory stores the most recently viewed folders along with timestamps.

Are there additional policy settings/registry entries to disable these writes?
If not, is it possible to make these entries Volatile?
Would it be practical to create a temporary hive (eg, on ramdisk) and map it over this location?

© Super User or respective owner

Related posts about windows-7

Related posts about windows-registry