Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2015 13:35:16 -0700
From:      Sergey Manucharian <sm@ara-ler.com>
To:        Trent Thompson <trentnthompson@gmail.com>
Cc:        FreeBSD virtualization <freebsd-virtualization@freebsd.org>
Subject:   Re: Windows support in bhyve
Message-ID:  <20151214203516.GC9504@debian.ara-ler.com>
In-Reply-To: <CAE7bWBpEwAXd0jmGxWDUdhUaOGQtS%2B2_MpP0kEfZ4Mxxum49oQ@mail.gmail.com>
References:  <561187FB.8040506@freebsd.org> <20151214164309.GB5410@debian.ara-ler.com> <566F17EE.6010408@freebsd.org> <20151214193816.GB9504@debian.ara-ler.com> <CAE7bWBpEwAXd0jmGxWDUdhUaOGQtS%2B2_MpP0kEfZ4Mxxum49oQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Excerpts from Trent Thompson's message from Mon 14-Dec-15 13:26:
> Can you confirm Remote Desktop Services is running?
> You can try something like `net start | more` to see services that are
> running via CMD.

It does:

C:\Windows\system32>net start | more
These Windows services are started:
   ..... 
   Print Spooler                           
   Program Compatibility Assistant Service 
   Remote Desktop Services    
   Remote Procedure Call (RPC)      
   RPC Endpoint Mapper              
   Security Accounts Manager
   ..... 
The command completed successfully.

C:\Windows\system32>sc query termservice

SERVICE_NAME: termservice                        
        TYPE               : 20  WIN32_SHARE_PROCESS
        STATE              : 4  RUNNING
                                (STOPPABLE, NOT_PAUSABLE,
ACCEPTS_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0) 
        SERVICE_EXIT_CODE  : 0  (0x0) 
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0

Thanks,
Sergey



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151214203516.GC9504>