1. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
  2. 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...
  3. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,869
    90
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Have done the modification, need to check with the getting host language on online system whether that subkey value exists.


     
  5. Bm.Lava

    Bm.Lava MDL Novice

    Nov 16, 2013
    49
    8
    0
    Is there any way to use "Import Custom StartMenu Layout from XML File" on Win 11. I couldn't export my current layout in the first place, the PS command doesn't work. Can anyone help?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    260
    160
    10
    THIS CODE WORK WELL, It says correct name, I'm use 22000.194. Toolkit was localized in SC.

    Windows 11 (co_release) 21H2 (v10.0.22000.194) x64 zh-CN

    @MSMG

    Code:
    ===============================================================================
                                  MSMG 工具箱 - 启动
    ===============================================================================
    
    正在读取主机操作系统信息……
    
    Windows 11 (co_release) 21H2 (v10.0.22000.194) x64 zh-CN
    
    正在设置工具箱和 WADK 工具环境路径变量……
    
    DISM.exe           =  E:\Toolkit_v11.8\Bin\x64\DISM10\Dism.exe
    Imagex.exe         =  E:\Toolkit_v11.8\Bin\x64\imagex.exe
    Oscdimg.exe        =  E:\Toolkit_v11.8\Bin\x64\oscdimg.exe
    Dvdburn.exe        =  E:\Toolkit_v11.8\Bin\dvdburn.exe
    7zip.exe           =  E:\Toolkit_v11.8\Bin\x64\7z.exe
    Dism++CUI.exe      =  E:\Toolkit_v11.8\Bin\Dism++CUI.exe /ESDFile
    EsdDecrypt.exe     =  E:\Toolkit_v11.8\Bin\esddecrypt.exe
    ToolKitHelper.exe  =  E:\Toolkit_v11.8\Bin\ToolKitHelper.exe
    ResourceHacker.exe =  E:\Toolkit_v11.8\Bin\ResourceHacker.exe
    WimlibImagex.exe   =  E:\Toolkit_v11.8\Bin\x64\wimlib-imagex.exe
    
    ===============================================================================
    
    请按任意键继续. . .
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    260
    160
    10
    @MSMG , RaiyvaN gave me codes to improve Toolkit Windows OS name ability to recognize.

    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"
       )
    )
    His code as mentioned above, I tested these, they work well in toolkit.I use modified Toolit, it says Windows 11 now.I use Windows 11 22000.194.See the results of the experiment on the 20700 floor in this thread.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Code:
    Export-StartLayout -Path "DefaultLayout.xml"
    
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    What about for Server versions, Preview or Developer versions? that's why I used the wmic command.

    Code:
    ===============================================================================
                               MSMG ToolKit - StartUp
    ===============================================================================
    
    Reading Host OS Information...
    
    Microsoft Windows 11 Pro Insider Preview (Dev) - v10.0.22471.1000 x64 en-US
    
    Setting Toolkit and WADK tools environment path variables...
    
    DISM.exe           =  D:\Work\Toolkit\Bin\x64\DISM10\Dism.exe
    Imagex.exe         =  D:\Work\Toolkit\Bin\x64\imagex.exe
    Oscdimg.exe        =  D:\Work\Toolkit\Bin\x64\oscdimg.exe
    Dvdburn.exe        =  D:\Work\Toolkit\Bin\dvdburn.exe
    7zip.exe           =  D:\Work\Toolkit\Bin\x64\7z.exe
    Dism++CUI.exe      =  D:\Work\Toolkit\Bin\Dism++CUI.exe /ESDFile
    EsdDecrypt.exe     =  D:\Work\Toolkit\Bin\esddecrypt.exe
    ToolKitHelper.exe  =  D:\Work\Toolkit\Bin\ToolKitHelper.exe
    ResourceHacker.exe =  D:\Work\Toolkit\Bin\ResourceHacker.exe
    WimlibImagex.exe   =  D:\Work\Toolkit\Bin\x64\wimlib-imagex.exe
    
    ===============================================================================
    
    Press any key to continue . . .
    

     
  10. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    260
    160
    10
    #20674 正义羊, Oct 9, 2021
    Last edited: Oct 9, 2021
    when I use Dev Build, I see:
    Windows 11 (rs_prerelease) Dev (v10.0.22468.1000) x64 zh-CN
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. kovadimka

    kovadimka MDL Novice

    Mar 19, 2020
    40
    12
    0
    @MSMG
    So what about MicrosoftTeams_21253.510.996.1465_x64__8wekyb3d8bbwe installed in WindowsApps folder although it's missing in install.wim?
    If it is a part of some package how to prevent its installation?
     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Will check with server versions and see what happens.

     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Though there are reference to it in registry, It's not preinstalled but gets installed as soon as connected to internet.

    Need to find a way to remove it and as well as the chat app too.

     
  14. kovadimka

    kovadimka MDL Novice

    Mar 19, 2020
    40
    12
    0
    Just now installed win11 without internet connection and see Microsoft Teams already installed, so it's not being downloaded...
     
  15. Titanos

    Titanos MDL Novice

    Dec 11, 2019
    31
    28
    0
    #20679 Titanos, Oct 9, 2021
    Last edited: Oct 9, 2021
    M$ did messed up with this: are 2 different aps with same icon and almost same name: 1 is Teams Chat and the other is MS Teams. What is strange: after I removed Teams Chat, a few hours later MS Teams loged me out and couldn't signin back and nothing I did solve that. (Back to win10 solved it).


    teams.png
    teams-icons.png

    Edit:
    I just checked: Teams Chat is pushed through updates.
     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    #20680 MSMG, Oct 9, 2021
    Last edited: Oct 9, 2021
    (OP)
    In my previous test, It installs after you enable the internet connection, right now have installed the Windows 11 with components removed using Toolkit in a VMware with network disabled and it's 15 minutes now there's no sign of Teams been installed.

    Will wait for some more time and enable the network to see if it gets installed.

    Edit: As soon as the Network was enabled the Teams UWP App got installed.