Skip to content

Instantly share code, notes, and snippets.

@Hans5958
Last active May 22, 2021 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hans5958/ca845cae839c343e99c9d40b0ba2fb20 to your computer and use it in GitHub Desktop.
Save Hans5958/ca845cae839c343e99c9d40b0ba2fb20 to your computer and use it in GitHub Desktop.
Deletes Prefetch.
@echo off
echo Showing folder contents!
dir %windir%\Prefetch\*.*
echo Deleting Prefetch!
del /f /q %windir%\Prefetch
echo Showing folder contents!
dir %windir%\Prefetch\*.*
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment