• Another solution would be to look at the registry path to see what microsoft is expecting it to see and qualify it in quotes

    1. Click Start > Run and type REGEDIT and click OK.

    2. Click the plus sign next to HKEY_LOCAL_MACHINE

    then SYSTEM

    then CurrentControlSet

    then Services

    then ServiceName

    3. Right-click ImagePath on the right side. In the Value data box, place quotes in the path.

    Example:

    Change: C:\Program Files\ProgramName\ServiceName.exe

    To: “C:\Program Files\ProgramName\ServiceName.exe”

    4. Click OK and close REGEDIT. Restart the computer.