Article ID: 272149 - Last Review: August 14, 2007 - Revision: 2.4 How to exclude directories from the Single Instance Store GrovelerThis article was previously published under Q272149 IMPORTANT: This article contains information about modifying the registry. Before you
modify the registry, make sure to back it up and make sure that you understand how to restore
the registry if a problem occurs. For information about how to back up, restore, and edit the
registry, click the following article number to view the article in the Microsoft Knowledge Base:
256986
(http://support.microsoft.com/kb/256986/EN-US/
)
Description of the Microsoft Windows Registry
On This PageSUMMARY
When the Remote Installation Service (RIS) is installed on your computer system, the Single Instance Store (SIS) feature is also installed on the volume that holds the RIS images. SIS reduces the amount of disk space required by these images by storing only a single amount of the data in a folder on the volume named SIS Common Store. This name is also referred to as the common store. When the RIS images are installed onto a specific volume, the SIS feature works (or grovels) the entire volume. If you have data stored in another directory on the volume in which your RIS images reside, any duplicate files found in those directories are "candidates" to become SIS links. MORE INFORMATIONWARNING: If you use Registry Editor incorrectly, you may cause serious problems that may
require you to reinstall your operating system. Microsoft cannot guarantee that you can solve
problems that result from using Registry Editor incorrectly. Use Registry Editor at your own
risk. Even though it is not harmful to have other data stored on a volume that has SIS enabled, you may not want that data to be scanned by the SIS Groveler for the following reasons:
To have the SIS Groveler exclude certain directories, use either of the following appropriate methods: To Exclude a Directory on All VolumesTo exclude a directory on all volumes in a system that runs SIS, add an entry under the following registry key:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Groveler\Excluded Paths
The value can have any name. For example, to exclude the Folder1 directory on any volume in the system, you can add the following entry to the registry:
Value Name : Folder1 directory Data Type : REG_SZ String : \Folder1
To Exclude a Directory on a Single VolumeTo exclude a directory on a single SIS volume, just add a entry to the Grovel.ini file located in the SIS Common Store folder using Microsoft Windows Notepad. For example, to add the Folder2 directory onto a specific SIS enabled volume, add the following information to the Grovel.ini file located in the SIS Common Store folder:[Excluded Paths] Folder2 directory = \Folder3 | Article Translations
|
Back to the top
