Clean up appdata windows 10

broken image
broken image

In Windows 7, 8, 10: C:\Windows\Temp C:\Users\username\AppData\Local\Temp (hidden folder) The folders listed above as 'hidden folder' are not normally viewable unless you can view hidden files. Roughly 130gb worth's of storage, without any running containers or stored images. 2) To manually delete temp files, you will need to look in a few folders that Windows uses by default. This will not remove any contents in the c:\ProgramData\Docker\windowsfilter folder, where there are still a lot of file. I've used all the cleanup commands that docker has, removing all images and containers: docker kill $(docker ps -q)ĭocker rmi $(docker images -q -f dangling=true) There are several approaches to clean up the Temp folder: If temp files are in use, then Windows will not allow to remove them.

broken image

\AppData\Local\Temp folder is used by other applications as well, not only by FlexiCapture.

broken image

Everything is working fine except for the fact that my harddrive is now full. When the program session is closed all temp files can be deleted without harm to the program. I'm using docker for Windows to launch a MSSQL server.