by Admin » Thu Feb 06, 2025 11:53 pm
Hi, it can be done from command line after installation, here is some info from the help file:
Command Line Parameters for automatic license code registration
"Bulk Rename Utility.exe" /writeregkey:"AAAA|BBBB" [/elevated]
/writeregkey:"AAAA|BBBB" : Enter a license code via the command line, where AAAA is the registration text and BBBB the registration key, separated only by the character |. The whole text must be surrounded by quotes ".
Program will return 0 if the operation was successful.
[/elevated] : Optionally instructs to prompt for elevation to administrator if needed (to register for all users on computer).
Examples:
"C:\Program Files\Bulk Rename Utility\Bulk Rename Utility.exe" /writeregkey:"Paul|1234"
"C:\Program Files\Bulk Rename Utility\Bulk Rename Utility.exe" /writeregkey:"Paul|1234" /elevated