This is related to my following question:
The RegEdit command line version is not working in the latest WEC7 build 2864.
I need the latest RegEdit.exe
The older one found in the above link is not loading registry files properly from a batch file.
This is related to my following question:
The RegEdit command line version is not working in the latest WEC7 build 2864.
I need the latest RegEdit.exe
The older one found in the above link is not loading registry files properly from a batch file.
I just successfully verified importing .reg files. My environment:
I created a file test.reg
in the device’s root folder, with the following content:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE]
"test"=dword:000007e2
I opened a command prompt and ran the following command (This uses the registry editor which is part of the OS image):
regedit.exe /s \test.reg
Then I started the registry editor and confirmed that the entry was added.
I finally repeated the same test for WEC7 V1.3b4, it was also successful.
I recommend to verify whether there is a syntax error in your *:reg file.