I've got a computer, that I can install Win2008 on. But I want to do it fully automatically and thru the network. I of course prepared unattended install and it works, although i still have to make few clicks(select installer language, select edition of windows, etc.). Is it possible to eliminate them?
Asked
Active
Viewed 694 times
1 Answers
3
You should look into using the Microsoft Deployment Toolkit (MDT). It can automate deployments of server and desktop operating systems. You can make it as automated as you like.

Patrick Seymour
- 156
- 2
-
MDT is probably the way to go, the learning curve can be quite steep though. – beakersoft Jun 08 '11 at 19:39