1. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    Thanks.
    I try to download the program to carry out the tests.
     
  2. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    #20862 MIMMO61, Oct 19, 2021
    Last edited: Oct 19, 2021
    Thanks.
    I also try this procedure to avoid TPM control.
    The registry key must be inserted in the route:
    Toolkit_v11.8\Custom\Registry\w11\x64 ?
    Thanks
     
  3. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    #20863 graver.x, Oct 19, 2021
    Last edited: Oct 19, 2021
    MSMG,
    could you upload this version of ToolkitHelper to MEGA? :rolleyes: I want to test it with build 22000.282

    thank you! :)
     
  4. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    The Control Panel shows that the Windows Firewall is enabled (green check boxes are checked).
     
  5. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    162
    75
    10
    I applied the tweak "Disable Automatic Downloading and Installing 3rd Party Apps", but the recommendations remained ... How to remove it?
    Before the Internet was connected, there were empty squares.
     

    Attached Files:

  6. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    Happy enough to test the en-GB resources for now if you can do that. Just want to get Win32Calc working properly again with my en-gb images in W10.

    Looking forward to testing new ToolKitHelper.exe with latest 19043.1288.
     
  7. work like a charm at my end with 19044.1288 ;)
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    May be something have changed with Windows 11, will check out.

     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Ok will test the command, didn't you the one who gave this command earlier for disabling the Firewall?

     
  10. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    #20871 graver.x, Oct 19, 2021
    Last edited: Oct 19, 2021
    MSMG,
    Thank you so much for all these changes, it's really very cool!!!:eek: :thumbsup:

    Now all these components will move from my RemovePkgsList for Dism to RemovePkgsList for ToolkitHelper.

    Thank you. I'm sorry, I misunderstood a little, does this mean that you can add these components to RemovePkgsList right now?
    Or will their support be in the final version of ToolkitHelper?
     
  11. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    I don't remember exactly.
     
  12. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    Code:
    if "%Tweak%" equ "DisableWindowsUpdate" (
                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 "5" /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\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-DeviceUpdateAgent/Operational" /v "Enabled" /t REG_DWORD /d "0" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-WindowsUpdateClient/Operational]" /v "Enabled" /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
    
                if "%ImageDefaultLanguage%" equ "zh-CN" Reg add "HKLM\TK_SOFTWARE\Microsoft\LexiconUpdate\loc_0804" /v "HapDownloadEnabled" /t REG_DWORD /d "0" /f >nul 2>&1
                if "%ImageDefaultLanguage%" equ "zh-HK" Reg add "HKLM\TK_SOFTWARE\Microsoft\LexiconUpdate\loc_0804" /v "HapDownloadEnabled" /t REG_DWORD /d "0" /f >nul 2>&1
                if "%ImageDefaultLanguage%" equ "zh-TW" Reg add "HKLM\TK_SOFTWARE\Microsoft\LexiconUpdate\loc_0804" /v "HapDownloadEnabled" /t REG_DWORD /d "0" /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\WindowsUpdate" /v "DoNotConnectToWindowsUpdateInternetLocations" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "DisableWindowsUpdateAccess" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "WUServer" /t REG_SZ /d " " /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "WUStatusServer" /t REG_SZ /d " " /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "UpdateServiceUrlAlternate" /t REG_SZ /d " " /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "AUOptions" /t REG_DWORD /d "2" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "UseWUServer" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SYSTEM\ControlSet001\Services\wuauserv" /v "Start" /t REG_DWORD /d "4" /f >nul 2>&1
            )
     
  13. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    Code:
    if "%ImageDefaultLanguage%" equ "zh-CN" Reg add "HKLM\TK_SOFTWARE\Microsoft\LexiconUpdate\loc_0804" /v "HapDownloadEnabled" /t REG_DWORD /d "0" /f >nul 2>&1
                if "%ImageDefaultLanguage%" equ "zh-HK" Reg add "HKLM\TK_SOFTWARE\Microsoft\LexiconUpdate\loc_0804" /v "HapDownloadEnabled" /t REG_DWORD /d "0" /f >nul 2>&1
                if "%ImageDefaultLanguage%" equ "zh-TW" Reg add "HKLM\TK_SOFTWARE\Microsoft\LexiconUpdate\loc_0804" /v "HapDownloadEnabled" /t REG_DWORD /d "0" /f >nul 2>&1

    If I delete these lines, will the updates be completely disabled?

    p.s
    I'm much quicker to test your registry tweaks in my automated scripts (This allows me to do several things at once).
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes you can add it to RemovePkgs.txt list

    The below is the list for Windows 11, if using ToolKitHelper.exe outside Toolkit then remove the ManualSetup entry from the list.

    Code:
    EdgeChromium
    InternetExplorer
    FirstLogonAnimation
    GameExplorer
    SpeechRecognition
    WindowsMediaPlayer
    WindowsPhotoViewer
    WinSAT
    OfflineFiles
    OpenSSH
    RemoteDesktopClient
    RDC
    SimpleTCPIPServices
    TelnetClient
    TFTPClient
    WorksFolderClient
    AssignedAccess
    CEIP
    FaceRecognition
    KernelDebugging
    LocationService
    PicturePassword
    PinEnrollment
    UnifiedTelemetryClient
    WiFiNetworkManager
    WindowsErrorReporting
    WindowsInsiderHub
    MultiPointConnector
    RemoteAssistance
    RemoteDesktopServer
    RemoteRegistry
    DeviceLockdown
    EaseOfAccessThemes
    EasyTransfer
    FileHistory
    ManualSetup
    ProjFS
    SecurityCenter
    StepsRecorder
    StorageSpaces
    SystemRestore
    WindowsBackup
    WindowsFirewall
    WindowsSubsystemForLinux
    WindowsToGo
    Wordpad
    AADBrokerPlugin
    AccountsControl
    AssignedAccessLockApp
    AsyncTextService
    BioEnrollment
    CallingShellApp
    CapturePicker
    CBSPreview
    ContentDeliveryManager
    CredDialogHost
    ECApp
    Edge
    EdgeDevToolsClient
    FileExplorer
    LockApp
    MapControl
    NarratorQuickStart
    OneDrive
    OOBENetworkCaptivePortal
    OOBENetworkConnectionFlow
    ParentalControls
    PeopleExperienceHost
    QuickAssist
    RetailDemoContent
    SecureAssessmentBrowser
    SkypeORTC
    SmartScreen
    Win32WebViewHost
    WindowsDefender
    WindowsMixedReality
    WindowsReaderPDF
    WindowsStoreClient
    XboxClient
    XboxGameCallableUI
    XGpuEjectDialog
    Alarms
    BingNews
    BingWeather
    Calculator
    Camera
    ClientWebExperience
    CommunicationsApps
    Cortana
    DesktopAppInstaller
    FeedbackHub
    GamingApp
    GetHelp
    Getstarted
    HEIFImageExtension
    Maps
    Notepad
    OfficeHub
    Paint
    People
    Photos
    PowerAutomateDesktop
    ScreenSketch
    SolitaireCollection
    SoundRecorder
    StickyNotes
    StorePurchaseApp
    Terminal
    Todos
    VP9VideoExtensions
    WebMediaExtensions
    WebpImageExtension
    WindowsStoreApp
    XboxGameOverlay
    XboxGamingOverlay
    XboxIdentityProvider
    XboxSpeechToTextOverlay
    XboxTCUI
    YourPhone
    ZuneMusic
    ZuneVideo
    

     
  15. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    Thank you for the information and the warning. I understood you.

    I work in a Toolkit and use RemovePkgsList for ToolkitHelper. But for someone this information will be necessary.
     
  16. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
  17. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    162
    75
    10
    Thanks. I will wait
     
  18. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    #20879 graver.x, Oct 19, 2021
    Last edited: Oct 19, 2021
    And such settings are not enough? (keys are created when the firewall is disabled in group policies)

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile]
    "EnableFirewall"=dword:00000000

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall\PublicProfile]
    "EnableFirewall"=dword:00000000

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall\StandardProfile]
    "EnableFirewall"=dword:00000000
     
    great ;)