1. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    Don't remove ClientWebExperience.
     
  2. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #20622 inTerActionVRI, Oct 6, 2021
    Last edited: Oct 6, 2021
    Can you confirm the path in W11?

    If it's really:
    \ControlSet001\Control\Services\
    Or if it would be:
    \ControlSet001\Services\
    Or even both for W11.

    Just to leave registered, in W10 there is only this path:
    \ControlSet001\Services\

    Note: Ignore "CurrentControlSet" as it is only used for OnLine (Live Windows). For OffLine images, just observe "ControlSet001".

    TamperProtection Off = 0 – applies to Windows Home & Pro
    TamperProtection On = 1 – applies to Windows Home & Pro
    TamperProtection disabled = 2 – applies to Windows Enterprise & Education

    There were changes in W11 and was created the Disable = 4 option?
    I even tried to find it but I did not find anything about it for W11, only for the W10.
     
  3. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Should we return to the use of toolkithelper prior to available for testing?
     
  4. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    347
    484
    10
    #20624 graver.x, Oct 6, 2021
    Last edited: Oct 6, 2021
    At this point it is possible to remove ClientWebExperience in an alternative way using RemoveAppsList.txt (add to the list as MicrosoftWindows.Client.WebExperience).
     
  5. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    258
    152
    10
    Now, you may have to write code to distinguish between Windows 10 and 11.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    72
    18
    0
    Hi! Is it suitable for working with Windows 7 Ultimate - MSMG ToolKit v.11.8?
     
  7. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    And, %HostDisplayVersion% only from 19041 on.
     
  8. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Can you attempt a test?
    I'm running Windows 10 18363 at the moment.

    from
    Code:
    for /f "tokens=3*" %%p in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "ProductName" ^| find "ProductName"') do (set "HostOSName=%%p %%q")
    
    to
    Code:
    for /f "tokens=3*" %%p in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "ProductName" ^| find "ProductName"') do (
       if "%HostBuild%" lss "21996" (
           set "HostOSName=%%p %%q"
       ) else (
           set "HostOSName=%%p 11"
       )
    )
    
     
  9. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    258
    152
    10
    基本上跟这相同。Basically the same as this.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Zanza-kun

    Zanza-kun MDL Junior Member

    May 28, 2012
    87
    15
    0
    Working, thanks.
     
  11. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    MSMG, sfc /scannow 100% - windows resource protection found corrupt files and successfully repaired them

    I don't understand what that means at all, two contradictions or?

    Anyway, I deleted almost everything!


    Code:
    EdgeChromium
    GameExplorer
    SnippingTool
    SpeechRecognition
    AssignedAccess
    CEIP
    FaceRecognition
    KernelDebugging
    LocationService
    PicturePassword
    PinEnrollment
    UnifiedTelemetryClient
    WindowsErrorReporting
    WindowsInsiderHub
    HomeGroup
    RemoteAssistance
    DeviceLockdown
    EaseOfAccessThemes
    EasyTransfer
    FileHistory
    Paint
    SecurityCenter
    StepsRecorder
    SystemRestore
    WindowsBackup
    WindowsFirewall
    WindowsSubsystemForLinux
    WindowsToGo
    Wordpad
    AADBrokerPlugin
    AccountsControl
    AssignedAccessLockApp
    AsyncTextService
    BioEnrollment
    CapturePicker
    CallingShellApp
    CBSPreview
    ContentDeliveryManager
    CredDialogHost
    ECApp
    EdgeDevToolsClient
    Edge
    FileExplorer
    LockApp
    MapControl
    NarratorQuickStart
    OneDrive
    ParentalControls
    PeopleExperienceHost
    QuickAssist
    RetailDemoContent
    SecureAssessmentBrowser
    SettingSync
    SkypeORTC
    SmartScreen
    Win32WebViewHost
    WindowsDefender
    WindowsMixedReality
    WindowsReaderPDF
    WindowsStoreClient
    XboxClient
    XboxGameCallableUI
    XGpuEjectDialog
    3DViewer
    AdvertisingXaml
    Alarms
    BingWeather
    Camera
    CommunicationsApps
    Cortana
    DesktopAppInstaller
    FeedbackHub
    GetHelp
    Getstarted
    HEIFImageExtension
    Maps
    MixedRealityPortal
    OfficeHub
    OfficeOneNote
    Paint3D
    People
    Photos
    ServicesStoreEngagement
    ScreenSketch
    SkypeApp
    SolitaireCollection
    SoundRecorder
    StickyNotes
    StorePurchaseApp
    VP9VideoExtensions
    WalletService
    WebMediaExtensions
    WebpImageExtension
    WindowsStoreApp
    XboxApp
    XboxGameOverlay
    XboxGamingOverlay
    XboxIdentityProvider
    XboxSpeechToTextOverlay
    XboxTCUI
    YourPhone
    ZuneMusic
    ZuneVideo
     
  12. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    MSMG,

    My concern is whether there are plans to remove Windows Update? I ask this because few people need updates that don't make any sense, moreover they are one of the causes of performance degradation.
     
  13. Zanza-kun

    Zanza-kun MDL Junior Member

    May 28, 2012
    87
    15
    0
    There is an option to disable it in customize menu.
     
  14. umut24

    umut24 MDL Novice

    Sep 18, 2009
    4
    1
    0
  15. umut24

    umut24 MDL Novice

    Sep 18, 2009
    4
    1
    0
    Thank you very much, you are great.
     
  16. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    @MSMG

    When I click [2] Integrate => [3] Features => Microsoft Default Inbox Apps, the MSMG Toolkit close..!!
     
  17. Mohammadrezabh

    Mohammadrezabh MDL Novice

    Oct 6, 2021
    1
    0
    0
    Hey I removed almost all apps from windows 11 official iso and now microsoft store cannot download apps can anybody help me please this is so important to me thanks for this awesome tool.
     
  18. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    There is a new version of Toolkit.cmd 2021-10-04. He made the correction there.
     
  19. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    Working now. tks..!!