قم بنسخ الكود التالي و ضعه في مفكرة
و احفضه في صيغة .bat
سوف يقوم في لحظات بي تنظيف الجهاز من الملفات temp و Prefetch
بدون عناء


@echo off
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q C:\WINDOWS\Prefetch
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
cls