Posts

Showing posts with the label Appdata

Appdata/Local/Packages- Safe To Remove?

Answer : AppData folders store per-user information for applications, so if you delete an applications data, it will have to recreate it from default values. In effect the program will forget that you have used it before, configuration choices you may have made, saved files (like game savefiles), etc. I would recommend you use a tool like windirstat to determine where the space is being used, and what application(s) rely on it. From there you can then begin to determine the impact of your proposed deletion. See here for some more information related to your query: http://www.pcworld.com/article/2690709/windows/whats-in-the-hidden-windows-appdata-folder-and-how-to-find-it-if-you-need-it.html If you use Windows Subsystem for Linux (WSL) you will blow away your entire file system for any linux distribution used if you delete this folder. At a quick glance that specific folder appears to be the location where the "per user" settings and state information for the Windows...