Created
July 4, 2012 07:07
-
-
Save CruzBishop/3045825 to your computer and use it in GitHub Desktop.
Unfetch - A small script to delete your prefetch files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo Unfetch - A small script to delete your prefetch files | |
echo. | |
echo Author: Cruz Bishop ([email protected]) | |
echo Released into the public domain. | |
echo. | |
echo Please note that deleting your prefetch files is not recommended. | |
echo This may increase your boot and application loading time. | |
echo Please close this window if you do not want to clear your prefetch. | |
echo. | |
pause | |
cd C:\Windows\Prefetch | |
del *.pf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment