Skip to content

Instantly share code, notes, and snippets.

@adasjusk
Created September 20, 2024 13:40
Show Gist options
  • Save adasjusk/e94f07cf5dbc6280decf7f409bbac18a to your computer and use it in GitHub Desktop.
Save adasjusk/e94f07cf5dbc6280decf7f409bbac18a to your computer and use it in GitHub Desktop.
Delete Temp Files
@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