The use of the Automation Folders will modify the Windows Boot Menu and will add a new item, Symantec Deployment Solution Preboot Environment, to the list and add a 30-second timer to allow users to select this option for troubleshooting.
The installation of the Automation Folder won't cause an error but will enable the 30-second Windows Boot Menu timer that MS uses when there are multiple boot options entered into it.
The new entry will be similar to this:
Windows Boot Manager
Choose an operating system to start, or press TAB to select a tool:
(Use the arrow keys to highlight your choice, then press ENTER)
Windows X
Symantec Deployment Solution Preboot Environment
To specify an advanced option for this choice, press F8.
Seconds unit the highlighted choice will be started automatically: 30
Tools:
Windows Memory Diagnostic
Ghost Solution Suite / Deployment Solution
Because the Automation Folders are being added as an additional boot item to the default behavior when a second boot option is added to the Windows Boot Manager.
Ghost Solution Suite
A script can be run on the clients that will set the countdown timer to 0 and eliminate the boot menu option. This script can be run by itself or if a distributed software task is being run a run script can be added to it so that the menu will be set to 0 as soon as the installer is finished running. See the Ghost Solution Suite 3.x Automation Folder User Guide for more information on how the Automation folders can be configured and also be deployed as a Job.
Below are the steps to create a Run script task.
BCDEDIT /timeout 0
You now have a job that has a task to run a script to turn off Windows Boot Manager timeout that can be run on any of your systems that have already had the Automation folder installed to them or could be included in your Automation folder Deployment task.
Deployment Solutions
After deploying the automation folder to the endpoints a task script can be created and run against those endpoints