@echo off
del /f /s /q /a "%userprofile%\Local Settings\Temp\*.*"
rd /s /q "%userprofile%\Local Settings\Temp"
md "%userprofile%\Local Settings\Temp"
del /f /s /q /a "%userprofile%\Local Settings\Temporary Internet Files\*.*"
rd /s /q "%userprofile%\Local Settings\Temporary Internet Files"
md "%userprofile%\Local Settings\Temporary Internet Files"
del /f /s /q /a "%userprofile%\Recent\*.*"
rd /s /q "%userprofile%\Recent"
md "%userprofile%\Recent"
del /f /s /q /a "%userprofile%\NetHood\*.*"
rd /s /q "%userprofile%\NetHood"
md "%userprofile%\NetHood"
del /f /s /q /a "%userprofile%\Local Settings\History\*.*"
rd /s /q "%userprofile%\Local Settings\History"
md "%userprofile%\Local Settings\History"
del /f /s /q /a "%userprofile%\Cookies\*.*"
rd /s /q "%userprofile%\Cookies"
md "%userprofile%\Cookies"
del /f /s /q /a "%windir%\temp\*.*"
rd /s /q "%windir%\temp"
md "%windir%\temp"
del /f /s /q /a "%appdata%\Apple Computer\iTunes\iPhone Software Updates\*.*"
rd /s /q "%appdata%\Apple Computer\iTunes\iPhone Software Updates"
md "%appdata%\Apple Computer\iTunes\iPhone Software Updates"
del /f /s /q /a "%appdata%\Apple Computer\MobileSync\*.*"
rd /s /q "%appdata%\Apple Computer\MobileSync"
md "%appdata%\Apple Computer\MobileSync"
del /f /s /q /a "C:\3uTools\Other\*.*"
rd /s /q "C:\3uTools\Other"
md "C:\3uTools\Other"
del /f /s /q /a "C:\3uTools\Firmcache\*.*"
rd /s /q "C:\3uTools\Firmcache"
md "C:\3uTools\Firmcache"
del /f /s /q /a "C:\3uTools\Firmware\*.*"
rd /s /q "C:\3uTools\Firmware"
md "C:\3uTools\Firmware"
del /f /s /q /a "%userprofile%\Downloads\*.*"
rd /s /q "%userprofile%\Downloads"
md "%userprofile%\Downloads"
del /f /s /q /a "C:\ProgramData\Apple Computer\*.*"
rd /s /q "C:\ProgramData\Apple Computer"
md "C:\ProgramData\Apple Computer"