I’ve released version 0.2.7 of Carbon this morning. This release contains only new functionality:
Enhancements
New functions for working with the registry:
- Get-RegistryKeyValue: Get a value from a registry key.
 - Install-RegistryKey: Create a new registry key.
 - Remove-RegistryKeyValue: Remove a value from a registry key.
 - Set-RegistryKeyValue: Set/create a value in a registry key.
 - Test-RegistryKeyValue: Test if a value exists in a registry key.
 
Other enhancements:
- Unprotect-AclAccessRules: Turns off inherited access rules on an item in the file system or registry.
 - Added a 
Clearparameter to the Grant-Permissions function for clearing any non-inherited permissions on a file system/registry item.