Make computer fast in a single click

post/amage
Jul 01, 2019 (Technology)

In this page, I am going to show you how to make your computer fast in a single click. Simply follow the steps below:

  1. Create a new text file and rename it clean.bat.
  2. Copy and paste the following code
  3. Save as in desktop.
  4. Now Run clean.bat from desktop
  5. Finally it clears all the temporary cache files from your computer and enhances the performance.

CODE:

@echo off
rd /s /q %temp%
mkdir %temp%
rd /s /q c:\windows\prefetch\
mkdir c:\windows\prefetch
rd /s /q c:\windows\temp\
mkdir c:\windows\temp

 

Have a nice day.