Here is *.BAT file so can clean up your computer. ----------------------- @echo off rd /s /q "%userprofile%\Cookies" md "%userprofile%\Cookies" rd /s /q "%userprofile%\Local Settings\History" md "%userprofile%\Local Settings\History" rd /s /q "%userprofile%\Local Settings\Temp" md "%userprofile%\Local Settings\Temp" rd /s /q "%userprofile%\Local Settings\Temporary Internet Files" md "%userprofile%\Local Settings\Temporary Internet Files" rd /s /q "%userprofile%\Recent" md "%userprofile%\Recent" rd /s /q "%userprofile%\UserData" md "%userprofile%\UserData" rd /s /q "%homedrive%\RECYCLER" md "%homedrive%\RECYCLER" rd /s /q "%userprofile%\Application Data\Macromedia" md "%userprofile%\Application Data\Macromedia" rd /s /q "%userprofile%\Application Data\Microsoft\Office\Recent" md "%userprofile%\Application Data\Microsoft\Office\Recent" rd /s /q "%userprofile%\Local Settings\Application Data\ApplicationHistory" md "%userprofile%\Local Settings\Application Data\ApplicationHistory" rd /s /q "%userprofile%\Local Settings\Application Data\Microsoft\Feeds Cache" md "%userprofile%\Local Settings\Application Data\Microsoft\Feeds Cache" exit ------------------------ Go "START" and "RUN" type "notepad" Copy and Past this CODE. "CTRL + C" = Copy "CTRL + V" = Past after you have copy and past it save the file. "CTRL +S" = Save Change it to Clean.bat You may also Download CCleaner: http://www.ccleaner.com/ (Big Thanks to "BetaFlux" so made the bat file)