TempFileRemover Will help you remove temp files in your pc.If you want to make your own version then check out Copyright , How to see the code and Modify
Download
Run the batch file as administrator
Click yes in the prompt
It should open
After a few seconds the temp files will be removed
To modify right click and click edit
it should open in notepad
Modify the color of the text
@echo off
color 3
0 = Black 8 = Gray
1 = Blue 9 = Light Blue
2 = Green A = Light Green
3 = Aqua B = Light Aqua
4 = Red C = Light Red
5 = Purple D = Light Purple
6 = Yellow E = Light Yellow
7 = White F = Bright White
Modify the app version
echo version 1.1.0
modify the app repo
echo please visit our repo https://www.github.com/shourgamer2/TempFileRemover
start https://www.github.com/shourgamer2/TempFileRemover
modify the title,the text at the start and the main code
echo Temp File deleter
title Temp File deleter
cd /D %temp%
for /d %%D in (*) do rd /s /q "%%D"
del /f /q *
echo Temp Files Have Been Deleted
Copyright (c) 2022 Shourjjo Majumder If you copy this app please mention my github profile and repo.