Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 688 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 688 Bytes

Carbon.Registry PowerShell Module

Overview

The "Carbon.Registry" PowerShell module contains functions that make it easier to work with the Windows registry.

System Requirements

  • Windows PowerShell 5.1 and .NET 4.6.1+
  • PowerShell 6+

Installing

To install globally:

Install-Module -Name 'Carbon.Registry'
Import-Module -Name 'Carbon.Registry'

To install privately:

Save-Module -Name 'Carbon.Registry' -Path '.'
Import-Module -Name '.\Carbon.Registry'

Commands

  • Get-CRegistryKeyValue
  • Install-CRegistryKey
  • Remove-CRegistryKeyValue
  • Set-CRegistryKeyValue
  • Test-CRegistryKeyValue