MSMG ToolKit

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

  1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    #16021 MSMG, Jul 26, 2020
    Last edited: Jul 26, 2020
    (OP)
    From next version you can remove the pre-installed Edge Chromium in W10 19042.

    You can create the pack yourself by using VMWare.

    - Install a clean OS.
    - Disable all notifications, monitoring's and cut off Internet to VMware.
    - Use Total Uninstaller Ultimate to create a snapshot of the current OS, but don't close it.
    - Install Google Chrome using Offline Installer.
    - Select Installation is finished in Total Uninstaller Ultimate.
    - Filter the unwanted entries in the File System and Registry in Total Uninstaller Ultimate.
    - Export the Registry in Total Uninstaller Ultimate to a file Chrome_w10_x64.reg
    - Copy all the required file/folder entries in Total Uninstaller Ultimate to a file and save it as Chrome.ini

    This is a sample format for EdgeChromium.ini

    Code:
    [ExclusionList]
    \
    
    [ExclusionException]
    \Program Files\Microsoft\Edge
    \Program Files\Microsoft\EdgeUpdate
    \Program Files\Microsoft\Temp
    \ProgramData\Microsoft\EdgeUpdate
    \ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk
    \Users\Public\Desktop\Microsoft Edge.lnk
    \Windows\Installer
    \Windows\System32\config\systemprofile\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\ImplicitAppShortcuts
    \Windows\System32\config\systemprofile\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Microsoft Edge.lnk
    \Windows\System32\config\systemprofile\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\Microsoft Edge.lnk
    \Windows\System32\Tasks\MicrosoftEdgeUpdateBrowserReplacementTask
    \Windows\System32\Tasks\MicrosoftEdgeUpdateTaskMachineCore
    \Windows\System32\Tasks\MicrosoftEdgeUpdateTaskMachineUA
    
    - Use Wimlib-imagex to capture the Chrome image by using the below command

    Code:
    wimlib-imagex capture C:\ Chrome_w10_x64.esd test test --compress=LZMS --solid --config=Chrome.ini >nul
    
    - Now in the Live System, do apply the captured Chrome_w10_x64.esd to a folder and then re-capture it using the DISM /Capture-Image command
    - Export the captured Chrome_w10_x64.wim to Chrome_w10_x64.tpk using the DISM /Export-Image command with /Recovery switch
    - The Pack is ready.

     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    For O&O ShutUp10 you can use RegFromApp it works better.

     
  3. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    254
    63
    10
    Thank you very much :)
     
  4. rorewe4314

    rorewe4314 MDL Junior Member

    Jun 18, 2020
    70
    17
    0
    This does not work efficiently, two programs from the same author, but show random results ...

    p.s
    They added SmartScreen filter, although I can't find the key!
     
  5. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    266
    212
    10
    Hi MSMG ;
    Firstly i have to say this is a great tool and thank you for your work
    I tried 19041.1 iso and removed all packages (except windows photo viewer) by Toolkit Helper Method and everything went okay
    After installation i saw Settings icon is still on Startup menu
    Of course i know right click on it and choose remove from start menu
    I want a clean installation without setting icon on startup menu
    Thanks for your help

    Capture_2020_07_27_00_20_22_112aaa.png
     
  6. rorewe4314

    rorewe4314 MDL Junior Member

    Jun 18, 2020
    70
    17
    0
    This is for Edge only! I was looking for this key, which disables SmartScreen completely for all components!
    Code:
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableSmartScreen" /t REG_DWORD /d "0" /f
     
  7. ultimate_live

    ultimate_live MDL Addicted

    Mar 15, 2011
    876
    645
    30
    Thanks Enthousiast

    Everything worked like a charm. Can I also use this tool to add Microsoft Office 2019?
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. aruiz

    aruiz MDL Novice

    Mar 6, 2018
    21
    2
    0
    Hello, Is it possible to extract Microsoft Windows Photo App from .iso 19041, or is it possible download from someone site, I need to install it in another computer
     
  10. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,030
    1,328
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. aruiz

    aruiz MDL Novice

    Mar 6, 2018
    21
    2
    0
  12. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    107
    47
    10
    #16034 Igor147, Jul 28, 2020
    Last edited: Jul 28, 2020
    How do I install this on a production system? Or is it just for integration?

    2020-07-28 16.12.26 mega.nz 5fc346e3abb5.png

    UPD: Understood. The question is closed.
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Have tested the WINDOWS 10 PRO 20H2/2009 (V10.0.19042.421) X64 on both Real and Virtual PC, all components are properly removed.
     
  14. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    266
    212
    10
    #16037 tefor, Jul 28, 2020
    Last edited: Jul 28, 2020
    There are repeating items in Remove Menu. Which one do i have to choose if i want to remove components using package list ? 2 or 3 ?

    Capture_2020_07_28_22_08_15_605.png
     
  15. nosirrahx

    nosirrahx MDL Addicted

    Nov 7, 2017
    873
    396
    30
    I believe this is caused by trying to modify image build 19042.421.

    I tested modifying this same build and got the same menu error.
     
  16. Creater Cyfire

    Creater Cyfire MDL Novice

    Aug 31, 2017
    15
    5
    0
    How do you add drivers to integrate? Like in what shape or form do you have to place them inside the /Drivers/install/w10/x64/ folder?