Skip to content

Commit f0c861e

Browse files
author
Simonx Xu
authored
Merge pull request #1785 from ARL-DW/patch-2
Update system-writer-not-found-in-backup.md
2 parents 1e97c28 + e41a237 commit f0c861e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: System state backup fails
33
description: Provides a solution to an issue where you fail to perform a system state backup by using Windows Server Backup.
4-
ms.date: 01/15/2025
4+
ms.date: 02/06/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
@@ -57,11 +57,11 @@ To resolve this issue, type the following commands from an elevated command prom
5757
Takeown /f %windir%\winsxs\temp\PendingRenames /a
5858
icacls %windir%\winsxs\temp\PendingRenames /grant "NT AUTHORITY\SYSTEM:(RX)"
5959
icacls %windir%\winsxs\temp\PendingRenames /grant "NT Service\trustedinstaller:(F)"
60-
icacls %windir%\winsxs\temp\PendingRenames /grant BUILTIN\Users:(RX)
61-
Takeown /f %windir%\winsxs\filemaps\* /a
60+
icacls %windir%\winsxs\temp\PendingRenames /grant "BUILTIN\Users:(RX)"
61+
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)