Skip to content

Commit 3e469e9

Browse files
Merge pull request #311061 from codefinite-vri/main
Fix registry command syntax in storage-files-faq.md
2 parents e207bb6 + a8c2af1 commit 3e469e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/storage/files/storage-files-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ms.topic: faq
6464
1. Add the following registry key on the server:
6565

6666
```cmd
67-
reg ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Azure\StorageSync" /v SkipOfflineAttributeOnTieredFile /t RE
67+
reg ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Azure\StorageSync" /v SkipOfflineAttributeOnTieredFile /t REG_DWORD /d 1 /f
6868
```
6969
7070
1. Restart the **FileSyncSvc** service.

0 commit comments

Comments
 (0)