Last Updated On : Monday, May 18, 2015The Windows® PE utility (Wpeutil) is a command-line tool that enables you to run various commands in a Windows PE session. For example, you can shut down or restart Windows PE, enable or disable a firewall, set language settings, and initialize a network. Wpeutil Command-Line Options Wpeutil uses […]
WPEINIT and Command-Line Options
Last Updated On : Thursday, July 18, 2019Wpeinit is a command-line tool that initializes Windows® PE each time that Windows PE boots. When Windows PE boots, Winpeshl.exe executes the Startnet.cmd command script, which launches Wpeinit.exe. Specifically, Wpeinit.exe installs Plug and Play devices, processes Unattend.xml settings, and loads network resources. Wpeinit replaces the initialization function previously […]
WINPESHI
Last Updated On : Monday, May 18, 2015Winpeshl.ini controls whether a customized shell is loaded in Windows® PE or the default Command Prompt window. To load a customized shell, create a file named Winpeshl.ini and place it in %SYSTEMROOT%\System32 of your customized Windows PE image. The .ini file must have the following sections and entries. […]
Creating DVD images
Last Updated On : Monday, May 18, 2015Here we start creating DVD images.For images larger than 4.5 GB, you must create a boot order file (Bootorder.txt) to ensure boot files are located at the beginning of the image. For example, oscdimg -m -n –yoC:\temp\bootorder.txt -bC:\winpe_x86\etfsboot.com Where bootorder.txt contains the following list of files. boot\bcd boot\boot.sdi […]
OSCDIMG and Command-Line Options
Last Updated On : Thursday, June 1, 2017In this article we will discus OSCDIMG and Command-Line Options Oscdimg is a command-line tool for creating an image file (.iso) of a customized 32-bit or 64-bit version of Windows® . You can then burn the .iso file to a CD-ROM or DVD-ROM. Oscdimg supports ISO 9660, Joliet, and […]