@echo off title Windows is Loading. PLEASE WAIT THAT THIS WINDOW CLOSES BEFORE YOU DO ANYTHING. echo ... Windows is Loading ... echo. echo ... PLEASE WAIT THAT THIS WINDOW CLOSES BEFORE YOU DO ANYTHING ... echo. rem --------- Cache Cleaner for Windows 2000 and XP. 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" rem --------- Uncomment the lines BELOW if IE8 is installed. rem rd /s /q "%userprofile%\IECompatCache" rem rd /s /q "%userprofile%\IETldCache" rem rd /s /q "%userprofile%\PrivacIE" rem --------- Uncomment the lines ABOVE if IE8 is installed. rd /s /q "%userprofile%\Recent" md "%userprofile%\Recent" rd /s /q "%userprofile%\UserData" md "%userprofile%\UserData" rd /s /q "%homedrive%\RECYCLER" md "%homedrive%\RECYCLER" rem --------- Uncomment the lines BELOW if Flash is installed. rem rd /s /q "%userprofile%\Application Data\Adobe\Flash Player" rem md "%userprofile%\Application Data\Adobe\Flash Player" rem rd /s /q "%userprofile%\Application Data\Macromedia" rem md "%userprofile%\Application Data\Macromedia" rem --------- Uncomment the lines ABOVE if Flash is installed. rem --------- Uncomment the lines BELOW if Java is installed. rem rd /s /q "%userprofile%\Application Data\Sun\Java\Deployment\cache" rem md "%userprofile%\Application Data\Sun\Java\Deployment\cache" rem rd /s /q "%userprofile%\Application Data\Sun\Java\Deployment\SystemCache" rem md "%userprofile%\Application Data\Sun\Java\Deployment\SystemCache" rem --------- Uncomment the lines ABOVE if Java is installed. rd /s /q "%userprofile%\Application Data\Microsoft\Office\Recent" md "%userprofile%\Application Data\Microsoft\Office\Recent" rem --------- Uncomment the lines BELOW if IE7+ is installed. rem rd /s /q "%userprofile%\Local Settings\Application Data\Microsoft\Feeds" rem md "%userprofile%\Local Settings\Application Data\Microsoft\Feeds" rem rd /s /q "%userprofile%\Local Settings\Application Data\Microsoft\Feeds Cache" rem md "%userprofile%\Local Settings\Application Data\Microsoft\Feeds Cache" rem --------- Uncomment the lines ABOVE if IE7+ is installed. rem --------- Uncomment the line BELOW if Google Chrome is installed. rem rd /s /q "%userprofile%\Local Settings\Application Data\Google\Chrome\User Data\Default\Cache" rem md "%userprofile%\Local Settings\Application Data\Google\Chrome\User Data\Default\Cache" rem rd /s /q "%userprofile%\Local Settings\Application Data\Google\Chrome\User Data\Default\Media Cache" rem md "%userprofile%\Local Settings\Application Data\Google\Chrome\User Data\Default\Media Cache" rem --------- Uncomment the line ABOVE if Google Chrome is installed. rem --------- Uncomment the line BELOW if CCleaner is installed. rem "%homedrive%\Program Files\CCleaner\CCleaner.exe" /auto rem --------- Uncomment the line ABOVE if CCleaner is installed. rem --------- Visit "http://www.piriform.com/ccleaner" rem --------- if you want to learn more about CCleaner. rem --------- Uncomment the line BELOW if Avast 4.8 Free Antivirus is installed. rem "%homedrive%\Program Files\Alwil Software\Avast4\ashUpd.exe" program rem --------- Uncomment the line ABOVE if Avast 4.8 Free Antivirus is installed. rem --------- Uncomment the lines BELOW if Avast 5 Free Antivirus is installed. rem "%homedrive%\Program Files\Alwil Software\Avast5\ashUpd.exe" vps rem "%homedrive%\Program Files\Alwil Software\Avast5\ashUpd.exe" program rem --------- Uncomment the lines ABOVE if Avast 5 Free Antivirus is installed. rem --------- Visit "http://www.avast.com/" rem --------- if you want to learn more about Avast Free Antivirus. rem --------- Uncomment the lines BELOW if Spybot Search & Destroy is installed. rem "%homedrive%\Program Files\Spybot - Search & Destroy\SDUpdate.exe" /search rem "%homedrive%\Program Files\Spybot - Search & Destroy\SpybotSD.exe" /autoimmunize rem --------- Uncomment the lines ABOVE if Spybot Search & Destroy is installed. rem --------- Visit "http://www.safer-networking.org/en/tutorial/index.html" rem --------- if you want to learn more about Spybot Search & Destroy. rem --------- Uncomment the lines BELOW if Microsoft Security Essentials Free Antivirus is installed. rem echo. rem echo Updating Microsoft Security Essentials Free Antivirus. rem "%homedrive%\Program Files\Microsoft Security Client\Antimalware\MpCmdRun.exe" -SignatureUpdate rem --------- Uncomment the lines ABOVE if Microsoft Security Essentials Free Antivirus is installed. rem --------- Visit "http://www.microsoft.com/security_essentials/" rem --------- if you want to learn more about Microsoft Security Essentials Free Antivirus. rem call "%userprofile%\clean-firefox-cache.bat" exit