Echo Off Echo Start required services for ActiveSync 4.x echo Version 0.9 Created 12/19/05 Echo By Chris De Herrera, Copyright 2005, All Rights Reserved echo . echo Start COM+ Event System rem - required to synchronize with Outlook net start "COM+ Event System" echo Start DCOM Server Process Launcher rem - required to synchronize with Outlook net start "DCOM Server Process Launcher" echo Start DHCP Client rem - required for Windows Mobile 5.0 devices to sync net start "DHCP Client" echo start Universal Plug and Play Device Host rem - required to detect a new device when it is plugged in net start "Universal Plug and Play Device Host" echo Try connecting your Pocket PC or Smartphone to see if you can sync now echo . echo Please ignore any errors about "The requested service has already been tarted." echo If other messages you need to investigate the problem why the service did not start pause