1. longbeard

    longbeard MDL Novice

    Oct 23, 2021
    33
    18
    0
    i forgot to take out your tag but i know @crypticus would b einterested in your reply :)
     
  2. then ypou must send PM to him rather you are quoting me in your quotes. ok no issue . stay blessed
     
  3. longbeard

    longbeard MDL Novice

    Oct 23, 2021
    33
    18
    0
    didnt know i could pm here. done :)
     
  4. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    342
    476
    10
    Try removing the CapturePicker component from your RemovePkgsList.txt
     
  5. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    238
    35
    10
    Thank you. Could be that because from v11.6 i see this capturepicker component in the removepkgs template. Will try that.
     
  6. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,651
    3,398
    60
    #21706 inTerActionVRI, Nov 29, 2021
    Last edited: Dec 1, 2021
    @MSMG, you added suggested changes but missed removing the following lines:

    Code:
    for /f "tokens=3 delims= " %%r in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "UBR" ^| find "REG_DWORD"') do (set /a HostServicePackBuild=%%r)
    for /f "tokens=4-5 delims=. " %%s in ('ver 2^>nul') do set "HostVersion=%%s.%%t"
    
    remove the unused command line:
    Code:
    for /f "tokens=3 delims= " %%j in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "BuildBranch" ^| find "REG_SZ"') do (set HostBuildBranch=%%j)
    
    and change from:
    set HostBuildBranch=
    to
    set HostReleaseVersion=

    This will be like this:
    Code:
    :: Setting Host OS version, architecture and language variables
    set HostArchitecture=
    set HostBuild=
    set HostReleaseVersion=
    set HostDisplayVersion=
    set HostEdition=
    set HostInstallationType=
    set HostLanguage=
    set HostOSName=
    set HostServicePackBuild=
    set HostVersion=
    
    if exist "%WinDir%\SysWOW64" (set "HostArchitecture=x64") else (set "HostArchitecture=x86")
    for /f "tokens=3 delims= " %%i in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "CurrentBuild" ^| find "REG_SZ"') do (set HostBuild=%%i)
    for /f "tokens=3 delims= " %%j in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /f "ReleaseId" ^| find "REG_SZ"') do (set /A HostReleaseVersion=%%j & if "%%j" lss "2004" set /A HostDisplayVersion=%%j)
    if "%HostDisplayVersion%" equ "" for /f "tokens=3 delims= " %%k in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "DisplayVersion" ^| find "REG_SZ"') do (set "HostDisplayVersion=^(%HostReleaseVersion% %%k^) ")
    for /f "tokens=3 delims= " %%l in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "EditionID" ^| find "REG_SZ"') do (set HostEdition=%%l)
    for /f "tokens=3 delims= " %%m in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "InstallationType" ^| find "REG_SZ"') do (set HostInstallationType=%%m)
    for /f "tokens=6 delims= " %%o in ('DISM /Online /English /Get-Intl ^| findstr /i /C:"Default system UI language"') do (set HostLanguage=%%o)
    for /f "tokens=7 delims=[]. " %%r in ('ver 2^>nul') do (set /A HostServicePackBuild=%%r)
    for /f "tokens=4-5 delims=[]. " %%s in ('ver 2^>nul') do (set "HostVersion=%%s.%%t" & set "HostOSVersion=%%s")
    if "%HostVersion%" equ "6.1" set "HostOSVersion=7 SP1"
    if "%HostVersion%" equ "6.2" set "HostOSVersion=8"
    if "%HostVersion%" equ "6.3" set "HostOSVersion=8.1"
    if "%HostBuild%" geq "21996" set "HostOSVersion=11"
    set "HostOSName=Windows %HostOSVersion% %HostEdition% %HostInstallationType%"
    
    and change from
    Code:
    echo.%HostOSName% ^(%HostDisplayVersion%^) - v%HostVersion%.%HostBuild%.%HostServicePackBuild% %HostArchitecture% %HostLanguage%
    
    to
    The parentheses were added directly to the value of the HostDisplayVersion variable, to prevent empty displayed in W7, W8 and W8.1.
    Code:
    echo.%HostOSName% %HostDisplayVersion%- v%HostVersion%.%HostBuild%.%HostServicePackBuild% %HostArchitecture% %HostLanguage%
    
    edit: Fix for W7, W8 and W8.1
     
  7. ORZpasserAtw

    ORZpasserAtw MDL Novice

    Sep 8, 2020
    18
    4
    0
    How do I bring Windows 10 LTSC 2021 stock apps back?
    Toolkit v11.10
    I integrated abbodi1406's Store-LTSC2021-2021-11-17.7z it works
    Work prefectly: MicrosoftStickyNotes, WindowsStore
    Installed, but doesn't launch or not showing in start:MSPaint, ScreenSketch, Windows.Photos, WindowsAlarms,WindowsCalculator, WindowsCamera.

    am I missed xml or something?

    Here's my Toolkit_v11.10\Packs\Apps\w10\
    Code:
    2021/11/28  下午 10:35         1,812,037 Microsoft.HEIFImageExtension_1.0.43012.0_x64__8wekyb3d8bbwe.Appx
    2021/11/28  下午 10:04        43,234,010 Microsoft.MicrosoftStickyNotes_4.1.9.0_neutral___8wekyb3d8bbwe.Msixbundle
    2021/11/28  下午 10:32        65,525,310 Microsoft.MSPaint_2021.2105.4017.0_neutral___8wekyb3d8bbwe.AppxBundle
    2020/11/20  上午 08:12         5,204,216 Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe.Appx
    2020/11/20  上午 08:12         4,642,818 Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x86__8wekyb3d8bbwe.Appx
    2020/03/17  上午 02:19           244,530 Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe.Appx
    2020/03/17  上午 02:19           199,111 Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x86__8wekyb3d8bbwe.Appx
    2021/11/28  下午 10:40         3,366,351 Microsoft.RawImageExtension_2.0.23022.0_neutral___8wekyb3d8bbwe.AppxBundle
    2021/11/28  下午 09:34         7,396,110 Microsoft.ScreenSketch_2020.814.2355.0_neutral___8wekyb3d8bbwe.AppxBundle
    2021/10/22  上午 06:54        51,043,120 Microsoft.StorePurchaseApp_12109.1001.10.0_neutral_~_8wekyb3d8bbwe.AppxBundle
    2019/12/07  下午 02:45             2,677 Microsoft.StorePurchaseApp_8wekyb3d8bbwe.xml
    2021/08/21  上午 01:04         4,877,060 Microsoft.UI.Xaml.2.6_2.62108.18004.0_x64__8wekyb3d8bbwe.Appx
    2021/08/21  上午 01:04         4,529,715 Microsoft.UI.Xaml.2.6_2.62108.18004.0_x86__8wekyb3d8bbwe.Appx
    2021/09/15  上午 02:42         5,097,691 Microsoft.UI.Xaml.2.7_7.2109.13004.0_x64__8wekyb3d8bbwe.Appx
    2021/09/15  上午 02:42         4,738,254 Microsoft.UI.Xaml.2.7_7.2109.13004.0_x86__8wekyb3d8bbwe.Appx
    2021/10/13  上午 05:11         6,638,831 Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_x64__8wekyb3d8bbwe.Appx
    2021/10/13  上午 05:11         5,952,589 Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_x86__8wekyb3d8bbwe.Appx
    2021/10/13  上午 05:07           859,530 Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe.Appx
    2021/10/13  上午 05:07           731,418 Microsoft.VCLibs.140.00_14.0.30704.0_x86__8wekyb3d8bbwe.Appx
    2021/11/28  下午 09:44           559,370 Microsoft.WebpImageExtension_1.0.42351.0_x64__8wekyb3d8bbwe.Appx
    2021/11/28  下午 10:32       206,151,864 Microsoft.Windows.Photos_2021.21090.29009.0_neutral___8wekyb3d8bbwe.AppxBundle
    2021/11/28  下午 10:44        24,594,175 Microsoft.WindowsAlarms_2022.2109.1.0_neutral___8wekyb3d8bbwe.Msixbundle
    2021/11/28  下午 10:42        23,307,148 Microsoft.WindowsCalculator_2021.2109.9.0_neutral___8wekyb3d8bbwe.AppxBundle
    2021/11/28  下午 10:42        11,713,365 Microsoft.WindowsCamera_2022.2110.0.0_neutral___8wekyb3d8bbwe.Msixbundle
    2021/11/28  下午 10:30         9,129,769 Microsoft.WindowsSoundRecorder_2021.2103.28.0_neutral___8wekyb3d8bbwe.AppxBundle
    2021/11/05  下午 07:15        79,097,939 Microsoft.WindowsStore_22110.1401.16.0_neutral_~_8wekyb3d8bbwe.Msixbundle
    2019/12/07  下午 02:45             2,665 Microsoft.WindowsStore_8wekyb3d8bbwe.xml
    2021/11/13  下午 12:04        14,316,694 Microsoft.XboxIdentityProvider_12.83.12001.0_neutral_~_8wekyb3d8bbwe.AppxBundle
    2019/12/07  下午 02:47             2,693 Microsoft.XboxIdentityProvider_8wekyb3d8bbwe.xml
     
  8. NepNoireX

    NepNoireX MDL Novice

    Jul 16, 2018
    15
    1
    0
    Where's the .net framework 3.5 pack?
     
  9. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    257
    149
    10

    Why not v12.0?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    257
    149
    10
    @MSMG , When I use Toolkit in Windows 7, it speaks:

    Microsoft Windows 6 Ultimate Edition () (v6.1.7601.24546) x86 zh-CN

    Instead of:

    Microsoft Windows 7 Ultimate Edition (v6.1.7601.24546) x86 zh-CN

    This issue was found in my test locali
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    That day, I was in a hurry as I was travelling to my native village and so didn't notice the mistake, will correct the version error and re-release it ASAP.

    Here there's limited mobile net connectivity so I won't be available on MDL frequently and there will be delay in Toolkit updates for some time.
     
  13. roedel

    roedel MDL Junior Member

    Jun 3, 2010
    80
    54
    0
    You can´t remove Teams with Toolkit. This is not a build in app.
    Teams installs automatically, after Windows 11 detects an Internet Connection.
     
  14. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    352
    139
    10
    hi all,
    a sily question maybe,
    but does toolkit support windows 7 from sp1 onwords?
    if yes is support previded via dism removal or toolkit-helper?
    I ask, because i'm tired.
    tired of microsoft's bs, and with windows 7 it's stable yes.
    and more components can be removed.
    I don't play games or anything, so that's not a worry.
    cause I can't, blind remember.
    a related question.
    once updates are installed is it possible to reconstitute the installed updates via ssx extractor?
    was thinking of using bypass esu to install the ESU updates and reconstitute them for dism adding to other images.
    sorry for going ot!
    Majid
     
  15. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    352
    139
    10
    @MSMG
    I understand your plyte with the poor internet connection.
    when we go to pakistan, we live in a village, where the internet connection is really bad.
    so yeah I can really simpothize.
    does this mean that developments to msmg toolkit will continue when time does allow, even if you are unable to upload them?
    stay warm msmg, this time of year is the coldest, more so near desember.
    at least this is the case in pakistan.
    Majid
     
  16. mtfclphtknlrkn

    mtfclphtknlrkn MDL Novice

    Nov 6, 2021
    40
    12
    0
    MSMG, Can I use this list to remove RemovePkgsList_W11_10.0.22000 from Windows 10 Enterprise LTSC 2021? RemovePkgsList_W10_LTSC_2021 does not have some, such as TelnetClient.
     
  17. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,651
    3,398
    60
    #21718 inTerActionVRI, Nov 30, 2021
    Last edited: Dec 1, 2021
    Remember to remove the lines cited here.
    https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-1086#post-1709644
    Note: The above post has already been fixed.


    replace from:
    Code:
    if "%HostDisplayVersion%" equ "" for /f "tokens=3 delims= " %%k in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "DisplayVersion" ^| find "REG_SZ"') do (set HostDisplayVersion=%HostReleaseVersion% %%k)
    
    to
    Code:
    if "%HostDisplayVersion%" equ "" for /f "tokens=3 delims= " %%k in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "DisplayVersion" ^| find "REG_SZ"') do (set "HostDisplayVersion=^(%HostReleaseVersion% %%k^) ")
    

    from
    Code:
    for /f "tokens=4-5 delims=[]. " %%s in ('ver 2^>nul') do (set "HostVersion=%%s.%%t" & set "HostOSName=Windows %%s %HostEdition% %HostInstallationType%" & if "%HostBuild%" geq "21996" set "HostOSName=!HostOSName:10=11!")
    
    to
    I believe I have to adjust to Windows 8.1 as well. We straighten everything to work with all editions of Windows 10 and 11, but there is always something we do not expect.
    Code:
    for /f "tokens=4-5 delims=[]. " %%s in ('ver 2^>nul') do (set "HostVersion=%%s.%%t" & set "HostOSVersion=%%s")
    if "%HostVersion%" equ "6.1" set "HostOSVersion=7 SP1"
    if "%HostVersion%" equ "6.2" set "HostOSVersion=8"
    if "%HostVersion%" equ "6.3" set "HostOSVersion=8.1"
    if "%HostBuild%" geq "21996" set "HostOSVersion=11"
    set "HostOSName=Windows %HostOSVersion% %HostEdition% %HostInstallationType%"
    

    and from
    Code:
    echo.%HostOSName% ^(%HostDisplayVersion%^) - v%HostVersion%.%HostBuild%.%HostServicePackBuild% %HostArchitecture% %HostLanguage%
    
    to
    The parentheses were added directly to the value of the HostDisplayVersion variable, to prevent empty displayed in W7 and W8.1.
    Code:
    echo.%HostOSName% %HostDisplayVersion%- v%HostVersion%.%HostBuild%.%HostServicePackBuild% %HostArchitecture% %HostLanguage%
    
    EDITED: with ajust to W7, W8 and W81.
     
  18. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
    I found this script that deletes Microsoft Teams, but I don't know if with updates you can appear again.
    https://forums.mydigitallife.net/th...t-in-chat-app-in-settings.84235/#post-1694880