1. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    Last version of what??? V3.5.7 does not tell me much...
     
  2. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    903
    1,178
    30
    MSMG Toolkit 3.5.7 | 05 January 2016
     
  3. R23

    R23 MDL Member

    Apr 5, 2017
    124
    28
    10
    OMG! :eek::eek::eek:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. quetzalin

    quetzalin MDL Junior Member

    May 25, 2011
    84
    11
    0
    Moving it to Telemetry Services would be nice :)
     
  5. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ...I have a doubt the tool also modifies or changes the system registry or only removes components and apps without modifying the registry?
     
  6. wasd

    wasd MDL Junior Member

    Sep 13, 2011
    55
    12
    0
    Modifies registry too when some components are removed.
     
  7. R23

    R23 MDL Member

    Apr 5, 2017
    124
    28
    10
    exactly bro
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    926
    30
    #2188 GodHand, May 7, 2017
    Last edited: May 7, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    317
    240
    10
    Hi MSMG ;
    I used LTSB 2016 and server 2016 isos for removing windows components with MSMG 7.0 and 7.1
    Version 7.0 and 7.1 have errors when removing components section. For example , i am selecting "remove internet explorer UI" but it goes to " remove components by package list".. and a few errors like this
    Version 6.9 was very stable but all messed up in next versions , i think
    and thanks again for this beautiful utility
     
  10. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    How can I pre-edit "ProgramData\Microsoft\Windows\AppRepository" directory and its files? Once OS is installed, that directory contains XML files for all AppX's and StateRepository-Machine.srd SQL Database file that controls which AppX's can be uninstalled/deactivated/removed with PowerShell and which ones cannot. I want to make an ISO that StateRepository-Machine.srd file already edited for removal of all AppX's except for Immersive Control Panel, Shell Experience Host, and Edge.

    AFAIK there is a AppXManifest file used to tell the OS which AppX's exist and which ones do not exist. Maybe more bloat-ware can be removed without having to use NSudo + SQL software to edit StateRepository-Machine.srd list of AppX's that can be removed if that AppXManifest file is edited to show just the AppX's the user/customizer wants. After my last customization there was still plenty of non-system bloatware and I think it is best to remove it or to uninstall it ahead of time.
     
  11. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,739
    1,009
    60
    yeah after I removed all the Store apps, there are many registry entries that point to them still
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    926
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    No, I am not talking about simply removing registry keys because that does not remove the actual package and you will not be able to get rid of those "missing" packages using PowerShell since those AppX's would not be in the registry, although it is possible that StateRepository SQL database does not even bother with registry and reads directly from AppRepository directory AppX Manifest XML files.
     
  14. Ainatar

    Ainatar MDL Novice

    Sep 5, 2015
    12
    7
    0
    Thank you very much you both, i will make some tries :D

     
  15. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    689
    1,132
    30
    #2198 Krakatoa, May 7, 2017
    Last edited: May 7, 2017
    "Program Files\WindowsApps" are Provisioned Appx.
    Uninstall is easy:
    Dism /Image:mount /Remove-ProvisionedAppxPackage /Packagename:"PackageName"
    = uninstall and delete file in mount wim.
    SystemApps ("c:\Windows\SystemApps\" and etc.) no Provisioned Appx, no uninstall with Remove-ProvisionedAppxPackage. SystemApps are Appx (without Provisioned).
    SystemApps install as clasic packages and uninstall as clasic packages:
    Dism /Image:mount /Remove-Package /PackageName:"PackageName"
    only packages with mum. Packages without mum = uninslall only manualy.
    Summary:
    No registered inbox SystemApps in wim? => Delete: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications\PackageName
    ( = no in StateRepository-Machine, no shortcut in Start and etc.).
    No file inbox SystemApps with mum in wim? => uninstall package Dism /Image:mount /Remove-Package /PackageName:"PackageName"
    No file inbox SystemApps withouth mum in wim? => manualy deleted file and all needed registry ( = individual).
    PS:
    "PackageName" (appx) <> "PackageName" (package) ... for the same package (appx)
     
  16. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    Nice one Krakatoa! Thank you! Short, concise, to-the-point and yet very informative all-in-one reply! This will make it so much easier!

    If System AppX's cannot be removed with PowerShell, then why did it "kind-of work" for me? I mean the FILES are still there in "Windows\SystemApps", but the OS was no longer registering System AppX's that I set to "IsInbox=0" in StateRepository-Machine database file after I ran Get/Remove PowerShell commands as Trusted Installer, then as System, then as Administrator, and then as User-Administrator. I guess its more like "deactivation" ??? Also, there was no way to bring those "deactivated" System AppX's back without re-installing the extracted CAB package with SxSExpander from my previous OS install (from backed up Acronis image).

    I just visited those registry directories and it looks like my registry cleaner does not bother with cleaning anything AppX-related because all and I mean ALL System AppX's I "deactivated" still have registry entries. What's a good registry cleaner for AppX's? Or is it best to just manually search for package name and remove it that way? Are there some specific registry directories to look at?
     
  17. Toetje583

    Toetje583 MDL Novice

    Sep 30, 2014
    39
    5
    0