Ghost Solution Suite

 View Only
  • 1.  sysprep/Reg Editing

    Posted Jun 08, 2007 08:19 AM
    Hi All,
    I have a ghost explorer question I guess.  I am trying to work out a new imaging procedure for my employer and I have sysprep driver installs basicly figured out.  My question is how do I add drivers to a already syspreped ghost image?  I know that when sysprep runs it puts the OEMPnPDriversPath in the registry so If I change the Sysprep.ini file in the image it will not work because it is already writen to the registry.  So is there a way to edit the registy in a ghost image? Thanks


    -Dave


  • 2.  RE: sysprep/Reg Editing

    Posted Jun 08, 2007 09:43 AM
    extract the reg files from the image (system32\config folder) use regedt32 and the "load hive" option to load the appropriate registry file as they are split up.  I'm not sure the one you are after but I would guess its Software.  Then when you are done and have unloaded the hive replace it in the image again.
     
     


  • 3.  RE: sysprep/Reg Editing

    Posted Jun 08, 2007 01:25 PM
    Hello Dave,

    If you've already added the driver files to the image, and you just want to make the registry match the INI, then after extracting and loading the Software hive (as mentioned by David.Poprick) just add your new location to the end of the "DevicePath" value in the "[yourhivename]\Microsoft\Windows\CurrentVersion" key. 

    I hope that was helpful.

    Billy


  • 4.  RE: sysprep/Reg Editing

    Posted Jun 13, 2007 11:37 AM
    Sweet I got it thanks guys...