I meet a problem that perplex me for a long time. I need to deploy Win11 system on some laptops, and wanna via PXE to do this job.
First I config this in WDS server like I do for Win10, but it not work. The "boot.wim" is no longer supported for Windows 11. So I try to use MDT kits help me make a Lite Touch boot image.
After a series of attempts, I successfully completed deployment tests on a new machines using MDT and WDS. But I can't do it for a computer which already have OS.
When I want to re-install OS, I don't want to re-partiton the disk, Just format C drive and DO NOT touch others. I found it is hard to do that.
I have many laptops from different vendor , different disk sizes, numbers and type(SSD or HDD), maybe different disk slot sequence.
Is there have some way, I can add a panel to manually select install partition in wizard? Or if MDT can't do this, some other tools can do this?
Thanks