Hi,
We are currently trying to deploy Windows 10 Tech Preview in anticipation of the full release.
At the moment I'm try to install it via mapping a network drive. Creating a task with dependent packages + setup.exe as the main installer doesn't work either.
Script Here
net.exe use I: "\\*servername*\packages\Windows 10" /persist:no
"I:\Setup.exe" /Auto:Upgrade /NoReboot /DynamicUpdate Disable
net.exe use O: /d
When the batch task is kicked off Disk activity on the test machine increases as expected, after around 5 minutes or so, the activity stops and setup.exe etc are still open in task manager (see below).
No UI pops up, however, the network drive is mapped.
Currently running LD 9.6 SP2.
I'm unsure if anyone else has tried installing Win10 but all feedback would be appreciated.