1. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,908
    118
    60
  2. MSMG

    MSMG MDL Developer

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

     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    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.

     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    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

     
  5. MSMG

    MSMG MDL Developer

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

     
  6. 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.
     
  7. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,908
    118
    60
    Will it remove the remaining components for 2004? How can I remove the new Cortana app?
     
  8. 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:

  9. 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.
     
  10. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    867
    361
    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...
  11. 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.
     
  12. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
    OK! then how can you just delete the icon from the start menu?
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    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

     
  14. MSMG

    MSMG MDL Developer

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

     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    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?

     
  16. 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.
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    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"
    

     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    Don't use that it won't work, I had posted another method later check this post

    https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-761#post-1597447

     
  19. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    352
    139
    10
    hey @MSMG,
    remove apps.txt
    where do i get the list of apps that is removable from the image?
    like the connect app?
    i'm discussing the system apps etc,
    Majid
     
  20. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    This method is removing Windows Apps using the DISM /Remove-ProvisionedAppxPackage, it won't work for System Apps.

    For System Apps which have Package names, you can use DISM /Remove-Package method but it requires modifying few registry keys before running the command.

    The current Toolkit component removal (ToolKitHelper.exe) don't use these two above methods but instead uses the manual method.