Software information
Shortcut key to Click and Clean Your Junk file on Your Computer ||Delete All Temp, Junk & Prefetch Files in Windows 10/8/7
Shortcut key to Click and Clean Your Junk file on Your Computer ||Delete All Temp, Junk & Prefetch Files in Windows 10/8/7

Shortcut key to Click and Clean Your Junk file on Your Computer ||Delete All Temp, Junk & Prefetch Files in Windows 10/8/7
go to Text Document then past below code and Save file name.bat tutorial is below….
Code: –
@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\prefetch
deltree /y c:\windows\history
deltree /y c:\windows\cookies
deltree /y c:\windows\recent
deltree /y c:\windows\spool\printers
cls