mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 02:28:09 +02:00
Add PreShellConfig docs
@@ -1,6 +1,6 @@
|
|||||||
# PhoenixPE Pre-Shell Advanced Customization
|
# PhoenixPE Pre-Shell Advanced Customization
|
||||||
|
|
||||||
PhoenixPE uses a custom build AutoIt3 script during boot which takes care of essential tasks, such as preparing the environment, installing/loading drivers, loading and monitoring the shell, creating shortcuts, starting applications (autorun), starting network services, etc.
|
PhoenixPE uses a custom build [AutoIt3](https://www.autoitscript.com/site/) script during boot which takes care of essential tasks, such as preparing the environment, installing/loading drivers, loading and monitoring the shell, creating shortcuts, starting applications (autorun), starting network services, etc.
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
@@ -10,12 +10,13 @@ The PhoenixPE startup process consist of the following stages:
|
|||||||
| --- | --- |
|
| --- | --- |
|
||||||
| InitPE | Load drivers, configure the display, etc. |
|
| InitPE | Load drivers, configure the display, etc. |
|
||||||
| InitAudio | Initialize audio. |
|
| InitAudio | Initialize audio. |
|
||||||
| PreShellConfig | Configuration changes and application/services that need to be started before the shell is loaded. This includes installing drivers, creating Ramdrives, mounting CD/USB, etc. |
|
| PreShellConfig | Configuration changes and applications/services that need to be started before the shell is loaded. This includes installing drivers, creating Ramdrives, mounting CD/USB, etc. |
|
||||||
| CreateShortcuts | Create shortcuts on the desktop and in the start menu.|
|
| CreateShortcuts | Create shortcuts on the desktop and in the start menu.|
|
||||||
| InitShell | Start the shell (Explorer.exe, WinXShell, etc.). |
|
| InitShell | Start the shell (Explorer.exe, WinXShell, etc.). |
|
||||||
| PostShellConfig | Configuration changes and application/services that can be started after the shell is running. |
|
| PostShellConfig | Configuration changes and applications/services that can be started after the shell is running. |
|
||||||
| InitNetwork | Load drivers, initialize network adapters, and start network services. |
|
| InitNetwork | Load drivers, initialize network adapters, and start network services. |
|
||||||
| Monitor/Run | Monitor the shell. |
|
| AfterNetwork | Run configuration and applications/services after network services have been started. |
|
||||||
|
| Standby/Monitor | Monitor the shell. |
|
||||||
|
|
||||||
## PhoenixPE.au3
|
## PhoenixPE.au3
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user