Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save blinds52/80ae88fbc5f0d286d6e331f7e8db3845 to your computer and use it in GitHub Desktop.
Save blinds52/80ae88fbc5f0d286d6e331f7e8db3845 to your computer and use it in GitHub Desktop.
How to use svf to patch/upgrade your Windows
Assuming we want to upgrade/patch Windows LTSC (prev. known as LTSB).
Requirements:
* en_windows_10_consumer_edition_version_1809_updated_sept_2018_x64_dvd_5c2f3f9a.iso
* nl_windows_10_consumer_edition_version_1809_updated_sept_2018_x64_dvd_f197f824.svf
* nl_windows_10_enterprise_ltsc_2019_x64_dvd_031a2076.svf
* svfx.exe https://www.softpedia.com/get/System/Back-Up-and-Recovery/SVF-eXtractor.shtml
* Language packs: https://pcorakel.stackstorage.com/s/XwxjxDXMj4POUBU
* SVF files: https://pcorakel.stackstorage.com/s/MLMY3IxZP7ycuhH
* Batch to convert ISO into LTSC: https://pcorakel.stackstorage.com/s/HLDHp7vxIzwwGX3
Howto:
1. Put all of the required files into one single folder.
2. We cannot merge "nl_windows_10_enterprise_ltsc_2019_x64_dvd_031a2076.svf" direcly with "en_windows_10_consumer_edition_version_1809_updated_sept_2018_x64_dvd_5c2f3f9a.iso".
In this case we will need to create first another iso called: "nl_windows_10_consumer_edition_version_1809_updated_sept_2018_x64_dvd_f197f824.iso"
Follow the steps in the picture bellow or use:
https://github.com/CHEF-KOCH/Windows-ISO-to-LTSC-converter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment