Skip navigation

How can I stop Server Intelligent Storage (SIS) from parsing a certain folder?

A. When you install Microsoft Remote Installation Services (RIS), the SIS engine is installed. SIS is designed to cut down on wasted disk space by removing duplicate files. The problem is the SIS groveler works on the entire volume, not just the RIS folders. To exclude folders on the SIS Common Store volume, perform the following steps:

  1. Using Notepad, open Groveler.ini from the SIS Common Store folder.
  2. For each folder you want to exclude, add a line under \[Excluded Paths\] that has the following format:

    "A name to identify the folder" = \FolderName (Don't type the quotation marks.)<br><br>

To exclude a folder on all volumes, perform the following steps:

  1. Start regedit.exe.
  2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Groveler\ExcludedPaths.
  3. For each folder that you want to exclude, from the Edit menu, select New, String value.
  4. Enter a name of \[A name to identify the folder\], and press Enter.
  5. Double-click the new value and set it to the folder name.
  6. When you finish adding values, use the following statements to stop and restart the groveler service:

    C:\&gt; net stop groveler<br>
    C:\&gt; net start groveler<br><br>
Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish