speicher mal folgendes in einer "*.bat" datei und klick doppeld drauf. das löscht einiges aber leider noch nicht alles
--------------------------------------------------------------------------
@echo off
goto run
:run
cd "C:\Dokumente und Einstellungen\back to the roots\Lokale Einstellungen\Temporary Internet Files\Content.IE5\"
if exist "index.dat" goto clear
if not exist "index.dat" goto exit
:clear
attrib -s -h -r -a /s /d "C:\Dokumente und Einstellungen\back to the roots\Lokale Einstellungen\Temp\"
erase /f /s /q "C:\Dokumente und Einstellungen\back to the roots\Lokale Einstellungen\Temporary Internet Files\"
rd /s /q "C:\Dokumente und Einstellungen\back to the roots\Lokale Einstellungen\Temporary Internet Files\*"
attrib -s -h -r -a /s /d "C:\Dokumente und Einstellungen\back to the roots\Lokale Einstellungen\Temp\"
erase /f /s /q "C:\Dokumente und Einstellungen\back to the roots\Lokale Einstellungen\Temp\"
rd /s /q "C:\Dokumente und Einstellungen\back to the roots\Lokale Einstellungen\Temp\*"
attrib -s -h -r- a /s /d "C:\Dokumente und Einstellungen\back to the roots\Recent\"
erase /f /s /q "C:\Dokumente und Einstellungen\back to the roots\Recent\"
rd /s /q "C:\Dokumente und Einstellungen\back to the roots\Recent\"
attrib -s -h -r- a /s /d "C:\WINDOWS\Prefetch\"
erase /f /s /q "C:\WINDOWS\Prefetch\"
rd /s /q "C:\WINDOWS\Prefetch\"
attrib -s -h -r- a /s /d "C:\Dokumente und Einstellungen\back to the roots\Lokale Einstellungen\Verlauf\History.IE5\"
erase /f /s /q "C:\Dokumente und Einstellungen\back to the roots\Lokale Einstellungen\Verlauf\History.IE5\"
rd /s /q "C:\Dokumente und Einstellungen\back to the roots\Lokale Einstellungen\Verlauf\History.IE5\"
attrib -s -h -r- a /s /d "C:\Dokumente und Einstellungen\back to the roots\UserData\"
erase /f /s /q "C:\Dokumente und Einstellungen\back to the roots\UserData\"
rd /s /q "C:\Dokumente und Einstellungen\back to the roots\UserData\"
attrib -s -h -r- a /s /d "C:\Dokumente und Einstellungen\back to the roots\Cookies\"
erase /f /s /q "C:\Dokumente und Einstellungen\back to the roots\Cookies\"
rd /s /q "C:\Dokumente und Einstellungen\back to the roots\Cookies\"
attrib -s -h -r- a /s /d "C:\Dokumente und Einstellungen\back to the roots\Netzwerkumgebung\"
erase /f /s /q "C:\Dokumente und Einstellungen\back to the roots\Netzwerkumgebung\"
rd /s /q "C:\Dokumente und Einstellungen\back to the roots\Netzwerkumgebung\"
attrib -s -h -r -a /s /d "C:\RECYCLER\S-1-5-21-1177238915-682003330-500666188-1005\"
erase /f /s /q "C:\RECYCLER\S-1-5-21-1177238915-682003330-500666188-1005\"
rd /s /q "C:\RECYCLER\S-1-5-21-1177238915-682003330-500666188-1005\"
attrib -s -h -r- a /s /d "D:\RECYCLER\S-1-5-21-1177238915-682003330-500666188-1005\"
erase /f /s /q "D:\RECYCLER\S-1-5-21-1177238915-682003330-500666188-1005\"
rd /s /q "D:\RECYCLER\S-1-5-21-1177238915-682003330-500666188-1005\"
goto exit
:exit
cls
exit
--------------------------------------------------------------------------
axo was ich dazu sagen möchte

falls das irgendwelche fehler hat mir bitte bescheid sagen da ich es selber benutze
