Appdata/Local/Packages- safe to remove?
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Dreamlands
--
Chapters
00:00 Appdata/Local/Packages- Safe To Remove?
00:21 Accepted Answer Score 32
01:18 Answer 2 Score 50
01:30 Thank you
--
Full question
https://superuser.com/questions/1237781/...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows10 #appdata
#avk47
ANSWER 1
Score 50
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.
ACCEPTED ANSWER
Score 32
AppData folders store per-user information for applications, so if you delete files from an application's applications data directory, it will likely have to recreate that data 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
As commented, some applications like WSL and apps from the windows store will rely heavily on Application Data storage, to the extent that deleting the files from App Data is akin to uninstalling the application (in a clumbsy, unclean way), so understanding the way a particular app uses Application Data is quite important when determining what you can remove.