Is it possible to inject registry entries into Win 8.1 registry when booted into a WinPE 5.0 environment?
I need to inject the string reg entry
"Act"="%Drive%\Activate.cmd" (where Drive is the USB drive letter)
into the Win 8.1 reg at location
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
when the WinPE enviourment, I can inject the reg entry I require, but this does so into the WinPE hive not the Windows hive.
Is there are way, using only WinPE command line to load the Win hive and inject the reg entry please?