@gwhitfield Try this, dis able the fog service in your pre sysrepped image and add these lines to your unattend.xml if you are using one:
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>del /Q /F c:\windows\system32\sysprep\unattend.xml</CommandLine>
<Order>1</Order>
<Description>Deletes unattend.xml</Description>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>del /Q /F c:\windows\Panther\unattend.xml</CommandLine>
<Description>Deletes unattend.xml</Description>
<Order>2</Order>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>sc config FOGService start= auto</CommandLine>
<Description>Changes FOG server to Automatic</Description>
<Order>3</Order>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>net start FOGService</CommandLine>
<Description>Starts FOG service </Description>
<Order>4</Order>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
</FirstLogonCommands>
All this happens in the OOBE phase of the sysprep. If your not using unattend try this batch file to run after it comes up:
sc config FOGService start= auto
net start FOGService
paste that into a text file and save as SetupComplete.cmd. Then place the file in the following area: %WINDIR%\Setup\Scripts\
Then sysprep.