VirtualBox

Changeset 80569 in vbox for trunk/doc/manual/en_US


Ignore:
Timestamp:
Sep 3, 2019 2:34:21 PM (5 years ago)
Author:
vboxsync
Message:

Main: bugref:9341: Added VM autostart during boot support for windows host

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_AdvancedTopics.xml

    r78532 r80569  
    58755875        <ulink
    58765876      url="http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/BPSystemStartup.html">http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/BPSystemStartup.html</ulink>.
     5877      </para>
     5878
     5879    </sect2>
     5880
     5881    <sect2 id="autostart-windows">
     5882
     5883      <title>Windows: Starting the Autostart Service With windows service</title>
     5884
     5885      <para>
     5886        On Windows, the autostarting is implemented as Windows service.
     5887        The service is installed for every user with her/his own credentials.
     5888        Before installing any autostart services on a system you have to define
     5889        the <computeroutput>VBOXAUTOSTART_CONFIG</computeroutput> environment
     5890        variable in the system variables with the path to the config file.
     5891        The config file has the same format as on Linux,
     5892        see <xref linkend="autostart-linux" />, except the user name
     5893        can be specified using following formats: "user", "domain\user",
     5894        ".\user" and "user@domain".
     5895      </para>
     5896
     5897      <para>
     5898        To activate the autostart ability for particular user a member of
     5899        administrators group must run the following command:
     5900      </para>
     5901
     5902      <screen>VBoxAutostartSvc install --user=&lt;user&gt; [--password-file=&lt;password_file&gt;]</screen>
     5903
     5904      <para>
     5905        The password file should contain the password followed by a line break.
     5906        The rest of the file is ignored. The user will be asked for a password
     5907        if the password file is not specified.
     5908      </para>
     5909
     5910      <para>
     5911        To remove the autostart ability for particular user a member of
     5912        administrators group must run the following command:
     5913      </para>
     5914
     5915      <screen>VBoxAutostartSvc delete --user=&lt;user&gt;</screen>
     5916
     5917      <para>
     5918        The user can be specified for both commands using following formats:
     5919        "user", "domain\user", ".\user" and "user@domain"
     5920      </para>
     5921
     5922      <para>
     5923        Note:
     5924      </para>
     5925
     5926      <para>
     5927        If user has changed his password a member of administrators group
     5928        must either reinstall the service or change the service credentials
     5929        using windows service manager. The autostart service can not be
     5930        installed for users with empty passwords due to Windows security policies.
    58775931      </para>
    58785932
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette