The error message says the updated JET-DB-Engine cannot be used on existing DB.
So I guessed removing the DB would enforce the Jet Engine to create a new one ... obviously compatible with it's creator.
then :
Open a Command Line as Admin
Net Stop wsearch
Wait 1 minute
delete or rename "C:\ProgramData\Microsoft\Search\Data\Applications\Windows\Windows.edb"
Net Start wsearch
Done
After a few error messages saying the search engine blabla ...
I don't have anymore errors related with this.
If you don't want to loose your Windows Search settings, you can try this
Net stop wsearch
esentutl.exe /d "C:\ProgramData\Microsoft\Search\Data\Applications\Windows\Windows.edb"
Net start wsearch
It should work ... but I didn't test it yet.
Thank you so much for the help. I tried your suggestion and I still get the 1 group of six warnings right after a restart. These are the only 642 warnings I get now (see below) after my Win.old folder went away and I did a Disk Cleanup using Admin. Privs.
Catalog Database (2560,D,12) Catalog Database: The database format feature version 9080 (0x2378) could not be used due to the current database format 1568.20.0, controlled by the parameter 0x410022D8 (8920 | JET_efvAllowHigherPersistedFormat).
I think this is something the MS will need to fix via update. I have filed a bug report a few days ago about this.
Cheers