Skip to content

Commit b0bf859

Browse files
NReilinghsdwheeler
authored andcommitted
DSC Registry note hive formatting (#4818)
Underscores are correct, and escapes are not needed here inside backticks.
1 parent 9fefa4d commit b0bf859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/reference/resources/windows/registryResource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Configuration RegistryTest
5757
```
5858

5959
> [!NOTE]
60-
> Changing a registry setting in the `HKEY\CURRENT\USER` hive requires that the configuration runs
60+
> Changing a registry setting in the `HKEY_CURRENT_USER` hive requires that the configuration runs
6161
> with user credentials, rather than as the system. You can use the **PsDscRunAsCredential**
6262
> property to specify user credentials for the configuration. For an example, see
6363
> [Running DSC with user credentials](../../../configurations/runAsUser.md).

0 commit comments

Comments
 (0)