Hi,
How to Distinguish Between Bare-Metal Systems and Re-Image Existing Systems Using Task Sequence?
When an error pops up in WinPE, press F8 to open the debug mode. Then, use the format /X command to format the partition.
The format /X
command in Windows is used to format a disk and force the volume to dismount first if necessary. This means that any open handles to the volume will no longer be valid. Here's a basic example of how to use it:
format c: /X