Jump to content

Search the Community

Showing results for tags '8.1 RTM Pro VL ISO'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • TnC Genel
    • Reklam-Bağış-Sponsorluk
    • Duyurular
  • Modifiye Edilmiş İşletim Sistemleri
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Diğer
    • Windows Xp
    • Diğer İşletim Sistemleri
    • MultiBoot Sistemler
    • Linux Distributions
  • Bilgisayar Dünyası Genel
    • Her Zaman Gerekliler
    • Yazılım
    • Donanım
    • Sosyal Medya - Anında Mesajlaşma
    • Yararlı Linkler
  • TnC PROGRAM-APPZ
    • TNC-TR Çalışmaları
    • Program-Appz
    • Program-Appz - Ebook İstek
    • AIO
    • Portable Programlar
    • Türkçe Yamalar
    • Katılımsız - Unattended
  • Programlama
    • AutoIT
    • AutoPlay Media Studio
    • C#
  • Webmaster
    • Webmaster Sorunları & Çözüm Yolları
    • Hosting & Domain
  • TnC Multimedya
    • Multimedya Istek
    • Kendi Müziğiniz
  • TnC Oyun - Games
    • Oyun-Games
    • Oyun İstek
  • Cep Telefonu - Mobile
    • GSM Bilgi Paylaşımı
    • GSM Multimedya
    • iPhone / iPod
    • Android
    • Diğer GSM Program & Oyun
  • TnC Diğer
    • Teknoloji Haberleri
    • Alım-Satım
    • Kültür-Sanat
    • Sohbet-Chat
    • Çöp Kutusu
    • Anketler
  • Haberler Deneme
  • Olta Balıkçıları Kulübü's Herkes Ekipmanını Paylaşsın
  • Haritacılar's Konular
  • PUBG Oyuncuları's Konular
  • Satranç - Chess's Konular

Calendars

  • Community Calendar
  • Satranç - Chess's Takvim Etkinlikleri

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Facebook


Skype


Twitter


Google+


Steam



Found 1 result

  1. Convert Windows 8.1 RTM ISO to Windows 8.1 RTM Pro VL ISO 1. Create the folders: To do this, open up a command prompt (CMD) and enter the following commands one at a time. Code: mkdir C:\provl\dist mkdir C:\provl\iso mkdir C:\provl\mount mkdir C:\provl\wim 2. Extract the ISO and copy the ISO files. Extract your Windows 8.1 ISO and put the files in C:\provl\dist\ folder. Then move the install.wim located in C:\provl\dist\sources\ to the new folder C:\provl\wim 3. Open a Deployment tools command prompt Now you need to open Deployment and imaging tools CMD as administrator and enter the following commands one by one. Code: dism /mount-image /imagefile:c:\provl\wim\install.wim /index:1 /mountdir:c:\provl\mount dism /image:c:\provl\mount /set-productkey:GCRJD-8NW9H-F2CDX-CCM8D-9D6T9 dism /unmount-image /mountdir:c:\provl\mount /commit dism /export-image /sourceimagefile:c:\provl\wim\install.wim /sourceindex:1 /destinationimagefile:c:\provl\dist\sources\install.wim /destinationname:”Windows 8.1 Pro” /compress:maximum 4. Create the EI.cfg file Don’t close our Deployment Tools command prompt window yet. Now you’ll need to create an EI.cfg so paste the following in to notepad and save as EI.cfg and finally place it in C:\provl\dist\sources\ folder. Code: [EditionID] Professional [Channel] Volume [VL] 1 5. Create the ISO Now you’ll just need to create the Windows 8.1 Pro VL ISO file, so open up the Deployment and imaging tools command prompt window again (which I’m assuming you haven’t close yet) Then type the following to create the ISO in C:\provl\iso Code: oscdimg -bC:\provl\dist\boot\etfsboot.com -h -u2 -m -lwin8pro_vl C:\provl\dist\ C:\provl\iso\Windows_8.1_Pro_EN-US_Vl.ISO 6. Clean up When your ISO has been created, you can cleanup and delete the files and folders you no longer neeed. Delete these 3 folders and you’re done. C:\provl\mount, C:\provl\wim, C:\provl\dist
×
×
  • Create New...