Registry key deployment using SCCM 2007 SP2
Hi All, We are in a need of deployment of a registry key through SCCM before Drivers are being installed. I have tried in the following ways : i) Created a package with a program as "regedit.exe /s xxx.reg" and included it in "Install Software" step of Task sequence. ii) Created a package without a program and included it in "Run command line" step of T.S with command "regedit.exe /s xxx.reg" iii) Created a batch file in following way and ran through "Run Command line" : @echo off SETLOCAL Set THISDIR="%~dp0*.*" regedit.exe /s "%THISDIR%xxx.reg" This was working in Winpe phase.i.e it was importing registry key. But, when deployment is done reg key is not seen in registry. I am missing something here ? Can some one please reply regarding this ? Thanks
June 22nd, 2011 9:41am

Torsten, My Task sequence looks like this : i) Restart in WinPE ii) Partition disk iii) Apply OS iv) Apply Network settings v) Run Command line(Registry Install) vi) Apply drivers by package vii) setup and configmgr If i run command line (registry key install) at the end of setup and configmgr setup, where registry key will be imported - final OS or winpe?
Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2011 10:41am

Miguel, So, is there a way doing before drivers installation ?
June 22nd, 2011 12:12pm

We are having a issue with one of drivers. Driver vendor had missed providing a registry key which is used to create logging information about the driver and correct working of driver in the target system. So,They came back and provided a registry key(xxx.reg) and asked us to install before drivers are being applied through SCCM. I have tried applying it through T.S as mentioned in my earlier post. Manoj
Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2011 3:25pm

The reg key just enables the logging information for a graphics driver in the target system. From MSDN Forum - Manoj
June 23rd, 2011 8:58am

Hi All, I created a package with source files and create a T.S step to run command line with command line "reg import xxx.reg" .I am getting a error in T.S - 0x8007052E which says bad username/password in smsts.log. I am providing Administrator account settings to run this step. Nothing seems to work. Has anyone deployed registry key through SCCM successfully? If yes what is the procedure for it. Manoj
Free Windows Admin Tool Kit Click here and download it now
June 24th, 2011 8:37am

registry key path which i was importing to is Local Machine(HKLM) hive. Manoj
June 24th, 2011 3:28pm

Hi All, Finally , I was successful in installing registry key through SCCM. But when i tried to build and capture the image(registry key applied) through Task sequence i am getting '0x00000004' error in prepare OS step of T.S. Any help would be appreciated. From MSDN Forum - Manoj
Free Windows Admin Tool Kit Click here and download it now
June 28th, 2011 7:29pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics