What is the command line for Indexing Options?

16

1

What is the command line for Indexing Options? I very much enjoyed reading all five pages of Useful Commandline Commands on Windows. But I still cannot find the console command for Indexing Options.

I have this little, free system tray app called UriTree that stores these things in an OPML file---so having as many of these command-line tricks as possible helps me personally. Anyway, here is the screenshot of the applet that I cannot call from the command-line:

Windows 7 Indexing Options

rasx

Posted 2009-11-16T00:58:41.673

Reputation: 295

...sorry about that .htaccess... – rasx – 2009-11-20T07:48:16.670

Answers

18

Type Windows+R, the then run the command:

rundll32.exe shell32.dll,Control_RunDLL srchadmin.dll

I have only tried this on Windows Vista.

Phillip Ngan

Posted 2009-11-16T00:58:41.673

Reputation: 1 210

1It works on Windows 10. Thanks. – Josh Miller – 2016-11-24T16:41:10.913

1That works to open the window directly. What would be really nice is commands to add directories to the indexed locations directly, without needing to click around in that window. – mivk – 2017-04-07T10:47:26.333

thanks, conrol.exe as in control srchadmin.dll can replace the first part (calling it with the Control_RunDLL function). – None – 2018-08-03T11:03:46.253

3it works on Windows 7 64-bit! great job! – rasx – 2009-11-20T07:37:58.517

4

control.exe srchadmin.dll opens the "Indexing Options" window in Windows 7 and Windows 10 (so probably also in Win 8).

mivk

Posted 2009-11-16T00:58:41.673

Reputation: 2 270

2

Outside of a need to open it programmatically, the quickest way to open Indexing Options is:

  • Hit the Windows Key Windows Key
  • Type index and wait a split-second for Indexing Options to be highlighted
  • Hit Enter

:-)

ashleedawg

Posted 2009-11-16T00:58:41.673

Reputation: 395