We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc15b61 commit a8c2af1Copy full SHA for a8c2af1
1 file changed
articles/storage/files/storage-files-faq.md
@@ -64,7 +64,7 @@ ms.topic: faq
64
1. Add the following registry key on the server:
65
66
```cmd
67
- reg ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Azure\StorageSync" /v SkipOfflineAttributeOnTieredFile /t RE
+ reg ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Azure\StorageSync" /v SkipOfflineAttributeOnTieredFile /t REG_DWORD /d 1 /f
68
```
69
70
1. Restart the **FileSyncSvc** service.
0 commit comments