Jump to content

MDT deploy image when logged into Windows - Format disks


Recommended Posts

Posted (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 by petben
Posted (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 by computer_expert
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...