4,461
edits
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> |