|
原帖由 282842712474 于 2008-8-11 09:43 发表 
怎样使用,没有说明呀!!!
echo Usage: mkimg.cmd [/?] SourceDir DestinationDir [ImageName] [/PNP] [/WMI]
echo [/NOWF]
echo.
echo Builds a Windows Preinstallation Environment (WinPE) image.
echo.
echo SourceDir : Drive letter to the Windows CD
echo or network path to a share pointing to the root of
echo the Windows CD.
echo.
echo DestinationDir : Path where the WinPE folder will be created
echo before the CD image is created.
echo.
echo ImageName : Optional parameter, Specifies the file that
echo will contain the WinPE ISO CD image.
echo.
echo /PNP : Include support for factory.exe to load PnP drivers
echo at boot time when the -winpe switch is specified.
echo.
echo /WMI : Include Windows Management Infrastructure (WMI)
echo support for WinPE.
echo.
echo /NOWF : Disable Windows Firewall (which is usually loaded by
echo default in WinPE). Use this only if you run server
echo apps in WinPE, as client networking is unrestricted.
echo Note that disabling the firewall does not reduce
echo the WinPE image size.
echo.
echo Example: mkimg.cmd F: c:\winpe c:\winpecd.img
echo.
echo In this example, F: is the drive letter that contains the Windows CD.
echo This example creates a folder named C:\Winpe that contains the WINPE files. It also creates a file
echo named C:\Winpecd.img that can be used to create a bootable WinPE CD.
echo WinPE CD.
echo. |
|