Last change
on this file since 98549 was 98549, checked in by vboxsync, 2 years ago |
Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.
|
-
Property svn:eol-style
set to
native
|
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>
|
---|
8 | Oracle VM VirtualBox supports executing the VBoxSVC in Windows session
|
---|
9 | 0. This allows VBoxSVC to run like a regular Windows service,
|
---|
10 | which in turn enables headless VMs to continue running even if the
|
---|
11 | user logs out.
|
---|
12 |
|
---|
13 | <note><p>
|
---|
14 | This is currently an experimental feature.
|
---|
15 | </p></note>
|
---|
16 | </p>
|
---|
17 | <p>
|
---|
18 | The feature is disabled by default and can be enabled by creating
|
---|
19 | a REG_DWORD value <codeph>ServerSession0</codeph> in the key
|
---|
20 | <codeph>HKEY_LOCAL_MACHINE\Software\Oracle\VirtualBox\VBoxSDS</codeph>
|
---|
21 | of the Windows registry. Specify <codeph>1</codeph> as the
|
---|
22 | value's data to enable the feature, or <codeph>0</codeph> to
|
---|
23 | disable the feature. A host reboot is needed in order to make the
|
---|
24 | change effective.
|
---|
25 | </p>
|
---|
26 | </body>
|
---|
27 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.