Hi,
We want to create a new registry and deploy it to computers (via SCCM).
This particular ExtensionDebugLevel key is to enable additional logging for LAPS implementation. There are two parts:
1. LAPS (x64) + (x32) deployment packages. This is to deploy the LAPS CSE onto computers.
2. A package to create the ExtensionDebugLevel registry key onto computers:
command line: regedit.exe /s addregkey.reg - the addreskey.reg is point to data source in a network drive.
Addreskey.reg file:
The ExtensionDebugLevel key however is being created in the C:\Windows\Syswow64 folder instead of the c:\Windows folder.
I have also tried command line: C:\Windows\Regedit /s addregkey.reg, but no luck.
The test computer is running x64 and Windows 7 OS.
How to create the new registry in the appropriate registry location (the C:\Windows)?
thank you
Best Regards,