https://github.com/utakerdev/tempclean-rs
Clean some windows temporary files in windows.
https://github.com/utakerdev/tempclean-rs
Last synced: about 1 month ago
JSON representation
Clean some windows temporary files in windows.
- Host: GitHub
- URL: https://github.com/utakerdev/tempclean-rs
- Owner: UTAKERDEV
- License: apache-2.0
- Created: 2025-03-05T19:31:27.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T19:52:21.000Z (about 2 months ago)
- Last Synced: 2025-03-05T20:49:34.065Z (about 2 months ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
**Dedicated software** for cleaning some temporary windows files.
Recommended to launch as admin for prefetch and windows/temp folders.Made in rust, for build the program you need to have rust :
**https://www.rust-lang.org/**Command for build the program :
`cargo build --release`For the moment the cleaner support :
- `C:/Windows/temp`
- `C:/Windows/prefetch`
- `C:/Users/{$user}/AppData/Local/Temp`
### **Made by UNDER-TAKER**