Could you tell me one?
Well I created this "tool" that automatically deletes all SFK files.
1. Copy code below
2. Open notepad
3. Paste code in notepad
4. Save as "sfkcleaner.bat" (or anything that you want, just as long as it ends in ".bat")
5. Open file (should look like gears, if it doesn't, erase the "txt" off the end of the name)
6- It'll ask you to press any key to continue, then another key to finish.
7- It deletes all SFK files in your puter.
:: Written By Treva
:: 8/21/2012
@ECHO off
COLOR c0
TITLE SFK FILE CLEARER
GOTO deleteinfo
:deleteinfo
DEL /f InfoFromDeletionIfNeeded.txt
cls
GOTO start
:start
ECHO.
ECHO ABOUT TO WIPE HD OF ALL *.SFK FILES
ECHO.
ECHO YOUTUBE.COM/JADEALLENCOOK
ECHO.
PAUSE
GOTO process
:process
CLS
DEL /s *.sfk >> InfoFromDeletionIfNeeded.txt
CLS
ECHO SUCCESS!
PAUSE
GOTO exit
:exit
EXIT /B
We have so much time and so little to do! / Willy Wonka