Skip to content

Commit e41a237

Browse files
author
Simonx Xu
authored
Update date and fix formatting in documentation
1 parent 7bf848a commit e41a237

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 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,8 +57,8 @@ 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)"
6464
icacls %windir%\winsxs\filemaps\*.* /grant "BUILTIN\Users:(RX)"

0 commit comments

Comments
 (0)