MSMG ToolKit

Discussion in 'MDL Projects and Applications' started by MSMG, Nov 21, 2013.

  1. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    279
    136
    10
    How can I check if Windows Error Reporting is installed from a command line?

    A C:\Windows\SystemApps folder exists? Which is called?
    An executable somewhere?
     
  2. kronflux

    kronflux MDL Member

    May 11, 2011
    112
    22
    10
    I believe you're just looking for "Werfault.exe" but the actual package I believe is microsoft-windows-errorreportingfaults_31bf3856ad364e35

    Werfault.exe is found in System32/SysWOW64
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    No only updated the ToolKitHelper to support the new CU, still the Internet, Multimedia, Privacy components have not been updated to support v2004

     
  4. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    254
    63
    10
    I thank you for the valuable information.
    I tried on a virtual machine, started Powershell with administrator rights I pasted the command and restarted, but the connect app is not deleted.
    Maybe I'm wrong.
     
  5. almubdea1

    almubdea1 MDL Novice

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

    Feartamixg MDL Addicted

    May 15, 2016
    555
    423
    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.
     
  7. Tapan Mazumder

    Tapan Mazumder MDL Novice

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

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    #15212 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.




     
  9. OrdinaryNova

    OrdinaryNova MDL Novice

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

    marioalpha MDL Novice

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

    RaiyvaN MDL Senior Member

    Sep 23, 2009
    302
    347
    10
    #15216 RaiyvaN, 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!
     
  12. myvircandy

    myvircandy MDL Novice

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

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    254
    63
    10
  14. 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