Có rất nhiều phiên bản Windows khác nhau, nhưng có thể bạn không biết ngắn gọn phiên bản Enterprise, đĩa hoặc hình ảnh mà bạn sở hữu chứa tất cả các phiên bản cho kiến trúc đó. Đọc tiếp để xem cách chúng ta có thể sử dụng chúng để tạo đĩa cài đặt Windows 8 phổ quát.
Những điều bạn cần
- Phiên bản x86 của Windows 8
- Phiên bản x64 của Windows 8
- Phiên bản x86 của Windows 8 Enterprise
- Phiên bản x64 của Windows 8 Enterprise
- PC Windows 8
Lưu ý: Mặc dù chúng tôi sẽ sử dụng tất cả các hình ảnh ở trên bạn thực sự không cần phiên bản Enterprise. Bạn luôn có thể bỏ qua các phần của hướng dẫn nếu bạn biết những gì bạn đang làm, nếu bạn không cảm thấy thoải mái với điều đó và vẫn muốn theo dõi bạn luôn có thể lấy hình ảnh đánh giá doanh nghiệp có sẵn miễn phí cho công chúng, trên MSDN.
Bắt đầu
Để bắt đầu, bạn cần tải xuống Windows 8 ADK từ Microsoft.
- C: Windows8Root
- C: Windows8Root x86
- C: Windows8Root x64
- C: Windows8Root Enterprisex86
- C: Windows8Root Enterprisex64
- C: Windows8Root Temp
- C: Windows8Root Final
OK cho phép bắt đầu.
Tạo hình ảnh
Điều đầu tiên chúng ta cần làm là tạo một hình ảnh cơ bản, vì vậy hãy gắn phiên bản x86 của Windows 8 và sao chép các tệp của nó sang:
C:Windows8RootFinal
C:Windows8RootFinalsources
Đến:
C:Windows8Rootx86
D:sourcesinstall.wim
Lưu ý: Ở trên giả định rằng hình ảnh luôn được gắn ở ổ D.
Hãy nhớ rằng mỗi install.wim là khác nhau vì vậy đừng sao chép chúng vào các thư mục sai hoặc phần còn lại của hướng dẫn sẽ không hoạt động.
Lưu ý: Nếu bạn không phải là quản trị viên cục bộ trên PC của mình, bạn sẽ cần phải nhấp chuột phải vào nó và chọn chạy nó với tư cách quản trị viên.
Dism /Export-Image /SourceImageFile:c:Windows8Rootx86install.wim /SourceIndex:2 /DestinationImageFile:c:Windows8RootFinalsourcesinstall.wim /DestinationName:”Windows 8″ /compress:maximum
Dism /Export-Image /SourceImageFile:c:Windows8Rootx86install.wim /SourceIndex:1 /DestinationImageFile:c:Windows8RootFinalsourcesinstall.wim /DestinationName:”Windows 8 Pro” /compress:maximum
Dism /Export-Image /SourceImageFile:c:Windows8Rootx86install.wim /SourceIndex:1 /DestinationImageFile:c:Windows8RootFinalsourcesinstall.wim /DestinationName:”Windows 8 Pro with Media Center” /compress:maximum
Dism /Export-Image /SourceImageFile:c:Windows8RootEnterprisex86install.wim /SourceIndex:1 /DestinationImageFile:c:Windows8RootFinalsourcesinstall.wim /DestinationName:”Windows 8 Enterprise” /compress:maximum
Dism /Export-Image /SourceImageFile:c:Windows8Rootx64install.wim /SourceIndex:2 /DestinationImageFile:c:Windows8RootFinalsourcesinstall.wim /DestinationName:”Windows 8″ /compress:maximum
Dism /Export-Image /SourceImageFile:c:Windows8Rootx64install.wim /SourceIndex:1 /DestinationImageFile:c:Windows8RootFinalsourcesinstall.wim /DestinationName:”Windows 8 Pro” /compress:maximum
Dism /Export-Image /SourceImageFile:c:Windows8Rootx64install.wim /SourceIndex:1 /DestinationImageFile:c:Windows8RootFinalsourcesinstall.wim /DestinationName:”Windows 8 Pro with Media Center” /compress:maximum
Dism /Export-Image /SourceImageFile:c:Windows8RootEnterprisex64install.wim /SourceIndex:1 /DestinationImageFile:c:Windows8RootFinalsourcesinstall.wim /DestinationName:”Windows 8 Enterprise” /compress:maximum
Tiếp theo điều hướng đến:
C:Windows8Rootsources
Và tạo một tệp văn bản mới.
EI.cfg
powershell.exe -ExecutionPolicy Unrestricted -File C:UsersTaylorDocumentsHTGWindows8Converter.ps1
Lưu ý: Bạn sẽ cần phải thay thế đường dẫn đến tập lệnh, một điều cần lưu ý khác là nếu đường dẫn bạn thay thế bằng dấu cách, bạn sẽ cần phải kèm theo đường dẫn trong dấu ngoặc kép.
Kịch bản sẽ khởi động ngay lập tức và có một số thanh tiến trình bạn có thể xem trong khi nó hoạt động.
HTGWindows8.iso
Thats tất cả để có nó.