IF NOT EXIST "%UserProfile%\Start Menu\Programs\Powertoys for Windows XP" GOTO SKIP
ECHO.
ECHO -----------[Windows XP PowerToy - ClearType Tuner - System Settings]-----------

ECHO.
ECHO Deleting PowerToy Readme file Shortcut in "Start Menu -> All Programs"...
DEL "%UserProfile%\Start Menu\Programs\Powertoys for Windows XP\Readme.lnk" 2> NUL
for /f "usebackq delims=|" %%f in (`dir /B /A-D /S "%UserProfile%\Start Menu\Programs\Powertoys for Windows XP\*.*" 2^> NUL`) do (GOTO SKIP)
RMDIR /S /Q "%UserProfile%\Start Menu\Programs\Powertoys for Windows XP" 2> NUL
:SKIP
