विंडोज के कई अलग-अलग संस्करण हैं, लेकिन शायद आपको पता नहीं था कि एंटरप्राइज़ संस्करण से कम, डिस्क या छवि जो आपके पास है, उस आर्किटेक्चर के सभी संस्करण हैं। यह देखने के लिए पढ़ें कि हम सार्वभौमिक विंडोज 8 स्थापित डिस्क बनाने के लिए उनका उपयोग कैसे कर सकते हैं।
चीजें जो आपको चाहिए
- विंडोज 8 का एक x86 संस्करण
- विंडोज 8 का एक एक्स 64 संस्करण
- विंडोज 8 एंटरप्राइज़ का एक x86 संस्करण
- विंडोज 8 एंटरप्राइज़ का एक एक्स 64 संस्करण
- एक विंडोज 8 पीसी
नोट: जबकि हम उपर्युक्त सभी छवियों का उपयोग करेंगे, आपको वास्तव में एंटरप्राइज़ संस्करण की आवश्यकता नहीं है। यदि आप जानते हैं कि आप क्या कर रहे हैं, तो आप हमेशा ट्यूटोरियल के कुछ हिस्सों को छोड़ सकते हैं, अगर आप इसके साथ सहज नहीं हैं और फिर भी आप के माध्यम से अनुसरण करना चाहते हैं तो एमएसडीएन पर जनता के लिए मुफ्त में उपलब्ध एंटरप्राइज़ मूल्यांकन छवियों को हमेशा पकड़ सकते हैं।
शुरू करना
आरंभ करने के लिए आपको माइक्रोसॉफ्ट से विंडोज 8 एडीके डाउनलोड करना होगा।
- C: Windows8Root
- C: Windows8Root x86
- C: Windows8Root x64
- C: Windows8Root Enterprisex86
- C: Windows8Root Enterprisex64
- C: Windows8Root अस्थायी
- C: Windows8Root अंतिम
ठीक है शुरू करते हैं।
छवि बनाना
पहली चीज़ जो हमें करने की ज़रूरत है वह मूल छवि बनाएं, इसलिए विंडोज 8 के x86 संस्करण को माउंट करें और इसकी फाइलों को कॉपी करें:
C:Windows8RootFinal
C:Windows8RootFinalsources
सेवा मेरे:
C:Windows8Rootx86
D:sourcesinstall.wim
नोट: उपरोक्त मानते हैं कि छवियों को हमेशा ड्राइव डी पर रखा जाता है।
याद रखें कि प्रत्येक install.wim अलग है इसलिए उन्हें गलत निर्देशिकाओं में कॉपी न करें या बाकी ट्यूटोरियल काम न करें।
नोट: यदि आप अपने पीसी पर स्थानीय व्यवस्थापक नहीं हैं, तो आपको उस पर राइट-क्लिक करना होगा और इसे व्यवस्थापक के रूप में चलाने का चयन करना होगा।
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
अगला नेविगेट करें:
C:Windows8Rootsources
और एक नई पाठ फ़ाइल बनाएँ।
EI.cfg
powershell.exe -ExecutionPolicy Unrestricted -File C:UsersTaylorDocumentsHTGWindows8Converter.ps1
नोट: आपको स्क्रिप्ट पर पथ को प्रतिस्थापित करने की आवश्यकता होगी, ध्यान देने योग्य एक और बात यह है कि यदि आप जिस पथ को बदलते हैं, उसके पास रिक्त स्थान हैं तो आपको उद्धरणों में पथ को संलग्न करने की आवश्यकता होगी।
लिपि को तुरंत बंद करना चाहिए और इसमें कुछ प्रगति बार हैं जो आप देख सकते हैं जबकि यह इसकी बात करता है।
HTGWindows8.iso
यही सब है इसके लिए।