Clean up your PC automatically

Generally many unnecessary files stored in your computer as temporary file. Internet users face this problem more. These temporary files can slow your computer unexpectedly. Besides it will give pressure on RAM.  Generally we use Start/Run command to delete Recent, Temp, Prefetch files but you can do it through one click. Lets start-
To do this open a notepad file in Desktop and rename it 'Cleanpc.bat'. Now type the code in that file as shown below-
cd/
COLOR 4A
ECHO DELETE ALL TEMP FILES
C:

CD %TEMP%
RMDIR/S/Q %TEMP% CD C:\WINDOWS\TEMP
RMDIR/S/Q C:\WINDOWS\TEMP
CD C:\WINDOWS\Prefetch
RMDIR/S/Q C:\WINDOWS\Prefetch
CD %TEMP%
CD..
CD..
CD Recent
Del/s/q**

Now save the file and close it. Now double click on this file and clean your all temporary files by one click. I hope it would be enjoyable.

1 comments:

সকল সিমের অফার এবং ফ্রিনেট সহ tips and tricks পেতে ভিজিট করুন www.mohinbd24.com

Post a Comment