1. VictorUSA

    VictorUSA MDL Novice

    Aug 11, 2012
    44
    17
    0
    Do you really need a TPM 2.0 module for Windows 11? At Deskmodder I had read that you can also use a reg so that you can bypass the TPM. Can this reg also be integrated into the MSMG Toolkit? This is what the reg looks like that I copied.
    -------------------------------------------------------------------------
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
    "BypassTPMCheck"=dword:00000001
    "BypassSecureBootCheck"=dword:00000001
    -------------------------------------------------------------------------
     
  2. Awewome Job Tested Working 100%.
    Thanks a Lot.
    Yes it can be merged into offline ISO i think we have to just add TK_ before system.
     
  3. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    Hello brother this is very simple in any version of Windows only use the group policy is not necessary to remove anything, yet often just disable "things" that you do not like or need
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. VictorUSA

    VictorUSA MDL Novice

    Aug 11, 2012
    44
    17
    0
    Does anyone know this tool? WhyNotWin11.exe :) With this tool you can find out whether your PC is compatible with Windows 11 or not :D How stupid... I tested it anyway :rolleyes:
     
  5. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    Hi @Tiger-1

    Thank you so much brother..!!
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    It's not duplicate, it's just used in two different functions Integrate Edge Chromium and Integrate WHD Updates.


    Don't change this "c^!!EsuFoundation!" it's in correct format, the output will be like "c!xxxxxxxxxxxxxxxxxxxxxxxxx"

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    You can remove the Windows Defender main package like before either using DISM /Remove-Package or wait till the support is added to the ToolkitHelper

    Also with Windows 11 the Windows Defender Dash board App (SecHealthUI) is now a store app which can also be removed with DISM /Remove-ProvisionedAppxPackage or wait till the support is added to the ToolkitHelper.

    For SmartScreen and Security Center you may need to wait until the support is added to the ToolkitHelper.

     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Actually I'm not in position to add more new components for removal due to time constraints as I'm working on other apps too for which I need to balance the time, that's why I'm only sticking with updating the existing components to support newer builds or OS.

    In Windows 11 many components have been removed like Adobe Flash for Internet Explorer, Home Group, Setting Sync, 3D Viewer, Mixed Reality Portal, Advertising XAML, OneNote, Paint 3D, Services Store Engagement, Skype and Wallet Service

    Some new components have been added like Microsoft Edge WebView, Bing News, Gaming App (The new Xbox), Power Automate Desktop, Todos, Windows Terminal, Paint, Notepad.

    Classic Paint and Notepad have been converted to Store App and the Snipping Tool has been merged with Snip and Sketch App.

    Also there's one more new App Get Started (Not the old one) which is part of the Windows User Experience Pack system app package which can't been removed as of now.


     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes have seen this tweak, it's works by integrating to boot.wim (index 1 and 2).

     
  10. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
  11. Bira

    Bira MDL Senior Member

    Oct 4, 2017
    290
    178
    10
    #19772 Bira, Jun 27, 2021
    Last edited: Jun 27, 2021
    Code:
    
    Removal List Appx Build 21996 Complete
    
    Microsoft.549981C3F5F10
    Microsoft.BingNews
    Microsoft.BingWeather
    Microsoft.DesktopAppInstaller
    Microsoft.GamingApp
    Microsoft.GetHelp
    Microsoft.Getstarted
    Microsoft.HEIFImageExtension
    Microsoft.MicrosoftOfficeHub
    Microsoft.MicrosoftSolitaireCollection
    Microsoft.MicrosoftStickyNotes
    Microsoft.Paint
    Microsoft.People
    Microsoft.PowerAutomateDesktop
    Microsoft.ScreenSketch
    Microsoft.SecHealthUI
    Microsoft.StorePurchaseApp
    Microsoft.Todos
    Microsoft.UI.Xaml.2.4
    Microsoft.VCLibs.140.00
    Microsoft.VP9VideoExtensions
    Microsoft.WebMediaExtensions
    Microsoft.WebpImageExtension
    Microsoft.Windows.Photos
    Microsoft.WindowsAlarms
    Microsoft.WindowsCalculator
    Microsoft.WindowsCamera
    microsoft.windowscommunicationsapps
    Microsoft.WindowsFeedbackHub
    Microsoft.WindowsMaps
    Microsoft.WindowsNotepad 
    Microsoft.WindowsSoundRecorder
    Microsoft.WindowsStore
    Microsoft.WindowsTerminal
    Microsoft.Xbox.TCUI
    Microsoft.XboxGameOverlay
    Microsoft.XboxGamingOverlay
    Microsoft.XboxIdentityProvider
    Microsoft.XboxSpeechToTextOverlay
    Microsoft.YourPhone
    Microsoft.ZuneMusic
    Microsoft.ZuneVideo
    MicrosoftWindows.Client.WebExperience
     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Some Apps requires resetting the non-removalable state to remove the app.

    Code:
    dism /image:mount /Set-NonRemovableAppPolicy /PackageFamily:Microsoft.Windows.SecHealthUI_cw5n1h2txyewy /NonRemovable:0
    
    Deployment Image Servicing and Management tool
    Version: 10.0.21996.1
    
    Image Version: 10.0.21996.1
    
    The operation completed successfully.
    
    dism /image:mount /Remove-ProvisionedAppxPackage /PackageName:Microsoft.SecHealthUI_1000.21996.1.0_neutral__8wekyb3d8bbwe
    
    Deployment Image Servicing and Management tool
    Version: 10.0.21996.1
    
    Image Version: 10.0.21996.1
    
    The operation completed successfully.
    
     
  13. [/QUOTE]

    Dear Brother i havent quoted you for this comment but in fact its a user comment which forced me to comment so that he must be clear of the fact about non removable policy set on some store apps specially in this build ie 21996. I think it will be resolved in 22000 build or vice versa some more apps will be added to non removable state too.
    Thanks for your comment as i tried the same to clear out the fact about user query.
    i hope you dont mind my comment on your thread in a very firm way.
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Actually when you quoted zero cool root message it had tagged my id and so I did mis-read that you were addressing me, sorry about that.


     
  15. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    @MSMG
    Just FIY: For me all of these are garbage, except "Windows Terminal".
    Yes, Notepad is also unwanted much (I hate it even in LTSC) - absolutely joking piece of crap.
    Even AkelPad from 2017 is 100 times better, aside from Notepad++

    But we have a lot of time until Win11 Release (for me, - until new LTSC release, - official or leaked, but RELEASE image).
    Until it is released I'm stay calm around LTSC 2019 (сan't wait to see the new Toolkit v11.7 with all fixes discussed in the last time period)
     
    Brother Pl Dont feel SAD . Pl dont be sorry i am always on your side. Credits Always Yours & Pleasure Always Mine. Pl be Happy Always.