How can we help?

If you need help getting started, find a bug, or
have trouble using our tool, get in touch so we can help.

Our team is eager to assist you.

Contact Us

Some Revo Registry Cleaner operations can be executed from a command line. Supported command line operations and their arguments are:

  • Registry Clean – you can clean found as unnecessary and obsolete Registry items specifying desired scanning mode. All found items are automatically backed up and deleted

    SYNTAX
    Revo Registry Cleaner -clean -scanning mode -affected accounts
    Where the parameters are:
    -clean – operation type
    -mode – mode of the scanning – safe, moderate, or advanced are possible parameters
    affected accounts – if this parameter is missing current Windows account is cleaned. Or add “all” to scan and clean all Windows accounts

    Examples: ”Revo Registry Cleaner.exe” -clean -safe → Safe scan for current user
    ”Revo Registry Cleaner.exe” -clean -moderate -all → Moderate scan for all users

  • Registry Backup – you can create full or partial Registry backup
    SYNTAX
    Revo Registry Cleaner -backup -type “Registry path”
    Where the parameters are:
    -backup – operation type
    -type – if specified “full” full backup is done, if specified “key” a Registry key must follow

    Examples: ”Revo Registry Cleaner.exe” -backup -full → Creates Full Registry Backup
    “Revo Registry Cleaner.exe” -backup -key HKEY_CURRENT_USER\Control Panel → creates backup of the key HKEY_CURRENT_USER\Control Panel

  • Registry Watch – you can start and stop watching changes in a specified Registry key
    SYNTAX
    Revo Registry Cleaner -watch -action “Registry path”
    Where the parameters are:
    -watch – operation type
    -action – if missing it is considered as start action, or “stop” a Registry key must follow

    Examples: “Revo Registry Cleaner.exe” -watch HKEY_CURRENT_USER → starts watching HKEY_CURRENT_USER
    “Revo Registry Cleaner.exe” -watch -stop HKEY_CURRENT_USER → stops watching HKEY_CURRENT_USER