However, if you would like to perform the steps of installing the automation folder and script task to set the time out on the default operating system here are the steps:
Go to Manage > Jobs and Tasks
Right Click anywhere under the Jobs and Task menu section > New > Client Job
Under the job window name the job something like Install Automation Folder (x64) with bcdedit
Click on the yellow asterisk > New > Task
Under Create New select Software > Quick Delivery
Rename 'Quick Delivery' to something like: Install Automation folder (x64)
In the software select 'Deployment Automation Folder' ( make sure after selection it is of the proper architecture in the command line)
In the drop-down select 'Install Automation Folders for Windows (x64)
The package should display 'Deployment Automation Folder (x64)
Go back and select the yellow asterisk > New > Task
Select 'Run Script'
name the script something like 'BCDEDIT'
script type: Command Script
add: bcdedit /timeout 0
ok
This will install the automation folder and run the script in one pass for you