DPAPI will generate the local system master key during the
specialization phase of sysprep. If you are using standard imaging
tools that utilize sysprep you should be fine.
It is possible to ask DPAPI to regenerate this key by calling
CryptProtectData with the CRYPTPROTECT_CRED_REGENERATE flag but you
have to be running as LocalSystem to do it and it can easily cause
data loss since data protected by the previous key can no longer be
decrypted. Be careful if you use it - there be dragons here.