Skip to content

Commit 55c6c62

Browse files
authored
Merge pull request #188077 from mtalasila/master
Update file-sync-how-to-manage-tiered-files.md
2 parents ca96574 + 86df034 commit 55c6c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/file-sync/file-sync-how-to-manage-tiered-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For v11 and v12 release, add the process exclusions to the HeatTrackingProcessNa
6767
Example: reg ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Azure\StorageSync" /v HeatTrackingProcessNameExclusionList /t REG_MULTI_SZ /d "SampleApp.exe\0AnotherApp.exe" /f
6868

6969
For v13 release and newer, add the process exclusions to the HeatTrackingProcessNamesExclusionList registry setting.
70-
Example: reg ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Azure\StorageSync" /v HeatTrackingProcessNamesExclusionList /t REG_SZ /d "SampleApp.exe,AnotherApp.exe" /f
70+
Example: reg ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Azure\StorageSync" /v HeatTrackingProcessNamesExclusionList /t REG_SZ /d "SampleApp.exe|AnotherApp.exe" /f
7171

7272
> [!NOTE]
7373
> Data Deduplication and File Server Resource Manager (FSRM) processes are excluded by default. Changes to the process exclusion list are honored by the system every 5 minutes.

0 commit comments

Comments
 (0)