Forrest logo
back to context overview

reg-compare

List of commands for reg-compare:

  • reg-compare:tldr:0f78a reg-compare: Compare all values under a specific key with a second key.
    $ reg compare ${first_key_name} ${second_key_name}
    try on your machine
    explain this command
  • reg-compare:tldr:220ff reg-compare: Only output the matches between the specified keys.
    $ reg compare ${first_key_name} ${second_key_name} /os
    try on your machine
    explain this command
  • reg-compare:tldr:bb351 reg-compare: Compare all sub keys and values for two keys.
    $ reg compare ${first_key_name} ${second_key_name} /s
    try on your machine
    explain this command
  • reg-compare:tldr:e2986 reg-compare: Compare a specific value under two keys.
    $ reg compare ${first_key_name} ${second_key_name} /v ${value}
    try on your machine
    explain this command
  • reg-compare:tldr:e6dcf reg-compare: Output the differences and matches between the specified keys.
    $ reg compare ${first_key_name} ${second_key_name} /oa
    try on your machine
    explain this command
back to context overview