1. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    No, local account. I have things in english (like msconfig.exe's title) and not in my native language even after doing a clean install with an untouched image and without having set a thing. I have other problems but they're so many I can't remember all of them. And some of them come from earlier RTM Windows 10 Enterprise x64 versions.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,521
    450
    Can you show an example screenshot?
     
  3. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    #12345 biatche, Sep 13, 2019
    Last edited: Sep 13, 2019
    hm i cant find the toolkithelper: instructions

    i wanna customize my removal list.where do i begin?

    also, i see there are some removeapplist packages that seem similar to the toolkithelper: ones.. do i remove from both lists?

    update: oh, to my surprise, its in bin/ now
     
  4. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    #12346 Windows 10 User, Sep 13, 2019
    Last edited: Sep 13, 2019
    Filename is: 18362.1.190318-1202.19H1_RELEASE_CLIENTMULTI_X64FRE_PT-PT.iso and sha1 is: 31bb4a3c54b6f298173b783090c778f69300ba32. I still don't know which is the 19H1 build, 18362.1 or 18362.32 (maybe if I use the latter I won't have some problems). What's the difference between using the 18362.295 Build or the 18362.1 one with KB4512508 integrated, by the way?
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Known Issues:
    =============

    - Using ToolKit with Antivirus Programs enabled can affect the ToolKit's operations.
    - ToolKit's ToolKitHelper.exe may be flagged as a Virus/Trojan/Malware Program, Don't worry it's just a False Positive Sign.
    - The ToolKit won't support Post-Servicing of ToolKit serviced source images with other similar tools.
    - Windows 8.1 - Default Metro Apps Pack missing Office OneNote Appx file.
    - Windows 8.1 - Integrating Windows Remote Server Administration Tool (RSAT) along with other features will break the Integration with an error code 0x80092004.
    - Windows 7/8.1/10 v1507/v1511/v1607/v1703/v1709/v1803 Component removal has been removed temporarily.
    - Windows 10 v1809 - Integrating or Installing Windows Updates after the component removal can restore removed components empty resources files/folders.
    - Windows 10 v1903 - Integrating or Installing Windows Updates after the component removal will restore the removed components and this is due to the recent change in Microsoft Updates mechanism.
    - Windows 10 v1703/v1709/v1803/v1809/v1903 - Custom User Account Picture Integration is not working in Logon Screen although it's been displayed in Start Menu User Icon.
    - Windows 10 v1809/v1903 - Windows Media Player/PhotoViewer/Win32Calc Skins features are not working.
    - Windows 10 v1709/v1803/v1809/v1903 - It has been reported that in the Format USB Function, the Diskpart command "list" is not working when used within the Script.

    With ToolkitHelper when a component is removed then the associated policy definition is also removed and I don't see any errors while opening the gpedit.msc, may be it's due to using both the tools it's corrupting the image.

    As far a start menu layout I have given enough info about that including the Microsoft own website info about how to use it and yes you have to copy the layout to w10_CustomStartMenuLayout.xml in <Bin\XMLs> folder.

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Ok will look into it, where to add that feature.

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes since the pack folder contents was moved out of the main archive, I had to move all XML's and Lists to Bin folder.

    If you are using ToolKitHelper to remove Apps and components then it's sufficient to use RemovePkgsList.txt

     
  8. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    #12351 Windows 10 User, Sep 13, 2019
    Last edited: Sep 13, 2019
    That's what I did and I imported it afterwards and although I no longer have Start Menu tiles I still have unwanted taskbar icons and don't have the Task Manager pinned to it (taskbar).

    When I clean up the source image for the second time it only reaches 20% (all 4 times).
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    w10_RemoveStartMenuTiles.xml is a left out item while cleaning, it was used when the DISM method was used to remove apps, it will be removed from next release.

    You need to add the layout to w10_CustomStartMenuLayout.xml and use the menu Import Custom Start menu layout from XML file.

    Using the <DefaultLayoutOverride> will remove all default tiles and use the one specified in the XML, do study the links I had posted earlier for further customization.

    Same as PinListPlacement="Replace" will remove all default icons in taskbar and use the one specified in the XML.

    For Task manager link, as I have specified you need to create a shortcut link to it in start menu - programs - system tools folder, only then it will show up in the taskbar.

    You can also use the Autounattend.xml file to add shortcuts to Task bar, do google out, will find more info.


    Will try to test with Start menu layout when I'm free and will report back.


    And regarding the cleanup up, it's usual for the DISM to reach just 20% in second run.

     
  10. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    What about removing the Pictures' folder shortcut from the Start Menu?
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Can you post the screenshot of the Start menu with items highlight to be removed.

    If the Pictures folder shortcut you are referring to is the one which is just above Start menu power button, then those links are not removed using the layout.

    You need to use registry method to remove it

    Code:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoUserFolderInStartMenu"=dword:00000001
    
     
  12. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    Yes, it is. How can I use that registry code?
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #12356 MSMG, Sep 13, 2019
    Last edited: Sep 13, 2019
    (OP)
    Copy the below contents to a reg file named "NoUserFolderInStartMenu.reg" and copy to <Toolkit\Custom\Registry\w10\x64> folder and then use the ToolKit's [5] Customize -> [5] Import Custom Registry Settings from Reg File menu.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoUserFolderInStartMenu"=dword:00000001
    
     
  14. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    372
    107
    10
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    There's already a pack in ToolKit for old calculator, you can use it to integrate it to image.

    But if you want to manually do it then as you do it as said in the above post, copy the registry entries to a file in <Toolkit\Custom\Registry\w10\x64> and then use the ToolKit's [5] Customize -> [5] Import Custom Registry Settings from Reg File menu.


     
  16. beeyev

    beeyev MDL Novice

    Dec 11, 2012
    13
    0
    0
    Windows 10 1903, when i remove edge and integrate last updates edge appears again. Why is it happened? How to fix?
     
  17. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    Is it possible to export gpedit.msc's policies?