| Indexing Services: Forcing UNC paths for local indexed content.
(Windows 2000 Server, Windows Server 2003)
Overview:
Although UNC share names are automatically added for remote indexed content, the Indexing Service will return the full physical path for local content, even if the "Add Share Alias automatically" option is selected and/or "UNC Share Alias" specified when the directory is added.
To solve this problem, we need to add a simple registry value which will force the Indexing Service "Path" to return the UNC share name (if applicable) rather than the physical path.
The steps below illustrate how to do this and is intended for those not familiar with the Registry. For those that are, simply locate the following key:
HKLM\SYSTEM\CurrentControlSet\Control\ContentIndex
And add a new DWORD value of ForcePathAlias with a value of 1.
If you are not familiar with the Registry, follow the steps below:
| 
|
|
 |
| |

2. Locate the "ContentIndex" key and add a new DWORD value:
Once the Registry Editor has opened, expand each of the following sections to get to the "ContentIndex" key:
My Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex
Once you have located and selected the "ContentIndex" key, right-click on it and select "New" and "DWORD Value" as shown in the illustration above. |
|
 |
|
 |
|