Can't run terminal (The service has not been started) #7430

Closed
opened 2026-01-31 01:03:50 +00:00 by claunia · 3 comments
Owner

Originally created by @vefatica on GitHub (Apr 16, 2020).

Windows 10.0.18363.1909

I just installed WindowsTerminal. When I try to run it (by any means) I get a message box stating the following.

c:\program files...\windowsterminal.exe

The service has not been started

Help! Thanks! - Vince

Originally created by @vefatica on GitHub (Apr 16, 2020). Windows 10.0.18363.1909 I just installed WindowsTerminal. When I try to run it (by any means) I get a message box stating the following. c:\program files\...\windowsterminal.exe The service has not been started Help! Thanks! - Vince
claunia added the Issue-QuestionNeeds-Tag-FixResolution-Answered labels 2026-01-31 01:03:50 +00:00
Author
Owner

@DHowett-MSFT commented on GitHub (Apr 17, 2020):

That's very curious. Can you share the output of...

sc.exe query dcomlaunch
sc.exe query AppXSvc

Thanks

@DHowett-MSFT commented on GitHub (Apr 17, 2020): That's very curious. Can you share the output of... ``` sc.exe query dcomlaunch sc.exe query AppXSvc ``` Thanks
Author
Owner

@vefatica commented on GitHub (Apr 17, 2020):

From: Dustin L. Howett (MSFT) notifications@github.com
Sent: Thursday, April 16, 2020 21:01
To: microsoft/terminal terminal@noreply.github.com
Cc: vefatica vesfatica@gmail.com; Author author@noreply.github.com
Subject: Re: [microsoft/terminal] Can't run terminal (The service has not been started) (#5371)

That's very curious. Can you share the output of...

sc.exe query dcomlaunch

sc.exe query AppXSvc

AppXSvc is manual and starts/stops as needed. I have been told I need “Desktop Bridge VC++ v14 Redistributable Package”. I don’t have that

SERVICE_NAME: dcomlaunch

    TYPE               : 20  WIN32_SHARE_PROCESS

    STATE              : 4  RUNNING

                            (NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)

    WIN32_EXIT_CODE    : 0  (0x0)

    SERVICE_EXIT_CODE  : 0  (0x0)

    CHECKPOINT         : 0x0

    WAIT_HINT          : 0x0

SERVICE_NAME: appxsvc

    TYPE               : 30  WIN32

    STATE              : 1  STOPPED

    WIN32_EXIT_CODE    : 0  (0x0)

    SERVICE_EXIT_CODE  : 0  (0x0)

    CHECKPOINT         : 0x0

    WAIT_HINT          : 0x0
@vefatica commented on GitHub (Apr 17, 2020): From: Dustin L. Howett (MSFT) <notifications@github.com> Sent: Thursday, April 16, 2020 21:01 To: microsoft/terminal <terminal@noreply.github.com> Cc: vefatica <vesfatica@gmail.com>; Author <author@noreply.github.com> Subject: Re: [microsoft/terminal] Can't run terminal (The service has not been started) (#5371) That's very curious. Can you share the output of... sc.exe query dcomlaunch sc.exe query AppXSvc AppXSvc is manual and starts/stops as needed. I have been told I need “Desktop Bridge VC++ v14 Redistributable Package”. I don’t have that SERVICE_NAME: dcomlaunch TYPE : 20 WIN32_SHARE_PROCESS STATE : 4 RUNNING (NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN) WIN32_EXIT_CODE : 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0) CHECKPOINT : 0x0 WAIT_HINT : 0x0 SERVICE_NAME: appxsvc TYPE : 30 WIN32 STATE : 1 STOPPED WIN32_EXIT_CODE : 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0) CHECKPOINT : 0x0 WAIT_HINT : 0x0
Author
Owner

@DHowett-MSFT commented on GitHub (Apr 17, 2020):

Interesting. You might want to tune in to #3097; there's a couple suggestions there for getting it up and running. Worst case scenario, you can unzip the msixbundle file (it's just a zip file).

It looks like this one isn't exactly related to the terminal, just the app installation machinery... so I unfortunately have to close it out.

@DHowett-MSFT commented on GitHub (Apr 17, 2020): Interesting. You might want to tune in to #3097; there's a couple suggestions there for getting it up and running. Worst case scenario, you can unzip the msixbundle file (it's just a zip file). It looks like this one isn't exactly related to the _terminal_, just the app installation machinery... so I unfortunately have to close it out.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7430