I'm familiar with importing an external reg file using vbscript on startup as follows:
ExecuteVirtualProcess "regedit /s C:\tmp\somereg.reg"
Is there a way to embed the *reg file in the virtual filesystem and execute it from there so the solution is self contained?
Example which does not appear to work: