Is it possible to use vb.net to rebuild the Windows search index on another machine on a network? -


has found way using vb.net rebuild windows index on machine remotely? know can done using 'indexing options' in control panel, not sure if there function or setting can called trigger via vb. thoughts/ideas/hacks welcome.

regards

i found changing registry think failed update index prompts windows re-index on reboot. can done remotely passing in computer name want rebuild.

dim myregistry microsoft.win32.registrykey microsoft.win32.registrykey.openremotebasekey(microsoft.win32.registryhive.currentuser, [somecomputername]) dim myregkey = myregistry.opensubkey("software\microsoft\windows search", true)  myregkey.setvalue("setupcompletedsuccessfully", 0) 

hope helps else!


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -