Salut a tous
Comment nettoyer mon pc :
Démarrage lent
Ouverture de page ( IE , Explorateur win,wrod,…) lent
quel est la cause de ca ? Merci
( Pc est sous Win Xp , Ram 128 Mo, DD 10G)
Combien cela coûte-t-il au total ? Quelles aides apportent l'état et les acteurs du marché pour alléger cette charge non choisie ? Tous les détails sur Commentçamarche.net.
Tu ouvres un fichier texte dans Démarrer, Programmes, Accessoires et tu cliques sur Notepad.
Tu copies les commandes ci-dessous et tu les colles dans le fichier:
------------------------------------------------------------------------------------------------------------------------
del /s /q /f *.old
del /s /q /f *.bak
del /s /q /f *.tmp
del /s /q /f *._ld
del /s /q /f *.pif
del /s /q /f *.chk
del /s /q /f *.bad
del /s /q /f *.gid
if exist %systemroot%\temp del /s /q /f %systemroot%\temp\*.*
if exist %systemroot%\prefetch del /s /q /f /a %systemroot%\prefetch\*.*
if exist %systemroot%\system32\dllcache\tourstrt.exe (attrib -h -r -s %systemroot%\system32\dllcache\tourstrt.exe) & (del /s /q /f /a %systemroot%\system32\dllcache\tourstrt.exe)
if exist %systemroot%\system32\dllcache\tourw.exe (attrib -h -r -s %systemroot%\system32\dllcache\tourw.exe) & (del /s /q /f /a %systemroot%\system32\dllcache\tourw.exe)
if exist %systemroot%\system32\tourstart.exe del /s /q %systemroot%\system32\tourstart.exe
if exist %systemroot%\minidump del /s /q /a %systemroot%\minidump\*.*
if exist %systemroot%\system32\spool\printers del /s /q %systemroot%\system32\spool\printers\*.*
if exist %systemroot%\downlo~1 del /s /q /f /a %systemroot%\downlo~1\*.*
if exist %systemroot%\pchealth\helpctr\datacoll del /s /q /f /a %systemroot%\pchealth\helpctr\datacoll\*.*
if exist %systemroot%\system32\wbem\logs del /s /q /f /a %systemroot%\system32\wbem\logs\*.*
if exist « %systemroot%\debug » del /s /q /f /a « %systemroot%\debug »\*.log
if exist %systemroot%\security\logs del /s /q /f /a %systemroot%\security\logs\*.log
if exist %systemroot%\system32\logfiles del /s /q /f /a %systemroot%\system32\logfiles\*.*
del /s /f /q "%USERPROFILE%"\locals~1\temp\*
rmdir /s /q "%USERPROFILE%"\locals~1\temp
mkdir "%USERPROFILE%"\locals~1\Temp
del /s /f /q "%USERPROFILE%"\locals~1\tempor~1\*
del /s /f /q /a:s "%USERPROFILE%"\locals~1\tempor~1\*
del /s /f /q /a:h "%USERPROFILE%"\locals~1\tempor~1\*
del /s /f /q /a:r "%USERPROFILE%"\locals~1\tempor~1\*
rmdir /s /q "%USERPROFILE%"\locals~1\tempor~1
del /s /f /q "%USERPROFILE%"\locals~1\history\*
del /s /f /q "%SystemRoot%"\prefetch\*
CLS
del /s /f /q "%SystemRoot%"\Minidump\*
del /s /f /q "%SystemRoot%"\temp\*
rmdir /s /q "%SystemRoot%"\temp\
mkdir "%SystemRoot%"\Temp
CLS
del /s /f /q "%USERPROFILE%"\recent\*
CLS
del /s /f /q "%TMP%"
REM Clean Recycle Bin storage areas
del /s /f /q c:\Recycled\*
del /s /f /q c:\Recycler\*
------------------------------------------------------------------------------------------------------
tu enregistres ton fichier avec le nom nettoyage.bat (attention en type de fichier quand tu enregistres, choisis tous les fichiers)
il ne te reste plus qu'à cliquer dessus et à le laisser faire.
Deuxième Etape la défragmentation du poste, tu as un petit utilitaire bien pratique sous le lien
http://www.auslogics.com/en/software/disk-defrag/download/
Enfin tu peux utiliser Ccleaner.
Je m'occupe de plus de 800 postes dans ma boite et cela tourne plutôt pas mal...
;-)