하나의 설치 디스크에서 모든 Windows 8 에디션을 얻는 방법
다양한 버전의 Windows가 있지만 엔터프라이즈 에디션이 부족하다는 것을 알지 못했습니다. 소유하고있는 디스크 또는 이미지에 해당 아키텍처의 모든 버전이 포함되어 있습니다. 유니버설 윈도우 8 설치 디스크를 만드는 방법에 대해 읽어보십시오..
필요한 것들
- Windows 8의 x86 버전
- x64 버전의 Windows 8
- Windows 8 Enterprise의 x86 버전
- x64 버전의 Windows 8 Enterprise
- Windows 8 PC
참고 : 위의 모든 이미지를 사용하지만 실제로 Enterprise Edition은 필요하지 않습니다. 튜토리얼의 일부를 생략 할 수 있습니다. 자신이 무엇을하고 있는지 안다면, 편안하지 않아도 계속 따라 가고 싶다면 MSDN에서 무료로 제공되는 엔터프라이즈 평가 이미지를 항상 얻을 수 있습니다..
시작하기
시작하려면 Microsoft에서 Windows 8 ADK를 다운로드해야합니다..
일단 다운로드하여 설치하면 배포 도구 만 필요하므로 나머지 옵션은 선택 취소하십시오.
마지막으로 C : \ 드라이브의 루트에 다음과 같은 폴더 구조를 만들어야보다 쉽게 작업을 수행 할 수 있습니다.
- C : \ Windows8Root
- C : \ Windows8Root \ x86
- C : \ Windows8Root \ x64
- C : \ Windows8Root \ Enterprisex86
- C : \ Windows8Root \ Enterprisex64
- C : \ Windows8Root \ Temp
- C : \ Windows8Root \ Final
확인을 시작합니다..
이미지 만들기
가장 먼저해야 할 일은 기본 이미지를 만드는 것입니다. 따라서 Windows 8의 x86 버전을 탑재하고 파일을 다음 위치에 복사하십시오.
C : \ Windows8Root \ Final
이제 install.wim 파일을 다음 위치로 이동하십시오.
C : \ Windows8Root \ Final \ sources
에:
C : \ Windows8Root \ x86
그런 다음 다른 8 개의 이미지, Windows 8 x64, Windows 8 Enterprise x86 및 Windows 8 Enterprise x64의 install.wim 파일을 Windows8Root의 각 폴더에 복사하면 install.wim 파일은 다음 위치에 있습니다.
D : \ sources \ install.wim
주 : 위의 예는 이미지가 항상 드라이브 D에 마운트되어 있다고 가정합니다..
각 install.wim은 서로 다르므로 잘못된 디렉토리에 복사하지 마십시오. 나머지 튜토리얼은 작동하지 않습니다..
다음으로 Metro 시작 화면으로 전환하고 배포 및 이미징 도구 환경을 엽니 다.
참고 : PC의 로컬 관리자가 아닌 경우 마우스 오른쪽 버튼을 클릭하고 관리자 권한으로 실행하도록 선택해야합니다.
이제 다음 명령을 실행하십시오.
Dism / Export-Image /SourceImageFile:c:\Windows8Root\x86\install.wim / SourceIndex : 2 /DestinationImageFile:c:\Windows8Root\Final\sources\install.wim / DestinationName : "Windows 8"/ compress : maximum
Dism / Export-Image /SourceImageFile:c:\Windows8Root\x86\install.wim / SourceIndex : 1 /DestinationImageFile:c:\Windows8Root\Final\sources\install.wim / DestinationName : "Windows 8 Pro"/ compress : 최대
Dism / Export-Image /SourceImageFile:c:\Windows8Root\x86\install.wim / SourceIndex : 1 /DestinationImageFile:c:\Windows8Root\Final\sources\install.wim / DestinationName : "Windows 8 Pro with Media Center"/ 압축 :최고
Dism / Export-Image /SourceImageFile:c:\Windows8Root\Enterprisex86\install.wim / SourceIndex : 1 /DestinationImageFile:c:\Windows8Root\Final\sources\install.wim / DestinationName : "Windows 8 Enterprise"/ compress : 최대
Dism / Export-Image /SourceImageFile:c:\Windows8Root\x64\install.wim / SourceIndex : 2 /DestinationImageFile:c:\Windows8Root\Final\sources\install.wim / DestinationName : "Windows 8"/ compress : maximum
Dism / Export-Image /SourceImageFile:c:\Windows8Root\x64\install.wim / SourceIndex : 1 /DestinationImageFile:c:\Windows8Root\Final\sources\install.wim / DestinationName : "Windows 8 Pro"/ compress : 최대
Dism / Export-Image /SourceImageFile:c:\Windows8Root\x64\install.wim / SourceIndex : 1 /DestinationImageFile:c:\Windows8Root\Final\sources\install.wim / DestinationName : "Windows 8 Pro with Media Center"/ 압축 :최고
Dism / Export-Image /SourceImageFile:c:\Windows8Root\Enterprisex64\install.wim / SourceIndex : 1 /DestinationImageFile:c:\Windows8Root\Final\sources\install.wim / DestinationName : "Windows 8 Enterprise"/ compress : maximum
다음으로 이동 :
C : \ Windows8Root \ sources \
새 텍스트 파일 만들기.
전화해야합니다.
EI.cfg
그런 다음 다음과 같이 편집하십시오.
마지막으로해야 할 일은 Windows Media Center를 WMC 버전의 Windows 8에 추가하는 마법을 사용하는 것입니다.이를 위해 모든 사람이 쉽게 사용할 수 있도록 스크립트를 작성했습니다. 여기에서이 스크립트를 가져올 수 있습니다. 다운로드 한 후 압축을 풉니 다..
이를 사용하려면 화면의 왼쪽 하단에서 마우스 오른쪽 버튼을 클릭하고 관리자 권한 명령 프롬프트를 엽니 다.
그런 다음 명령 프롬프트 창에 다음을 붙여 넣습니다..
powershell.exe -ExecutionPolicy Unrestricted -File C : \ Users \ Taylor \ Documents \ HTGWindows8Converter.ps1
참고 : 스크립트 경로를 바꾸어야 할 필요가 있습니다. 경로를 바꾸는 경로에 공백이 있으면 따옴표로 묶어야합니다..
스크립트는 곧바로 시작해야하며 진행 상황 막대를 볼 수 있습니다..
다른 윈도우를 반쯤 열면 최종 ISO 이미지가 생성됩니다..
완료되면 명령 프롬프트를 닫고 C 드라이브의 루트에 ISO 이미지가 있어야합니다.
HTGWindows8.iso
그게 다야..