jeudi 3 janvier 2008

Mac OS X : Comment désactiver complètement Spotlight

Si comme moi vous utilisez Mac OS X Tiger sur un iBook G3 à 800 MHz avec 640 MB de RAM, vous pouvez améliorer les performances de votre machine en désactivant Spotlight. Voici comment faire:

Attention, tout ceci est prévu pour Mac OS X Tiger, et je ne saurais garantir qu'il fonctionne avec d'autres versions...


Attention vous allez travailler en ligne de commande avec l'utilisateur root. Soyez attentif...





Tout d'abord devenez root en tapant sudo su - puis votre mot de passe.
$ sudo su
Ensuite effectuez les commandes suivantes:

# chmod 0000 /Library/Spotlight
# chmod 0000 /System/Library/Spotlight
# chmod 0000 /System/Library/CoreServices/Search.bundle
# chmod 0000 /System/Library/PreferencePanes/Spotlight.prefPane
# chmod 0000 /System/Library/Services/Spotlight.service
# chmod 0000 /System/Library/Contextual Menu Items/SpotlightCM.plugin
# chmod 0000 /System/Library/StartupItems/Metadata
# chmod 0000 /usr/bin/mdimport
# chmod 0000 /usr/bin/mdcheckschema
# chmod 0000 /usr/bin/mdfind
# chmod 0000 /usr/bin/mdls
# chmod 0000 /usr/bin/mdutil
# chmod 0000 /usr/bin/md

Vous pouvez maintenant redémarrer votre machine
Après le redémarrage, faites à nouveau:
$ sudo su
et tapez votre mot de passe
Ensuite:
# rm -r /.Spotlight-V100
# rm -r /private/var/tmp/mds

Ce petit truc provient en fait d'une page sur Mac OS X Hints.

Aucun commentaire: