petben Posted February 28, 2020 Posted February 28, 2020 (edited) I would like to start MDT imaging from within Windows 10, so without PXE boot/WDS server. I have it working by running Litetouch.vbs with a few switches (below) but from what i've read it only will ever do a REFRESH install, leaving all the software etc installed. "\\server\deploymentshare$\Scripts\LiteTouch.vbs" /TaskSequenceID:WIN10_X64_0 /SkipTaskSequence:YES /SkipWizard:Yes /UserPassword:whatever Is there any way that I can start the task Task Sequence in Windows but also wipe the disks? Edited February 28, 2020 by petben
computer_expert Posted February 28, 2020 Posted February 28, 2020 (edited) Try editing customsettings.ini like this: [settings] Priority=[b]TaskSequenceID[/b], Default [DeployW10] DeployType=NewComputer Add the bit in bold to the priority line at the top of customsettings.ini, then replace DeployW10 with the ID of your task sequence. Edited February 28, 2020 by computer_expert
petben Posted February 28, 2020 Author Posted February 28, 2020 Thanks, I will try that. I have already tried /DeployType:NewComputer in the command line but that doesn't work. Do you think it is possible to format Windows when in Windows
mavhc Posted February 28, 2020 Posted February 28, 2020 Unlikely, you'd want to tell it to reboot into WinPE and run your list of commands from there
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now