Maneiras simples aumentar o performace do seu computador - gire fora o índice em suas movimentações locais

Afixado julho em 5, 2007 em 9:37 pm

Girar fora do índice em suas movimentações duras é uma outra maneira muito simples impulsionar seu desempenho de computador. Esta opção é ajustada automaticamente por Windows XP, mas é muito inútil. Eu penso que nós temos todos tivemos a experiência de usar a busca de Windows (para não ser confundido com a busca viva de Windows) tentar e encontrar uma lima e temos que esperar 10 minutos ao prestar atenção que sniff stupid do cão em torno da tela!

Não se preocupe, girando fora do serviço do indexing não fará nenhum duro a seu computador. Você pode então pedir, bom como eu sou suposto procurarar por algo!? Fácil, uso Desktop de Google ou Busca Desktop de Windows! Ambos estes programas são anos claros mais rápidos do que a busca regular de Windows, assim que é sua preferência se você quer furar com Windows ou ir para o software de Google, mas uma ou outra maneira que você quer definitivamente girar fora o índice para a velocidade acima de seu computador!

É aqui como você o faz: Primeiramente, aberto Meu computador e o direito-clique em sua movimentação local (C, D, etc.) e escolhe Propriedades

No Geral aba, você um checkbox no fundo chamado “Permita que o serviço do Indexing posicione este disco para procurarar rápido da lima”. Vai adiante e o uncheck que e você começará a uma caixa de diálogo do popup que perguntam se você quer aplicar estes ajustes a todas as limas e dobradores ou apenas à raiz da movimentação:

Vá adiante e escolha todas as limas e subfolders, se não está indo posicionar ainda tudo na movimentação! Clique APROVAÇÃO e você terá que sentar e esperar alguns minutos enquanto os ajustes são aplicados a todas as limas em seu computador. Unfortunately, every file in the file system has an attribute that tells Windows whether or not it should be indexed, so this has to to be updated for all files.

If you get any Access Denied errors along the way, just go ahead and click Ignore All because it’s probably just system files that are currently in use. Hope this was helpful!

Technorati Tags: , , ,

If you enjoyed this post, make sure you subscribe to my RSS feed!

» Filed Under Computer Tips

Related Posts

5 Responses to “Simple ways to increase your computer’s performace - Turn off indexing on your local drives”

  1. selvan naga said on :

    Well i have two questions regarding this. First one, if i was unchecking the Indexing only for the drive C. Could i use normal windows search for D drive. If so would it include the C drive too? and the second one, could it be reproducable. I mean can i check the indexing once more later?


  2. akishore said on :

    Hi Selvan,

    Good questions! Yes you can turn off indexing for each drive or partition individually. So if you uncheck the indexing for C, D would still be indexed, but would not include C.

    For the second question, yes you can turn the indexing back on by following the same steps and rechecking the box in the Properties of the drive. You can do this at any time!

    Hope that helps!!


  3. Richard FDisk said on :

    I’ve a weird problem;
    I’ve turned off “indexing” for the drive, but almost every new folder created is “indexed”? huh!

    also I’ve never met a faster search than;

    DIR /S filename.*
    or
    DIR /S *.ext
    whatever filename or extention you’re looking for:
    “wav, jpg, mp3″ etc.
    it produces instant results even for files that are way up some obscure tree.
    To do this, open a “DOS box” and type “cd \”
    from there you do the search for whatever file(s) you want.

    DIR /S *.*

    will show every file on the drive except hidden / system files if you want to see those add ” /a ”
    to the line, and it would look like this

    DIR /S /A *.*

    it can also be “Piped” and viewed later

    DIR/S filename.* > search.txt

    the only real use for the “indexing service” is if your PC is set up as a huge file server or web server containing a horrendous amount of files and folders, especially folders containing 10’s of thousands of files. but for the normal user it’s more hassle in wasted resources and space than it returns in performance.

    Cheers
    ◄RfD►


  4. akishore said on :

    Richard,

    Thanks for the tips! Excellent! I appreciate the comment!

    By the way, how do you know each new folder is indexed? Is the check box “For fast searching, allow indexing service to index this folder” checked?

    Aseem


  5. Richard FDisk said on :

    Aseem,

    Yes, the little check box under “advanced” is usually marked with the exception of any new folder “I” create on the root level but if I dragondrop the folders from a data cd or dvd that I created on the same or another machine or extract from a .cab or .zip file, the whole lot of the folders is “serviced for indexing” and sometimes the files are also. The reason I find this out is because I work with a lot of graphic and audio files and before I open to edit I always remove the “Archive” and set the “Read Only” attributes so I’m always forced to do a “Save as” instead of possibly ruining the original. So when I find the files are “indexed” (even though I never asked for them to be) I check the folder and usually it’s also “indexed”
    what a pain this can be to fix sometimes especially after unloading 10 or 12 Data DVD’s of audio files containing a ton of .wav or .mp3 files.

    Are there any solutions or is it just a bug in the way “exploder” handles “outside” files?

    I do know how to externally modify the “Archive” & “Read Only” attributes in one pass but not the indexing?

    Attrib /s -a +r *.*
    from the folder just below all of the files I want to change, marks them as stated: -”Archive” +”Read Only”
    (from the DOS box this is extremely fast but will quit processing if there are any “Hidden” or “System” files within the same tree).

    Cheers
    ◄RfD►


Please post your comments/suggestions!