创buildWindows LiveCD

我试图找出如何创build一个Windows操作系统的LiveCD ISO。 它可以是任何Windows操作系统(Win7,Win8,Server 2012等)。 我似乎无法find任何方法来创build一个可启动的LiveCD ISO? 我试图创build一个ISO启动Windows操作系统,所以我可以在服务器上执行工作。

我习惯于创build各种各样的Linux LiveCD,但是我不知道如何制作Windows LiveCD ISO?

任何build议如何做到这一点非常感谢!

Windows的“实时”版本称为WinPE (预安装环境)。 引用MS Technet关于如何创buildWinPE CD / DVD的文章:

安装Windows ADK

Install the following features from the Windows Assessment and Deployment Kit (Windows ADK): Deployment Tools: includes the Deployment and Imaging Tools Environment. Windows Preinstallation Environment : includes the files used to install Windows PE. 

安装Windows PE到DVD,CD或ISO文件

 Click Start, and type deployment. Right-click Deployment and Imaging Tools Environment and then select Run as administrator. Create a working copy of the Windows PE files. Specify either x86 or amd64: copype amd64 C:\WinPE_amd64 Create an ISO file containing the Windows PE files: MakeWinPEMedia /ISO C:\WinPE_amd64 C:\WinPE_amd64\WinPE_amd64.iso To burn a DVD or CD: In Windows Explorer, right-click the ISO file, and select Burn disc image > Burn, and follow the prompts. 

请务必阅读ADK的许可协议,我无法在网上find最新的。 WinPE的使用通常是为其他系统在线维护和故障排除授予的,不能用作瘦客户端或类似的。