1. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    It is much easier to download again. Or ask for a svf patch.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Thoquent

    Thoquent MDL Novice

    Jan 8, 2018
    2
    0
    0
    Did you find how to integrate .reg ? I'd like to do that too
     
  3. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    problem in the language of the system.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    Main menu - Tools (8) - Wim Manager
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Thoquent

    Thoquent MDL Novice

    Jan 8, 2018
    2
    0
    0
    I didn't find how to, I'm searching since 30 mins, sorry I'm a noob on that, I'm learning
     
  6. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    There is no such function in Toolkit. What you can do is change the strings in the .reg file:

    HKEY_LOCAL_MACHINE\SOFTWARE --> HKEY_LOCAL_MACHINE\TK_HKLM_SOFTWARE

    HKEY_LOCAL_MACHINE\SYSTEM
    --> HKEY_LOCAL_MACHINE\TK_HKLM_SYSTEM

    HKEY_CLASSES_ROOT
    --> HKEY_LOCAL_MACHINE\TK_HKLM_SOFTWARE\Classes

    HKEY_CURRENT_USER
    --> HKEY_LOCAL_MACHINE\TK_HKCU

    HKEY_USERS\.DEFAULT
    --> HKEY_LOCAL_MACHINE\TK_HKU_DEFAULT

    Then go to Tools --> Options --> Load Image Registry

    Double click the .reg and unload image registry.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,736
    14,444
    340
    #5627 xinso, Jan 17, 2018
    Last edited by a moderator: Jan 18, 2018
    I am sorry but I have to say that it is hardly possible for one to be able to convert a SKU unless he is capable of installing any package to any SKU.

    e.g. Integrate 15063 Win32Calc packages to 16299
    Code:
    C:\windows\system32>dism /image:z:\1 /add-package:D:\Downloads\Windows\WIN10\15063\RS2\Win32Calc15063\x64\Microsoft-Windows-win32calc-Package~31bf3856ad364e35~amd64~~10.0.15063.0.cab
    
    部署映像服務與管理工具
    版本: 10.0.16299.15
    
    映像版本: 10.0.16299.15
    
    正在處理 1 的 1 - 正在新增封裝 Microsoft-Windows-win32calc-Package~31bf3856ad364e35~amd64~~10.0.15063.0
    [==========================100.0%==========================]
    操作順利完成。
    
    C:\windows\system32>dism /image:z:\1 /add-package:D:\Downloads\Windows\WIN10\15063\RS2\Win32Calc15063\x64\Microsoft-Windows-win32calc-Package~31bf3856ad364e35~amd64~zh-TW~10.0.15063.0.cab
    
    部署映像服務與管理工具
    版本: 10.0.16299.15
    
    映像版本: 10.0.16299.15
    
    正在處理 1 的 1 - 正在新增封裝 Microsoft-Windows-win32calc-Package~31bf3856ad364e35~amd64~zh-TW~10.0.15063.0
    [==========================100.0%==========================]
    操作順利完成。
    

    This is why I told you "It is not easy.".
     
  8. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    926
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    926
    30
    I already went into this: https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-280#post-1404040

    You do not need to remove a component package if the component was never installed to begin with.

    SmartScreen can be disabled numerous ways including the offline registry hive.

    I will not hijack this thread with my own script that will do this, but most can be found within the official Microsoft PowerShell repository, GitHub and PowerShellGet, though I will be posting a PShell project package here fairly soon that has these incorporated into it. At the moment, it's going through its testing phase among a handful of Reddit coders in the PowerShell sub-reddit. Once it's been entirely debugged, it will be posted in its own thread.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,831
    2,434
    60
    Does anyone have a clue where I can find proper windows 7 winpe language packs that work with msmg? I've tried using the ones in the WAIK iso but there's a file that doesn't quite match(WinPE_LangPack) and the end result is WinPE still in English. I'm looking specifically for the bg-BG language pack.
     
  11. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    Thank you so much..!!
     
  12. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    Thank you so much, dude..!!
     
  13. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    Thank you so much, xinso..!!
     
  14. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    How do I put smileys in my command line?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    One disadvantage in not removing packages is getting and downloading updates for things you do not use and maybe never going to use.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. daveo76

    daveo76 MDL Expert

    Nov 9, 2009
    1,074
    282
    60
    #5638 daveo76, Jan 18, 2018
    Last edited: Jan 18, 2018
    Yes AeonX told me how to do it. Not sure if you seen his post
     
  17. daveo76

    daveo76 MDL Expert

    Nov 9, 2009
    1,074
    282
    60
    Thanks I'll give that a try
     
  18. daveo76

    daveo76 MDL Expert

    Nov 9, 2009
    1,074
    282
    60
    Doesn't work. I get a error message "This Feature is Not Available When Multi-Index Servicing Mode is Enabled... Please Re-Choose Source with a Single Index". Looks like I have to keep using NTLite after using this Toolkit.