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

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -