One easy way is to create a batch file
In the batch file enter
regedit /f /s regfile.reg
the batch file can just be published as a standard package or application.
while the /f isn’t necessary, it does force an overwrite of any pre-existing keys and so can be useful if you want to correct some keys rather than simply adding them.