https://github.com/bur4kbey/simple-temp-cleaner
Simple command line application that cleans your temporary files for Windows.
https://github.com/bur4kbey/simple-temp-cleaner
cli csharp windows
Last synced: about 2 months ago
JSON representation
Simple command line application that cleans your temporary files for Windows.
- Host: GitHub
- URL: https://github.com/bur4kbey/simple-temp-cleaner
- Owner: BUR4KBEY
- License: mit
- Created: 2022-12-29T21:08:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T02:11:52.000Z (almost 2 years ago)
- Last Synced: 2024-07-14T03:24:09.030Z (almost 2 years ago)
- Topics: cli, csharp, windows
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Temp Cleaner
This is a command line application that cleans your temporary files for Windows. You can run it manually or you can install it as a task.
## Folders To Clean
- `C:\Windows\Temp` (Run > `temp`)
- `C:\Users\user\AppData\Local\Temp` (Run > `%temp%`)
- `C:\Users\user\AppData\Roaming\Microsoft\Windows\Recent` (Run > `shell:recent`)
## Basic Usage
Just run the application as administrator in a terminal like `PowerShell`.
```
./Simple_Temp_Cleaner.exe
```
## Install As A Task
You can install the application as a task. It will automatically clean your temporary files every 10 minutes. (Do not forget to run it as administrator)
```
./Simple_Temp_Cleaner.exe --install
```
or
```
./Simple_Temp_Cleaner.exe -i
```
## Uninstall
If you installed the application as a task, you can uninstall it by executing this command: (Do not forget to run it as administrator)
```
./Simple_Temp_Cleaner.exe --uninstall
```
or
```
./Simple_Temp_Cleaner.exe -u
```
## ☕ Support
If you find this project useful and would like to support [me](https://github.com/BUR4KBEY), you can do so by visiting [my website](https://burakbey.dev).
