SysPrep

  • Thread starter Thread starter AS
  • Start date Start date
A

AS

I am trying to modify my sysprep on the fly within a WinPE session.
In particular, I would like to modify my OEMPnPDriversPath each time I
enter into my WinPE session. However, it doesnt look like this line
gets added to the HKLM\Software\Microsoft\Windows\CurrentVersion
DevicePath location after I've modified it. I think the sysprep.inf
file is read and this information is entered into the registry during
the resealing process.

Can anyone confirm or deny this for me?

Thanks.
 
When you originally ran Sysprep -Reseal or -Mini it
processes the Sysprep.inf at that time. That is when the
Device Path is updated that section is not processed
again.

If you are in WinPE you could simple load the hive and
updated the registry directly.
 
Back
Top