Skip to content

Commit 7bf848a

Browse files
authored
Update system-writer-not-found-in-backup.md
Added speech marks around code to prevent PS interpreting the command incorrectly.
1 parent 7eae981 commit 7bf848a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/windows-server/backup-and-storage/system-writer-not-found-in-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ icacls %windir%\winsxs\temp\PendingRenames /grant BUILTIN\Users:(RX)
6161
Takeown /f %windir%\winsxs\filemaps\* /a
6262
icacls %windir%\winsxs\filemaps\*.* /grant "NT AUTHORITY\SYSTEM:(RX)"
6363
icacls %windir%\winsxs\filemaps\*.* /grant "NT Service\trustedinstaller:(F)"
64-
icacls %windir%\winsxs\filemaps\*.* /grant BUILTIN\Users:(RX)
64+
icacls %windir%\winsxs\filemaps\*.* /grant "BUILTIN\Users:(RX)"
6565
net stop cryptsvc
6666
net start cryptsvc
6767
```

0 commit comments

Comments
 (0)