Description
Experiencing issues when running SysPrep that it takes a long time or when Windows 10 loads for the first time it takes a 20-60 minutes to come up to the login screen.
Cause
You may see an error similar to this one in your SetupACT.log
[msoobe.exe] TASK: End failed running task ProvisionPackageCreate with hr=0x800705B4.
Solution
This is being caused by the "WAP Push Message Routing Service (dmwappushservice)".
To resolve this issue you need to set the service to its default startup type of Automatic (Delayed Start). Follow these steps:
1. On the reference computer, open an administrative command prompt
2. Type the following command to set the startup type:
sc config dmwappushservice start= delayed-auto
3. Type the following command to start the service:
sc start dmwappushservice
4. Once this has been done, you will need to recapture your image and deploy using the updated image.
Additional Information
- You can locate your SetupACT.log in the following directories.
"C:\Windows\Panther" and "C:\Windows\Panther\UnattendGC"
- Microsoft TechNet Forum Post
- The "WAP Push Message Routing Service (dmwappushservice)" service is used for Windows Mobile / Phone management.