Clean Temp Files With This Handy File

Опубликовано: 16 Январь 2024
на канале: Extremely Simplified
17,732
229

In this video we're gonna show you an easy way to make a file that you can open to easily delete all temp files that you might have on you Windows machine that can take up so much space.
-
The commands:
https://justpaste.it/aut7h

Or you can copy this:
@echo off
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q C:\WINDOWS\Prefetch
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
deltree /y c:\windows\tempor~1
deltree /y c:\windows\temp
deltree /y c:\windows\tmp
deltree /y c:\windows\ff*.tmp
deltree /y c:\windows\history
deltree /y c:\windows\cookies
deltree /y c:\windows\recent
deltree /y c:\windows\spool\printers
del c:\WIN386.SWP
cls
-
Don't forget to like and subscribe:)