From 128d10b3677af49ea33ada890bc1faaf124225ce Mon Sep 17 00:00:00 2001 From: Homes32 Date: Wed, 19 Feb 2025 21:53:12 -0600 Subject: [PATCH] Add sample config files in PreShellConfig docs --- PowerUsers/PreShellConfig.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PowerUsers/PreShellConfig.md b/PowerUsers/PreShellConfig.md index e66cd1e..a377037 100644 --- a/PowerUsers/PreShellConfig.md +++ b/PowerUsers/PreShellConfig.md @@ -54,6 +54,8 @@ By placing a specifically named script in a pre-defined location these scripts w AutoItSetOption("ExpandEnvStrings", 1) +#include "PhoenixPE.Common.au3" + ; Main Config() Shortcuts() @@ -184,7 +186,7 @@ _END RunPrograms ### AddAutoRun -For more flexibility, you may choose to run AutoIt3 or PECMD scripts directly at different startup stages using the `AddAutoRun` command. +For more flexibility it is preferred to run AutoIt3 or PECMD scripts directly at different startup stages using the `AddAutoRun` command. **Example**