diff --git a/dsc/registryResource.md b/dsc/registryResource.md index 5d3380e536de..7bad7e5a9974 100644 --- a/dsc/registryResource.md +++ b/dsc/registryResource.md @@ -18,7 +18,7 @@ Registry [string] #ResourceName { Key = [string] ValueName = [string] - [ Ensure = [string] { Enable | Disable } ] + [ Ensure = [string] { Present | Absent } ] [ Force = [bool] ] [ Hex = [bool] ] [ DependsOn = [string[]] ] @@ -71,4 +71,4 @@ Configuration RegistryTest ``` >**Note:** Changing a registry setting in the **HKEY\_CURRENT\_USER** hive requires that the configuration runs with user credentials, rather than as the system. ->You can use the **PsDscRunAsCredential** property to specify user credentials for the configuration. For an example, see [Running DSC with user credentials](runAsUser.md) \ No newline at end of file +>You can use the **PsDscRunAsCredential** property to specify user credentials for the configuration. For an example, see [Running DSC with user credentials](runAsUser.md)