An open API service indexing awesome lists of open source software.

https://github.com/leonburghardtdev/autotempcleanup

AutoTempCleanUp is designed to automatically clean up temporary files on the computer during startup or when the user chooses to do so.
https://github.com/leonburghardtdev/autotempcleanup

cpp cpp17 temporary-file-cleaner temporary-files winapi

Last synced: about 1 month ago
JSON representation

AutoTempCleanUp is designed to automatically clean up temporary files on the computer during startup or when the user chooses to do so.

Awesome Lists containing this project

README

          

![C++17](https://img.shields.io/badge/C++-17-blue.svg)![WinAPI](https://img.shields.io/badge/WinAPI-Windows-blue.svg)

# AutoTempCleanUp

AutoTempCleanUp is a Windows program written in C++.
The purpose of the program is to clean up temporary files on the computer automatically on boot or when the user want to. It uses the Windows clean up tool and deletes the files in the `%temp%` and `temp` folder.

## Installation

1. Download the latest release from the [releases page](https://github.com/tr3xxx/AutoTempCleanUp/releases).

2. Extract the contents of the archive to a directory of your choice.

3. Run `AutoTempCleanUp.exe` to launch the program.

## Usage

1. Launch `AutoTempCleanUp.exe`
2. Click the `Clean Now` button to delete temporary files immediately, or restart your Computer to let the programm delete all temporary files on boot.

![App Screenshot](https://gcdnb.pbrd.co/images/cymYBQF10c4A.png?o=1)

## Contributing

Contributions are always welcome! Please feel free to open a Pull Request or Issue to suggest changes or report bugs.

1. Fork the project
2. Create a new branch
3. Make your changes and commit them
4. Push your changes to your fork
5. Submit a pull request

## Feedback

If you have any feedback, please reach out to us at [leon@tr3x.xyz](mailto:leon@tr3x.xyz)

## License

[MIT](https://choosealicense.com/licenses/mit/)