From Wiki96
(SEXX) Tag: Reverted |
m (Reverted edits by 94.233.241.205 (talk) to last revision by Ctrl) Tag: Rollback |
||
Line 1: | Line 1: | ||
It is possible to start Windows 96 with additional startup arguments to enable/disable specific functionality. They can be specified in the URL as query parameters. | |||
Note: This is different from system flags and takes higher precedence in the startup process, since it foregoes any storage to persist its values. | |||
Example: <code>https://windows96.net/?live=1</code> | |||
=== List of startup arguments === | |||
{| class="wikitable" | |||
!Argument | |||
!Value | |||
!Description | |||
|- | |||
|live | |||
|1/0 | |||
|Whether to boot Windows 96 in "Live Mode" (a mode which does not install Windows 96 locally, but on a temporary RAM disk instead). This mode also skips setup prompts and gives you the default experience straight away. | |||
|- | |||
|debug | |||
|1/0 | |||
|Whether to enable debug mode. This flag enables a console. | |||
|- | |||
|rootfs | |||
|<string> | |||
|Specifies the path/URL of the root filesystem zip to use. | |||
|} |
Revision as of 17:38, 16 May 2023
It is possible to start Windows 96 with additional startup arguments to enable/disable specific functionality. They can be specified in the URL as query parameters.
Note: This is different from system flags and takes higher precedence in the startup process, since it foregoes any storage to persist its values.
Example: https://windows96.net/?live=1
List of startup arguments
Argument | Value | Description |
---|---|---|
live | 1/0 | Whether to boot Windows 96 in "Live Mode" (a mode which does not install Windows 96 locally, but on a temporary RAM disk instead). This mode also skips setup prompts and gives you the default experience straight away. |
debug | 1/0 | Whether to enable debug mode. This flag enables a console. |
rootfs | <string> | Specifies the path/URL of the root filesystem zip to use. |