Created
September 20, 2024 13:40
-
-
Save adasjusk/e94f07cf5dbc6280decf7f409bbac18a to your computer and use it in GitHub Desktop.
Delete Temp Files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
title TEMP Cleaner Files | |
echo Ok Deleting. Please Wait! | |
del /s /f /q C:\WINDOWS\Temp\*.* | |
del /s /f /q C:\WINDOWS\Prefetch\*.* | |
del /s /f /q %USERPROFILE%\AppData\Local\Temp\*.* | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment