Last change
on this file since 105573 was 105335, checked in by vboxsync, 7 months ago |
FE/Qt: bugref:10705. Merging r6149 from doc team's repo.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
1.0 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="vboxsvc-session-0">
|
---|
4 | <title>VBoxSVC running in Windows Session 0</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> supports executing the VBoxSVC in Windows session 0. This
|
---|
8 | allows VBoxSVC to run like a regular Windows service, which in turn enables headless VMs to continue running even
|
---|
9 | if the user logs out. <note>
|
---|
10 | <p>This is currently an experimental feature. </p>
|
---|
11 | </note>
|
---|
12 | </p>
|
---|
13 | <p>The feature is disabled by default and can be enabled by creating a REG_DWORD value
|
---|
14 | <codeph>ServerSession0</codeph> in the key
|
---|
15 | <codeph>HKEY_LOCAL_MACHINE\Software\Oracle\VirtualBox\VBoxSDS</codeph> of the Windows registry. Specify
|
---|
16 | <codeph>1</codeph> as the value's data to enable the feature, or <codeph>0</codeph> to disable the feature. A
|
---|
17 | host reboot is needed in order to make the change effective. </p>
|
---|
18 | </body>
|
---|
19 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.