1. almubdea1

    almubdea1 MDL Novice

    Apr 30, 2012
    24
    3
    0
    hi
    can I have a link for that version used with the tool?
    thanks
     
  2. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    766
    612
    30
    @Tapan Mazumder
    When a new ToolKitHelper.exe is released, I always rebuild ToolKit_v9.9.7z with the new file. This way I don't have to remember to copy the new version each time I extract the ToolKit.
     
  3. Tapan Mazumder

    Tapan Mazumder MDL Novice

    May 13, 2020
    3
    0
    0
    Wow that's great.
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    #15207 MSMG, May 17, 2020
    Last edited: May 17, 2020
    (OP)
    Ok try this

    First run these commands in the command prompt

    Code:
    reg load HKLM\test C:\Windows\System32\Config\SOFTWARE
    reg add "HKLM\test\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-PPIProjection-Package~31bf3856ad364e35~amd64~~10.0.18362.1" /v Visibility /t REG_DWORD /d 1 /f
    reg add "HKLM\test\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-PPIProjection-Package~31bf3856ad364e35~amd64~~10.0.18362.1" /v DefVis /t REG_DWORD /d 2 /f
    reg delete "HKLM\test\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-PPIProjection-Package~31bf3856ad364e35~amd64~~10.0.18362.1\Owners" /f
    reg unload HKLM\test
    
    Then run the below command in command prompt to remove the Connect App.

    Code:
    Dism /Online /Remove-Package /PackageName:Microsoft-PPIProjection-Package~31bf3856ad364e35~amd64~~10.0.18362.1
    
    If your OS version is different then change the version in the above commands.

    PS: In W10 v2004 the Connect App is not present.




     
  5. OrdinaryNova

    OrdinaryNova MDL Novice

    Mar 15, 2019
    32
    3
    0
    hello,
    do you have any guesstimation about telemetry?
     
  6. marioalpha

    marioalpha MDL Novice

    Apr 26, 2017
    31
    7
    0
    #15209 marioalpha, May 17, 2020
    Last edited: May 17, 2020
    thank you very much :D
     
  7. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,626
    3,361
    60
    #15211 inTerActionVRI, May 18, 2020
    Last edited: May 18, 2020
    I did the proper testing and as a result, actually removing "Cortana, StartMenu and Settings Search App" from the "SystemApps" menu, breaks the search bar. Just remove the "CortanaApp" from "WindowsApps" menu and everything will be fine (for 1909 H2).


    I was doing this. And I was getting a "CONFIG INITIALIZATION FAILED STOP CODE ERROR" installation failure.

    I found that this occurs when "HKLM\System\CurrentControlSet\..."
    or for the entries I added in the Toolkit.cmd script "HKLM\TK_System\CurrentControlSet\..." registry entries are implemented

    Resolved by replacing this volatile entry with root entries:
    "HKLM\System\ControlSet001\..."
    or for the entries I added in the Toolkit.cmd script "HKLM\TK_System\ControlSet001\..."

    So... that way the addition of my "*.reg" files were imported perfectly.

    I hope this information is useful.



    Now let's get to the problem I'm experiencing at the moment.

    The compilation I am preparing has 3 index (Home, Pro and Pro for WorkStations).

    The problem is that when I install the Pro version, at the end of the installation, the Enterprise version watermark appears.

    Does anyone know what may be happening?


    Grateful for the attention!
     
  8. myvircandy

    myvircandy MDL Novice

    Jun 17, 2018
    23
    4
    0
    hello , I can't creat new txt documents after remove some packPkgslists ,what caused it ,please, my win10 version is v2004,19041.208
     
  9. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
  10. marioalpha

    marioalpha MDL Novice

    Apr 26, 2017
    31
    7
    0
    i can't perform step 6> 1 because i get this message

    Cannot Perform Image Component Cleanup when Pending.xml is present...

    MSMG ToolKit Commandline Helper
    Version: 1.0.3132.0
     
  11. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    863
    348
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    766
    612
    30
    Tried this, but still get SFC errors when I omit this step from my normal method.
    Extract ISO (1 > 3)

    Select source (1 > 1) (also mount boot and recovery images)

    Integrate Win32 calculator (3 > 3 > C)

    Apply SSU and CU updates (3 > 4 > 2 > 1 > 4)

    Apply setup media update (3 > 4 > 2 > 2)

    Remove using RemovePkgsList.txt (4 > 3)
    ToolKitHelper:GameExplorer
    ToolKitHelper:MapControl
    ToolKitHelper:OneDrive
    ToolKitHelper:peopleExperienceHost
    ToolKitHelper:pPIProjection
    ToolKitHelper:RetailDemoContent
    ToolKitHelper:SkypeORTC
    ToolKitHelper:SecureAssessmentBrowser
    ToolKitHelper:WindowsMixedReality
    ToolKitHelper:XboxGameCallableUI
    ToolKitHelper:WindowsApps

    Tweaks for Task View, App Downloads, Photo Viewer (5 > 8 > B/D/J)

    Cleanup (6 > 1)

    Apply changes to image (6 > 2 > Y)

    Rebuild (6 > 1)

    Convert WIM to ESD (2 > 4)

    Make ISO (7 > 1)

    If I don't integrate Windows Updates I no longer get SFC errors with my method.
     
  13. marioalpha

    marioalpha MDL Novice

    Apr 26, 2017
    31
    7
    0
    #15218 marioalpha, May 18, 2020
    Last edited: May 18, 2020
    -
     
  14. 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.
     
  15. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,908
    118
    60
    Do you know if the Connect app is not present in 2004 like MSMG said?