From 4ea49586a8ca987ca9ad0c96cb28710b5f83931a Mon Sep 17 00:00:00 2001 From: Homes32 Date: Wed, 19 Feb 2025 18:33:17 -0600 Subject: [PATCH] Add PreShellConfig docs --- PowerUsers/PreShellConfig.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/PowerUsers/PreShellConfig.md b/PowerUsers/PreShellConfig.md index b7929f8..3871089 100644 --- a/PowerUsers/PreShellConfig.md +++ b/PowerUsers/PreShellConfig.md @@ -1,6 +1,6 @@ # 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 @@ -10,12 +10,13 @@ The PhoenixPE startup process consist of the following stages: | --- | --- | | InitPE | Load drivers, configure the display, etc. | | 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.| | 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. | -| Monitor/Run | Monitor the shell. | +| AfterNetwork | Run configuration and applications/services after network services have been started. | +| Standby/Monitor | Monitor the shell. | ## PhoenixPE.au3