/* Configures the Indexing Service on the local computer to automatically start
* each time the computer starts. To configure the Indexing Service for manual start,
* pass "False" to EnableCI() rather than "True". Manual start is the default
* setting for the Indexing Service.
*/
objadminis = createcomobject("Microsoft.ISAdm")
objadminis~enableci("True")