Просто дороги увеличить performace вашего компьютера - поверните индексировать на ваших местных приводах
Вывешено 5-ого июля 2007 на 9:37 pm
Make sure прочитать другие столбы от серии представления компьютера увеличения!
- Просто дороги увеличить performace вашего компьютера - устанавливать вызывая архив
- Просто дороги увеличить performace вашего компьютера - Defragmenting ваш трудный привод
- Просто дороги увеличить performace вашего компьютера - останавливать программы запуска!
- Просто дороги увеличить ваше представление компьютера - за исключением космоса трудного диска!
- Просто дороги увеличить performace вашего компьютера - поверните индексировать на ваших местных приводах
- Просто дороги увеличить ваше представление компьютера - выведите визуально влияния из строя в плате вариантов представления
Поворачивать с индексировать на ваших трудных приводах будет другая очень просто дорога форсировать ваше представление компьютера. Этот вариант автоматически установлен Windows XP, но очень никудышно. Я думаю мы имеет все имело опыт использования поиска Windows (быть смущенным с поиском в реальном маштабе времени Windows) попытаться и найтись архив и должно для того чтобы ждать 10 MINUT пока наблюдающ что тупоумный sniff собаки вокруг экрана!
Не потревожьтесь, поворачивающ с обслуживания индицирования не сделает никакое трудное к вашему компьютеру. Вы можете после этого спросить, хороше как я предположены, что ищу для что-то!? Легко, польза Desktop Google или Поиск Windows Desktop! Both of these программами будут световые год более быстро чем регулярно поиском Windows, поэтому будет вашим предпочтением хотите ли вы вставить с Windows или пойти для средства программирования Google, только любой дорогой, котор вы определенно хотите повернуть индексировать для того чтобы speed up ваш компьютер!
Здесь будет как вы делаете его: Во первых, открыто Мой компьютер и прав-click на вашем местном приводе (c, d, etc) и выбирает Свойства

На Вообще плата, вы будете checkbox на вызванном дне «Позвольте обслуживание индицирования индексировать этот диск для быстрый искать архива». Идет вперед и uncheck и вас получит диалогового окно popup спрашивая хотите ли вы приложить эти установки к всем архивам и скоросшивателям или как раз к корню привода:

Пойдите вперед и выберите все архивы и subfolders, в противном случае оно идет все еще индексировать все на приводе! Click О'КЕЙО и вы сидеть и ждать немного минут по мере того как установки приложены к всем архивам на вашем компьютере. 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: increase computer performance, increase computer speed, turn off indexing, windows xpIf you enjoyed this post, make sure you subscribe to my RSS feed!
» Filed Under Computer Tips
Related Posts
- How to increase computer speed
- Simple ways to increase your computer’s performance - Disable Visual Effects in the Performance Options tab
- Simple ways to increase your computer’s performance - Save hard disk space!
- Simple ways to increase your computer’s performace - Configuring the paging file
- How to format USB drive and memory stick with NTFS

























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?
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!!
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►
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
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►