Hello, all.
Correct me if I'm wrong. But, I don't think MS has removed the commandline interface for regedit.exe or regedt32.exe. CLI for them is not all-powerful, but certainly no less than that of win9x.
If you want to do a merge "silently", fitzpatrickjj, you can use the /s switch with no problem. Hence
regedit /s regfile.reg
is still viable.
Now, the timing. If you can make a batch file with the line above and drop a shortcut of the batch file to:
%userprofile%\Start Menu\Programs\Startup
the merge can be executed at the time after logon. Whether it is early enough, I've no idea. If the merge data is user independent, then, I guess appending a line to autoexec.nt might be taken by system fractionally earlier than those in the queue of %userprofile%\...\startup. It depends and might need a bit of experimentation. The ultimate "timing" solution might have to go to registry key Run, RunServices etc and implement the command line on executing the batch file directly as an entry value.
regards - tsuji