himoScript
زيزوومى مميز
- إنضم
- 3 مايو 2008
- المشاركات
- 673
- مستوى التفاعل
- 169
- النقاط
- 550
- الإقامة
- معشوقتى الاولى وامى (مصر)
- الموقع الالكتروني
- forum.zyzoom.org
غير متصل
من فضلك قم بتحديث الصفحة لمشاهدة المحتوى المخفي

مقدمه :
يسعدنى ان اقدم لكم البرنامج النهائى لتنظيف قرص الويندوز والملفات الؤقته وملفات الأنترنت المؤقته والخصوصيه ...الخ
تم انجازه فى معملHimoScript
الأصدار lab3

والمشروع مفتوح للتطوير


ما الفائده من البرنامج ؟
تنظيف التالى
hard disk
1- تنظيف ملفات المجلد temp المؤقته
2- تنظيف ملفات المجلد Prefetch
3-تنظيف كاش ملفات dll
4- تنظيف المجلد المؤقت tmp
5- تنظيف Templates
6- حزف ملفات Logs الخاصه بالويندوز
internet
1- تنظيف ملفات history
2- تنظيف Temporary Internet Files
3- تنظيف ملفات الكوكيز s
4- تنظيف كاش برنامج موزيلا
الخصوصيه
1- حزف ملفاتrecent
2- حزف الملفات المفتوحه مؤخرا
3- حزف ملفات الأوفيس المفوحه مؤخرا

صراحه عمل متعوب فيه
وتم التجربه على اكثر من جهاز
جربته على جهاز خالى وكانت الصاعقه نظف حوالى 2 جيجا و500 ميجا بايت <<< مانظفه ابدا


المشروع مفتوح وهذه بدايه فقط
وكمان احبائى هذه نسخه من ملف الباتش batch file
ال حابب يطور ولا شئ بتفضل مافى مانع
PHP:
@echo off
break off
title Done by HimoScript - Ibrahim abd el azem in lab3.
color 35
rem (REMOVE windows\TEMP)
del /s /f /q %windir%\temp\*.*
rd /s /q %windir%\temp
md %windir%\temp
rem (delete Prefetch)
del /s /f /q %windir%\Prefetch\*.*
rd /s /q %windir%\Prefetch
md %windir%\Prefetch
rem (delete dllcach)
del /s /f /q %windir%\system32\dllcache\*.*
rd /s /q %windir%\system32\dllcache
md %windir%\system32\dllcache
rem (delete tmp dir)
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
rem (del history)
del /s /f /q "%USERPROFILE%\Local Settings\History"\*.*
rd /s /q "%USERPROFILE%\Local Settings\History"
md "%USERPROFILE%\Local Settings\History"
rem del (Temporary Internet Files)
del /s /f /q "%USERPROFILE%\Local Settings\Temporary Internet Files"\*.*
rd /s /q "%USERPROFILE%\Local Settings\Temporary Internet Files"
md "%USERPROFILE%\Local Settings\Temporary Internet Files"
rem del(recent)
del /s /f /q "%USERPROFILE%\Recent"\*.*
rd /s /q "%USERPROFILE%\Recent"
md "%USERPROFILE%\Recent"
rem ((delete recent of last office document)
del /s /f /q "%userprofile%\Application Data\Microsoft\Office\Recent"\*.*
rd /s /q "%userprofile%\Application Data\Microsoft\Office\Recent"
md "%userprofile%\Application Data\Microsoft\Office\Recent"
rem del (s)
del /s /f /q "%USERPROFILE%\s"\*.*
rd /s /q "%USERPROFILE%\s"
md "%USERPROFILE%\s"
rem (del Templates)
del /q /s /f "%userprofile%\Templates"\*.*
rd /s /q "%userprofile%\Templates"
md "%userprofile%\Templates"
rem del (WINDOWS\system32\wbem\Logs)
del /s /f /q "%windir%\system32\wbem\Logs"\*.*
rd /s /q "%windir%\system32\wbem\Logs"
md "%windir%\system32\wbem\Logs"
rem (((del mozilla cache)))
del /s /f /q "%userprofile%\LOCALS~1\Applic~1\Mozilla\Firefox\Profiles\178r6fsb.default\Cache"\*.*
rd /s /q "%userprofile%\LOCALS~1\Applic~1\Mozilla\Firefox\Profiles\178r6fsb.default\Cache"
md "%userprofile%\LOCALS~1\Applic~1\Mozilla\Firefox\Profiles\178r6fsb.default\Cache"
rem (((cache of mozilla 2)))
del /s /f /q "%userprofile%\LOCALS~1\Applic~1\Mozilla\Firefox\Profiles\q8nl0uem.default\Cache"\*.*
rd /s /q "%userprofile%\LOCALS~1\Applic~1\Mozilla\Firefox\Profiles\q8nl0uem.default\Cache"
md "%userprofile%\LOCALS~1\Applic~1\Mozilla\Firefox\Profiles\q8nl0uem.default\Cache"
cls
exit
ولتحميل البرنامج النهائى
يجب عليك
تسجيل الدخول
او
تسجيل لمشاهدة الرابط المخفي

