Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configuring the Indexing Service to AutostartContent of Configuring the Indexing Service to Autostart.vbsMD5 Hash: DA5499951FD66A2EB0851399FA2AC146 |
||
' Description: Configures the Indexing Service on the local computer to automatically start each time the computer starts. To configure the Indexing Service for manual start, set the parameter passed to the EnableCI method to False rather than True. Manual start is the default setting for the Indexing Service.
On Error Resume Next Set objAdminIS = CreateObject("Microsoft.ISAdm") objAdminIS.EnableCI(True) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |