Jump to content

Recommended Posts

Posted

Can anyone tell me how to Automatically uncheck Allow Indexing Service to index this disk (folder, files) in disk (folder) properties? Don't know any VB/JS script to do so. Is it possible for AutoIt? It is NOT the same as disabling the indexing service 'cuz it has to do with NTFS attributes


Posted

I just use the registry tweak to disable the Indexing Service (as you mentioned above).

I haven't heard of any WMI or command-line tool to disable Indexing on any drive.

Posted
Can anyone tell me how to Automatically uncheck Allow Indexing Service to index this disk (folder, files) in disk (folder) properties? Don't know any VB/JS script to do so. Is it possible for AutoIt? It is NOT the same as disabling the indexing service 'cuz it has to do with NTFS attributes

Still again. I know how to disable THE INDEXING SERVICE. But every file and folder has an attribute called For Fast Searching, Allow Indexing Service to (what would you think of?))) index this file/folder! Furthermore, in VB there is a number for EACH file/folder attribute. For example, 2 is hidden, 1 is read-only, 4 is System, 32 - Archive bit set, 64-Link or shortcut, 2048 - Compressed file. But I didn't find here ContentIndexed file! does anybody know how to automate changing this attribute?

Posted

after i disable the indexing service with regtweaks i always check the files, go to properties>advanced options and there i see that it's ticked the "allow indexing service to..." but i don't know how to disable it for all files and folders :}

Posted

First you have to shut down the service of course but then

If you are going to disable Indexing service do this to all drives.

Uncheck the

Allow Indexing service to index this disk for faster file searching

Then click Apply.

You then Select Apply Changes to C:\, SubFolders and files.

Then click Apply again. May give error about unable, just click Ignore all.

I been searching a long time and sure i could code it but i just do it manually right now. I've read that this will speed up the system a little but it's one of those maybe it will maybe it won't. Mine is unticked on all drive's though.

Posted

RaveRod

Do you know how to emplement that?

NotContentIndexed = &H2000 is actually from .NET stuff. It has to do with coding but not scripting

I need a script

Posted

Example of how to do this

get these ElAttrib.exe ElConTool.dll ElDB.dll ElStd.dll from here _http://www.eluent.com/dl/eltools.zip

and elattrib +n -v -F -C -A "%systemdrive%\*|+"

  • 13 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...