1. agarbar90

    agarbar90 MDL Novice

    Feb 29, 2016
    41
    22
    0
    @MSMG thanks for your efforts.

    Will patiently wait until v2004 is fully supported ^^

    Still running a v1803 clean ISO thanks to your wonderful tool. No SFC errors, WU working properly, no returning apps, etc.
     
  2. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    Do you know if the Connect app is not present in 2004 like MSMG said?
     
  3. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    his is excellent news for the new release, but I ask how to do it for versions 18363.xxx.
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Probably by this week it will be ready, I'm working on it now.

     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Actually the ToolKit uses the ConvertReg.reg in Bin folder to convert the registry hives in the registry files being imported to the image using the menu [5]-> Import Registry Settings from Registry File.

    The ConvertReg.reg converts the CurrentControlSet to ControlSet001

    Code:
    [hashtable]$equivalents = @{
        "[HKEY_LOCAL_MACHINE\SOFTWARE" = "[HKEY_LOCAL_MACHINE\TK_SOFTWARE";
        "[-HKEY_LOCAL_MACHINE\SOFTWARE" = "[-HKEY_LOCAL_MACHINE\TK_SOFTWARE";
        "[HKEY_CLASSES_ROOT" = "[HKEY_LOCAL_MACHINE\TK_SOFTWARE\Classes";
        "[-HKEY_CLASSES_ROOT" = "[-HKEY_LOCAL_MACHINE\TK_SOFTWARE\Classes";
        "[HKEY_LOCAL_MACHINE\SYSTEM" = "[HKEY_LOCAL_MACHINE\TK_SYSTEM";
        "[-HKEY_LOCAL_MACHINE\SYSTEM" = "[-HKEY_LOCAL_MACHINE\TK_SYSTEM";
        "[HKEY_LOCAL_MACHINE\TK_SYSTEM\CurrentControlSet\" = "[HKEY_LOCAL_MACHINE\TK_SYSTEM\ControlSet001\";
        "[-HKEY_LOCAL_MACHINE\TK_SYSTEM\CurrentControlSet\" = "[-HKEY_LOCAL_MACHINE\TK_SYSTEM\ControlSet001\";
        "[HKEY_CURRENT_USER" = "[HKEY_LOCAL_MACHINE\TK_NTUSER";
        "[-HKEY_CURRENT_USER" = "[-HKEY_LOCAL_MACHINE\TK_NTUSER";
        "[HKEY_USERS\.Default" = "[HKEY_LOCAL_MACHINE\TK_DEFAULT";
        "[-HKEY_USERS\.Default" = "[-HKEY_LOCAL_MACHINE\TK_DEFAULT"}
    

    Enterprise version watermark appearing might be the CompositionEditionID being displayed, it gets removed once the OS is activated.

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    If you had added the .NET FX 3.5 then you can't perform the cleanup, do the cleanup before integrating the .NET FX 3.5

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Will check out your component removal list and report back.

     
  8. marioalpha

    marioalpha MDL Novice

    Apr 26, 2017
    31
    7
    0
    I was just about to write this as a solution.
    But of course you already knew :oops:

    Thanks for your time and always fast and accurate answers.

    Thanks again.
     
  9. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    Will it remove the remaining components for 2004? How can I remove the new Cortana app?
     
  10. aruiz

    aruiz MDL Novice

    Mar 6, 2018
    23
    2
    0
    Hello everybody, now I'm using v.9.9, someone knows about this error that I'm getting when removing UnifiedTelemetryClient, I'm trying to modify win10 17763.1, I have previously used version toolkit 9.5 and was ok at this point
     

    Attached Files:

  11. talicni67

    talicni67 MDL Novice

    May 19, 2020
    1
    0
    0
    I have a problem with ToolKit 9.9. Convert esd to wim and when choose to mount setup boot and recovery image, ToolKit crash and disappear from the screen. Tried several times and always crashes in same place. Please, can anyone help me about this?



    =
    | Index | Arch | Name
    ===============================================================================
    | 1 | x64 | Windows 10 Pro
    ===============================================================================

    Enter the Image Index # : 1

    Do you want to mount Windows Setup Boot Image ? ['Y'es/'N'o] : Y

    Do you want to mount Windows Recovery Image ? ['Y'es/'N'o] : Y


    after this ToolKit disappears.
     
  12. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    @MSMG bud will it be possible for you to share the command toolkit uses to create the ISO with Oscdimg ?

    I have the command but mine doesn't adapt to dynamic paths and neither has the ability to set the Wim name and filename on the fly like yours does. Also I would like to see what optimisation switches you're using. Yours is the best.

    Code:
    oscdimg -m -o -u2 -us -udfver102 -bootdata:2#p0,e,bd:\iso_files\boot\etfsboot.com#pEF,e,bd:\iso_files\efi\microsoft\boot\efisys.bin d:\iso_files d:\Win_8.1_Pro.iso
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. marioalpha

    marioalpha MDL Novice

    Apr 26, 2017
    31
    7
    0
    this does not return any packages
    Code:
    Get-AppxPackage *Microsoft.PPIProjection_cw5n1h2txyewy*
    I think we should write
    Code:
    Get-AppxPackage *Microsoft.PPIProjection*
    However it wouldn't work, there are apps that we strongly advise against uninstalling.
     
  14. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    OK! then how can you just delete the icon from the start menu?
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes remaining components will be removable, I have already added the support for removing cortana app, it needs further tweaking to fix the start-menu search but the explorer search is working fine.

    If you want an easy fix then use the Remove Apps using Apps List method and add the below entry to RemoveAppsList.txt file

    Microsoft.549981C3F5F10

     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Did you used Start.cmd to run the Toolkit?

     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Will check what's causing the Toolkit to crash, can you specify the ESD info? Is it Store ESD or normal user created ESD?

     
  18. GianlukK

    GianlukK MDL Novice

    May 9, 2020
    7
    2
    0
    Hello guys, i'm new with ISO customization, was playing a bit with the toolkit and the integrate part...so i was wondering if there's a website or something where i can find some cool and useful registry tweaks and custom windows features to integrate, mostly because i can't do scripts by myself.
    Thank you.
     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Code:
    set "DVD=%~dp0DVD"
    set "BIOSBoot=%DVD%\boot\etfsboot.com"
    set "UEFIBoot=%DVD%\efi\microsoft\boot\efisys.bin"
    set "ISOLabel=W10PRO"
    set "ISOFileName=en_Windows_10_pro_x64"
    
    Code:
    Oscdimg -bootdata:2#p0,e,b"%BIOSBoot%"#pEF,e,b"%UEFIBoot%" -o -h -m -u2 -udfver102 -l"%ISOLabel%" "%DVD%" "%ISO%\%ISOFileName%.iso"