Hi all,
I am deploying a customized Windows 8.1 image to a thinkpad yoga. It will not format the drive and deploy the image that I created, it keeps all the pre-installed junk and installs my image on top of it, which causes errors. Since there is no PXE option on the YOGA I launch the litetouch.wsf file from the deployment share in Windows and I select the appropriate task sequence. I set the deploymenttype as newcomputer in my cs.ini file, and it still does the same thing. Here is my CS.ini
[Settings]
Priority=Default
Properties=MyCustomProperty
[Default]
OSInstall=Y
SkipCapture=NO
SkipUserData=NO
SkipAdminPassword=YES
AdminPassword=adminpass
SkipProductKey=YES
SkipDomainMembership=YES
JoinWorkgroup=wkgrp
SkipComputerName=YES
OSDComputername=%SerialNumber%
SkipDeploymentType=YES
DeploymentType=NEWCOMPUTER
SkipTimeZone=YES
SkipLocaleSelection=YES
TimeZoneName=Eastern Standard Time
SkipComputerBackup=YES
SkipBitLocker=YES
XResolution=2880
EventService=http://WDSSA:9800
I used a separate deployment share for my capture. Do I need to set the deploymenttype in that cs.ini for capture as well? I need to deploy this image and have it format the drive before it images the hard disk.. please help!
Thanks
anthony