Skip to content

Instantly share code, notes, and snippets.

@CruzBishop
Created July 4, 2012 07:07
Show Gist options
  • Save CruzBishop/3045825 to your computer and use it in GitHub Desktop.
Save CruzBishop/3045825 to your computer and use it in GitHub Desktop.
Unfetch - A small script to delete your prefetch files
@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