DevOps: Difference between revisions

Jump to navigation Jump to search
148 bytes added ,  12 May 2016
no edit summary
No edit summary
No edit summary
Line 42: Line 42:
</source>
</source>


To check if it's running, go to Task Manager (taskmgr using CLI) and check Details tab. There should be 3 instances of <span class="package">VBoxHeadless.exe</span> processes running.
To check if it's running, go to Task Manager (taskmgr using CLI) and check Details tab. There should be 3 instances of <span class="package">VBoxHeadless.exe</span> processes running. Another way to check in CLI is to execute this line:
<source lang="dosbatch">
C:\Users\JMoe>tasklist /FI "IMAGENAME eq VBoxHeadless.exe"
</source>

Navigation menu