How to restart a SCCM OSD Task Sequence within WinPE
Introduction
本文介绍如何在不重启的情况下,重新加载SCCM OSD任务序列(Task Sequence)
This article describes how to restart SCCM OSD task sequence within PE without restarting the computer.
Steps:
del X:\SMS\data\variables.dat
TsmBootstrap.exe /env:WinPE /configpath:x:\sms\data
Notes:
如果之前由于任务序列出错导致任务终止,需... [阅读全文]