First create a task sequence that formats and applys your custom WIM. From your Deployment workbench, create a new deployment point and select Removeable media deployment. from the task sequences tick the newly created custom.wim tasksequence. Make sure that the WINPE tab has Mass Storage Drivers and network Drivers ticked. Right click deployment point and select update. boot from a PE 2.CD type diskpart and press enter. At the diskpart prompt run the following commands List disk This will list the disks attached (there should be 2, Disk 0 is your local Hard disk, disk 1 will be your USB HARD disk). Select Disk 1 Clean Create Partition Primary Select partition1 Active Format fs=ntfs quick Assign Exit Xcopy \\deploymentserver\USBDistribution share\Content\*.* e:\ /e/h/f and hey presto you are good to go..... |