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**