WinPE Prestart and Startup
Filed under:
Deployment Solution, Deployment Solution for Dell Servers
Basics, Scripting, Reference, Customization
Submitted by CondorMan on 20 June, 2008 - 15:05.
I just discovered that you can customize WinPE using the prestart and startup folders.
Here are some things to keep in mind when using the folders:
- All batch files you add to the prestart folder are run just before the network loads.
- All batch files you add to the startup folder are run just after the network loads.
- The batch files are run in alphabetical order.
- If your batch file launches another batch file, be sure to use the call command, or it will not return to the WinPE startup batch.
- If your batch file launches a program that will stay running be sure to use the start command, or it will hang and the WinPE boot will not continue.
(33 votes)
- Login or register to post comments
- 1829 reads
- Printer-friendly version














