@ECHO OFF
ECHO This will reset your recovery count to 0 allowing you to create a second set of recovery media.
ECHO This has only been tested on a HP TouchSmart 420t.  If you are using this on a different machine, this may or may not work.  Good luck.
ECHO.
PAUSE
d:
cd \HP\CDCreatorLog
del ResumeSnapshot.xml
ECHO.
ECHO Completed.
ECHO.
PAUSE
EXIT
