1. unlocke

    unlocke MDL Novice

    Aug 26, 2014
    2
    2
    0
    Just my "two cents" here.
    I feel like Windows 11 is already and will only continue to derail this topic. I was a "Day One" tester of Win 10 and switched over pretty quick, but I'm not appreciating Microsoft's tactics and choices lately so I'll be sticking with 10 until things change. I wish we could continue to make progress with 10 rather than be distracted by 11. There's still so much more I want to clear out, but have to either do it manually or can't without breaking things. I wish this tool could go deeper and remove even more, so moving on to Windows 11 feels like it's premature above all else. But for many the tool does everything it should, so don't mind the old man shouting at the clouds.
     
  2. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    384
    161
    10
    hey,
    @ingviowarr
    I was not aware that the components I mentioned were added to toolkit helper

    your assistence was useful nontheless yes our masters did bring greate tideings but we must acknowledge the help that has been given by others how ever small or big that help may be.
    for fool I am for not realizing that the components I did mention were to be added.
    sorry for wasteing the time of the many here :(
    I wish thee a merry night
     
  3. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    384
    161
    10
    @MSMG
    thank you for your update sir
    sorry for being such a pest.
    I also wish thee a merry and good night
    Majid
     
  4. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    260
    160
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    May be since you have changed the components order some shared components might be having issues.

    Will test your list and report back.

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Will be added once it's done.

     
  7. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
  9. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #21151 inTerActionVRI, Nov 5, 2021
    Last edited: Nov 5, 2021
    @MSMG,

    Seeing the latest changes that Abbodi did in his scripts, it seems to me from Build 22483, the "wmic" was discontinued.

    So I made some changes in getting the Host OS info, already predicting this problem.

    Follow the modifications in a zip package. A script for testing.

    This test was made on Build 19044. For any of the 1904xx builds and 22000 is running OK.

    I would like to ask the other Users that when they can test in the builds below 18363, in the build 20348 and 22483, please put the result here. As I put in below spoiler.
    I'll be very grateful to that.

    Code:
    -------------------------------------------------------------------------------
    Reading and Getting Host OS Information
    -------------------------------------------------------------------------------
    
    HostOSName                          : "Windows 10"
    HostEdition                         : "Professional"
    HostBuildBranch (BuildBranch)       : "vb_release"
    HostReleaseVersion (ReleaseId)      : "2009"
    HostDisplayVersion (DisplayVersion) : "2009 21H2"
    HostVersion                         : "10.0"
    HostBuild                           : "19044"
    HostServicePackBuild                : "1319"
    HostInstallationType                : "Client"
    HostArchitecture                    : "x64"
    HostLanguage                        : "pt-BR"
    
    FullHostVersion                     : "[versão 10.0.19044.1319]"
    
    Reading Host OS Information...
    
    Windows 10 Professional (2009 21H2) - [versão 10.0.19044.1319] x64 pt-BR
    
    Pressione qualquer tecla para continuar. . .
    
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    That's when a governments were not too stupid (with their restrictions on global level).
    Everyone should know, that Mail.RU - is a dumpster and big spying machine.
    Or use TOR or don't even touch this.
     
  11. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    We do not escape by nowhere, all companies are spies, hehehehe

    @zero cool root , as you know, I'm from Brazil, and in my case it should be my DNS configuration.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    @inTerActionVRI
    When it rains, I take an umbrella. :rain: Or is it better to get wet?
    I'd rather be wet because of an onion, :ak: hehehehe
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Replace wmic command with

    Code:
    for /f "tokens=3 delims= " %%i in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "CurrentBuild" ^| find "REG_SZ"') do (set HostBuild=%%i)
    
     
  14. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    768
    560
    30
    v21H2 19044.xxxx is still RP, but the Toolkit is already updated for it?
    Can we be confident there will be no breaking changes by MS as they release it at the end of this month?

    Cheers.
     
  15. JLT2000

    JLT2000 MDL Junior Member

    Nov 3, 2020
    69
    20
    0
    - The current Toolkit v11.8 supports removing components for only these versions.

    Code:
    + Updated the Feature "Remove Windows Component" to support Windows 10 Client v1809 (v10.0.17763.2183) Source OS.
    + Updated the Feature "Remove Windows Component" to support Windows 10 Client v1903/v1909 (v10.0.18362.1766/v10.0.18363.1766) Source OS.
    + Updated the Feature "Remove Windows Component" to support Windows 10 Client v2004/v20H2/v21H1/v21H2 (v10.0.19041.1237/v10.0.19042.1237/v10.0.19043.1237/v10.0.19044.1237) Source OS.
    + Updated the Feature "Remove Windows Component" to support Windows 11 Client v21H2 (v10.0.22000.1/v10.0.22000.194) Source OS.
    
    Hi MSMG

    I have to ask regarding 1809 LTSC toolkit v11.8 first release

    I have removed this from 1809 LTSC, 17763.2237 cant seem to find returnings after new preview cu


    SnippingTool
    AssignedAccess
    CEIP
    FaceRecognition
    LocationService
    PicturePassword
    PinEnrollment
    WiFiNetworkManager
    WindowsInsiderHub
    HomeGroup
    FileHistory
    StepsRecorder
    SystemRestore
    WindowsBackup
    WindowsSubsystemForLinux
    WindowsToGo
    Wordpad
    AccountsControl
    AssignedAccessLockApp
    AsyncTextService
    BioEnrollment
    CapturePicker
    CBSPreview
    ContentDeliveryManager
    Cortana
    CredDialogHost
    ECApp
    EdgeDevToolsClient
    LockApp
    MapControl
    NarratorQuickStart
    OOBENetworkCaptivePortal
    OOBENetworkConnectionFlow
    PeopleExperienceHost
    QuickAssist
    RetailDemoContent
    SettingSync
    SkypeORTC
    Win32WebViewHost
    WindowsMixedReality
    XboxClient
    XboxGameCallableUI
    XGpuEjectDialog
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. dany0071199661

    dany0071199661 MDL Member

    Oct 5, 2021
    136
    20
    10
    for me not working i want try remove components from
    v10.0.22000.194 pro and still got errors :(
    waiting for new release
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    There's no much difference b/w 19041-19044, it's just the Enablement Pack and the CU which matters for 1904X

    Even if MS want's to add any breaking changes to 19044 then it should be through CU or Windows Experience Pack.

    Since The Toolkit is regularly adding component removal support for latest Patch Tuesday CU's then it work properly with little or no modification for the next immediate CU released.

    You can use the 19044 without any worry.