Skip to content

Instantly share code, notes, and snippets.

@chilversc
Created March 16, 2012 16:15
Show Gist options
  • Select an option

  • Save chilversc/2050794 to your computer and use it in GitHub Desktop.

Select an option

Save chilversc/2050794 to your computer and use it in GitHub Desktop.
Powershell, copy multiple registry values
(gi SOURCE).Property | ?{$_ -like "Colour*"} | %{cpp SOURCE TARGET -Name $_}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment