1. Great_Gwyn

    Great_Gwyn MDL Novice

    Jun 4, 2020
    13
    6
    0
    Thanks for the new release @MSMG

    For v2004, this one still doesn't prevent removed thing to come back, right?
     
  2. Rr0

    Rr0 MDL Member

    Jul 8, 2017
    151
    14
    10
    Could someone help me create a lists of apps/packages that are safe to delete from 2004? All I need is PIN and fingerprint login, and new games to run.

    Perhaps:?
     
  3. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,642
    3,386
    60
    @MSMG, in
    Code:
           if "%Tweak%" equ "DisableWindowsUpdate" (
               reg add "HKLM\TK_DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d "0" /f >nul 2>&1
               reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d "0" /f >nul 2>&1
               reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization" /v "SystemSettingsDownloadMode" /t REG_DWORD /d "0" /f >nul 2>&1
               reg add "HKLM\TK_SOFTWARE\Microsoft\Speech_OneCore\Preferences" /v "ModelDownloadAllowed" /t REG_DWORD /d "0" /f >nul 2>&1
               reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization" /v "OptInOOBE" /t REG_DWORD /d "0" /f >nul 2>&1
               reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /v "DODownloadMode" /t REG_DWORD /d "0" /f >nul 2>&1
               reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /v "AutoDownload" /t REG_DWORD /d "2" /f >nul 2>&1
               reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\7971f918-a847-4430-9279-4a52d1efe18d" /v "registeredWithAU" /t REG_DWORD /d "0" /f >nul 2>&1
               reg add "HKLM\TK_SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v "HideMCTLink" /t REG_DWORD /d "1" /f >nul 2>&1
               reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Speech" /v "AllowSpeechModelUpdate" /t REG_DWORD /d "0" /f >nul 2>&1
               reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t REG_DWORD /d "0" /f >nul 2>&1
               reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t REG_DWORD /d "63" /f >nul 2>&1
    
    in lines 22341-22342; 22615-22616

    There are 2 values for the same DWORD. Maybe one of the lines is for NTUser, and maybe add another one for Default User. As placed below:

    Code:
               reg add "HKLM\TK_DEFAULT\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t REG_DWORD /d "63" /f >nul 2>&1
               reg add "HKLM\TK_NTUSER\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t REG_DWORD /d "63" /f >nul 2>&1
               reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t REG_DWORD /d "63" /f >nul 2>&1
    
    I've seen the value of this DWORD, too, set to "100". But I don't know what it's for. Perhaps the value to remain should be "0". But what matters is that there is one more detail to be analyzed. See you!
     
  4. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,209
    1,539
    90
    @MSMG
    ToolKit 10.0
    I do not see the Calendar application in the list of system applications:

    2020-06-05 001.png

    and People app depends on Advertising Xaml too :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
    Hello, I kindly ask if there is a faster procedure regarding the "Windows App Removal" section.
    I would like to delete most of the Apps, except one or two, do I have to carry out the long single selection procedure?
    example: [4]> [1]> [7]> [01]
    [4]> [1]> [7]> [02]
    [4]> [1]> [7]> [....]
    I ask if there is a faster method for this.
    Thanks
     
  6. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    767
    616
    30
    Use RemovePkgsList.txt as I do to automate the process.
     
  7. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
    Sorry, can I ask you how you do it?
    I have never done this procedure.
    Thank you
     
  8. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,642
    3,386
    60
    I edited the "Toolkit.cmd" file. I created a "CustomSelectedSystemandWindowsAppsRemover" field, duplicated the script and edited to remove only what I need to be removed. I also created a "CustomSelectedTweaks" field... But it is much easier with editing the list templates that MSMG makes available in the paths:
    .\Toolkit\Bin\Lists\RemoveAppsList_W10_10.0.19041_Template.txt
    .\Toolkit\Bin\Lists\RemovePkgsList_W10_10.0.19041_Template.txt

    Create copies and rename respectively to:
    RemoveAppsList.txt
    RemovePkgsList.txt

    Edit as you want.

    Apply, in the option remove with or from a list file.
     
  9. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
    #15389 MIMMO61, Jun 5, 2020
    Last edited: Jun 5, 2020
    If I understand correctly, just copy the script of the "RemovePkgsList_W10_10.0.19041_Template.txt" file into the "RemovePkgsList.txt" file eliminating the lines relating to the Apps that you do not intend to remove.
    it's correct?
    Thank
     
  10. BT 1

    BT 1 MDL Junior Member

    Feb 16, 2017
    77
    8
    0
    On W 10 - 1909 ISO one can not get an immediat inactivation of - Reserved storage, one has to wait for next update. Anyone knows how it is on 2004?
     
  11. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,642
    3,386
    60
    Is correct. Just do that and apply using the option specified for that.
     
  12. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
    Thank you for the confirmation
     
  13. sergey130270

    sergey130270 MDL Member

    May 15, 2014
    190
    76
    10
    Hello dear forum users! I ask you for help.
    When changing the number of files have to edit your batch file.
    Is it possible to register a cycle in the batch file so that the settings are imported regardless of their number?
    Now I use the batch file of the following content:
    regedit.exe /s REG IMPORT "%~dp0Addons\%ImageArchitecture%\Temp\7zip_x64.reg"
    regedit.exe /s REG IMPORT "%~dp0Addons\%ImageArchitecture%\Temp\msxml4_x64.reg"
    regedit.exe /s REG IMPORT "%~dp0Addons\%ImageArchitecture%\Temp\WinRAR_x64.reg"
    regedit.exe /s REG IMPORT "%~dp0Addons\%ImageArchitecture%\Temp\Unlocker_x64.reg"

    Help me please
     
  14. Robotnik247

    Robotnik247 MDL Junior Member

    Nov 21, 2012
    83
    12
    0
    Is anyone having issues with Xbox One Controllers via BT on 2004? I'm trying to figure out if I removed something bad or if it's just 2004 being buggy.
     
  15. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    356
    106
    10
    #15395 MIMMO61, Jun 6, 2020
    Last edited: Jun 6, 2020
    Good morning, I kindly ask how to activate Windows features, for example:
    Legacy components> directPlay
    Support for file sharing SMB 1.0 / CIFS
    I assume you have to use the sequence:
    [5] Customize> [1] Enable Windows Features using Features List
    But I don't know the correct names to insert in the list and I haven't found a template.

    Thanks
     
  16. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    461
    260
    10
    #15396 Yanta, Jun 6, 2020
    Last edited: Jun 7, 2020
    .
     
  17. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,642
    3,386
    60
    #15397 inTerActionVRI, Jun 6, 2020
    Last edited: Jun 6, 2020
    @MSMG,
    Code:
    :: System Components
    if "%Component%" equ "ManualSetup" call :RemoveWindowsManualSetup
    
    Is that line correct? Or is it missing to complete according to the other command lines?
    Would it look like below?

    Code:
    if "%Component%" equ "ManualSetup" call :RemoveWindowsManualSetup "%InstallMount%\%%i", "Manual Setup", "ManualSetup"
    if "%Component%" equ "ManualSetup" call :RemoveWindowsManualSetup "%InstallMount%", "Manual Setup", "ManualSetup"
    
    Edit: Sorry, now that I see that the difference in the command is in the fact that it calls for another specific sector. Instead of calling "RemoveWindowsComponent", it specifically calls "RemoveWindowsManualSetup".


    Thanks in advance!
     
  18. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,908
    118
    60
    #15398 Windows 10 User, Jun 6, 2020
    Last edited: Jun 6, 2020
    I thought some of those "packages" (like Alarms, Maps, Calculator) were Windows apps and so they should be added not to the RemovePkgsList but to the RemoveAppsList list or they wouldn't be removed after using the Remove Windows Components Using Package List setting.
     
  19. voli

    voli MDL Novice

    Nov 10, 2007
    12
    1
    0
    #15399 voli, Jun 6, 2020
    Last edited: Jun 6, 2020
    nvm
     
  20. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,908
    118
    60
    #15400 Windows 10 User, Jun 6, 2020
    Last edited: Dec 3, 2022
    Can someone tell me the Cortana app ToolKitHelper: entry to add to the RemovePkgsList.txt file (or should I add it to the RemoveAppsList.txt.txt file)? Does removing the Cortana app break Search?

    Also, it takes a lot of time to remove components.
    I thought removing Cortana only broke Start Menu Search and not also Settings Search and File Explorer Search.