Skip to content

Commit 0e21e98

Browse files
author
Simonx Xu
authored
Merge pull request #8153 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/SupportArticles-docs (branch main)
2 parents 5e407c0 + f0c861e commit 0e21e98

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

support/windows-client/group-policy/create-and-manage-central-store.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create and manage Central Store
33
description: Describes how to create a Central Store on a domain controller to store and replicate registry-based policies for Windows.
4-
ms.date: 01/15/2025
4+
ms.date: 02/06/2025
55
manager: dcscontentpm
66
audience: ITPro
77
ms.topic: troubleshooting
@@ -25,6 +25,7 @@ _Original KB number:_   3087759
2525

2626
To view ADMX spreadsheets of the new settings that are available in later operating system versions, see the following spreadsheets:
2727

28+
- [Group Policy Settings Reference Spreadsheet for Windows 11 2024 Update (24H2)](https://www.microsoft.com/download/details.aspx?id=106255)
2829
- [Group Policy Settings Reference Spreadsheet for Windows 11 2023 Update (23H2) - v2.0](https://www.microsoft.com/download/details.aspx?id=106067)
2930
- [Group Policy Settings Reference Spreadsheet for Windows 11 2023 Update (23H2)](https://www.microsoft.com/download/details.aspx?id=105668)
3031
- [Group Policy Settings Reference Spreadsheet for Windows 10 2022 Update (22H2)](https://www.microsoft.com/download/details.aspx?id=104678)

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)