Windows Server 2008的索引服务的新属性 – 在哪里放置registry项

我试图在Server 2008的索引服务中设置一个新的属性。我已经按照这里的教程http://www.codeproject.com/Articles/19540/Microsoft-Indexing-Service-How-To这是所有的罚款,直到你必须添加一个条目的注册在这个位置:HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ ContentIndexCommon DefaultColumnFile条目,以便您可以在您的查询中使用新的属性。 Server 2008上不存在此注册位置。

任何人都可以帮助我在哪里添加此registry项在Server 2008中吗?

本文将ContextIndexCommon的需求。

只需在HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\创build一个名为ContentIndexCommon的键,并在其中添加值即可。