1. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    162
    75
    10
    DEL
     
  2. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    162
    75
    10
    #13982 Igor147, Jan 28, 2020
    Last edited: Jan 28, 2020
    List of problems identified by me
    1. After uninstalling Internet Explorer, DirectX 9.29.1974 (Web Installer) is not installed. An offline package is installed
    Internet Explorer.png
    2. After uninstalling MapControl, the "File Information" item in Photos does not work
    MapControl.png
    No damage detected
    An example used 18363.592 ru_windows_10_consumer_editions_version_1909_updated_jan_2020_x64_dvd_93c0a102
    3. When I delete Speech, it detects damage. Maybe Speech needs to be deleted with something


    4. When I took the previous image and integrated the updates, and then removed the components, instagram did not start. After the release of the January image of 18363.592, the problemma disappeared. While the problem is removed
     
  3. GreenMystic

    GreenMystic MDL Addicted

    Jun 1, 2019
    910
    207
    30
    Yea @MSMG you right
    But there are still many annoying services that I want to delete
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    Yes, I have a copy of Explorer++ which I'm also going to try. Just haven't had a chance yet, though that's more about hiding the problem than finding and fixing it.
     
  5. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    #13985 Yanta, Jan 28, 2020
    Last edited: Jan 28, 2020
    Ah, that would be Windows Defender that I disabled from the tweaks menu. Did that bork my image and I need to start again?

    I did notice that the final image was 6GB, the largest I have ever seen.

    My base ISO image was 17763.1, and following the readme.txt file, I integrated the updates as per the following order...

    [F] - Remove all required Windows Components using [Remove->Remove Windows Components] menu.
    [G] - Integrate Windows Updates using [Integrate->Windows Updates->Windows Updates] menu.

    So, should I have created the image without integrating updates at all, or integrated the update (G) before doing (F)?

    Also on line 175 of the readme you say 1803/1909. I assume the should read 1803/1809?
     
  6. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,604
    270
    @Yanta Hi as I said yesterday something I learned and fantastic is also: after finishing all the work of option 6, enter option 2 and convert the WIM image to ESD and then use option 7 to create the ISO reduces a barbarity see the mine for example was only 2.6GB but note that this conversion from WIM to ISO takes a long time and look that I have a very fast machine (AMD) just be patient because it pays and you can believe :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    Lol. That would be fine (swap F and G), except the toolkit only works with 17763.1, so if updates are integrated before the removal it no longer works!
     
  8. Zariaich

    Zariaich MDL Novice

    Jan 27, 2020
    5
    0
    0
    Registry tweaks are added with a message from Dism: "The operation completed successfully.", But the tweaks themselves do not exist after the installation of the system.

    Examples:

    It works
    If Nsudo and start.cmd are in the same folder, tweaks work.

    C:\Folder\NSudo.exe
    C:\Folder\start.cmd

    This does not work
    C:\Folder2\NSudo.exe
    C:\Folder\start.cmd

    How to make the second option work?
     
  9. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    @MSMG

    Sorry my bad English..!!

    01. How do I use DisableFeaturesList.txt and EnableFeaturesList.txt..??

    02. Where to get, for exemple, Microsoft.WindowsStore_8wekyb3d8bbwe.xml..?? Where I find it to extract..??

    Thanks in advance..!!
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    - I'm not saying it's the Defender which broke the image, am just pointing out it's not necessary to disable something that is already been removed

    - The readme.txt inside the Toolkit archive have little incorrect info, I have uploaded a new readme.txt do checkout the download link.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    You can specify the full path to the directory or a variable to store the full path and use it or use something like this

    ..\Folder2\NSudo.exe
    ..\Folder\start.cmd

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    - Add the feature name to the DisableFeaturesList.txt and EnableFeaturesList.txt file and choose the below menu from Customize Menu

    [1] Enable Windows Features using Features List
    [2] Disable Windows Features using Features List

    - Download the .xml and dependency files from the Toolkit download link -> Packs\Apps\w10\10.0.18362

     
  13. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
  14. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    #13994 zero cool root, Jan 31, 2020
    Last edited: Jan 31, 2020
    @MSMG

    Is there a Template, like RemoveAppsList or RemovePkgsList.txt .. ??
     
  15. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    842
    418
    30
    yes cant remeber wich folder but there is.. i used removepackagelist.txt and edited removed the lines of apps i dont want removed.
     
  16. trenton4k

    trenton4k MDL Novice

    Jan 6, 2016
    2
    0
    0
    ToolKit_v9.5\Bin\Lists
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    There's no template since each OS/Edition has different set of features and so haven't added any template yet.

    You can get the features list with the below command, run the command within the Toolkit folder in a administrative command prompt.

    Code:
    dism /image:mount\install /get-features /format:list | find "Feature Name :"
    
    Using Notepad find and replace "Feature Name :" with ""

     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210