workstat Posted October 24, 2013 Report Share Posted October 24, 2013 I'm trying to push out Adobe iFilter to a bunch of PCs. Once installed, Windows search index needs to be rebuilt. I understand that setting the key for "SetupCompletedSuccessfully" to value 0 should cause it to restart. So I wrote a cmd file with this line: reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search" /v SetupCompletedSuccessfully /t REG_DWORD /d 0 /f The problem is that while it seems to succeed, the value doesn't change to 0. I've tried everything I can think of. Any ideas? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.