Hi,
I was trying the steps you mentioned above. When, I try to add registry keys as a command file it is in a loop. Not sure, If, I have something wrong within the CMD file. I saved the file reg.cmd.
I was able to accomplish the task through PowerShell. Added each registry entry individually and all the entries show up in registry now.
My question is when, I create a package will my reg.cmd work? This is what is in the reg.cmd file
REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ramlanBuildInfo1 /v UniqueID /t REG_SZ /d "dfeee803-daf6-4d65-8c7d-832c3e56c04b" /f
REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ramlanBuildInfo1 /v date /d "%DATE%" /t REG_EXPAND_SZ /f
REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ramlanBuildInfo1 /v time /d "%TIME%" /t REG_EXPAND_SZ /f