4,463
edits
No edit summary |
add Windows/OS Key + r for CLI |
||
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. Another way to check in CLI is to execute this line: | To check if it's running, go to Task Manager (taskmgr using CLI <span class="package"><span style="font-family: Wingdings">ÿ</span> + r</span>) 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"> | <source lang="dosbatch"> | ||
C:\Users\JMoe>tasklist /FI "IMAGENAME eq VBoxHeadless.exe" | C:\Users\JMoe>tasklist /FI "IMAGENAME eq VBoxHeadless.exe" |