1. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    162
    75
    10
    https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-660#post-1558968
    I wrote earlier that I was getting a damaged image and as I found out the case was in "Speech Recognition". Speech often occurs in the logs after the sfc / scannow command. Maybe I'm wrong, but it seems to me the case in "Speech". This time did not touch: Game Explorer, Speech, WinSAT, Cortana, Store, Calculiator, Photos, Paint and no damage was found.
     
  2. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    Has anybody experienced hanging in the Toolkit when integrating the updates? It seems to hang on the last line here:
    ===============================================================================
    MSMG ToolKit - Integrate WHD General Updates
    to Windows Setup Boot, Install & Recovery Images
    ===============================================================================

    -------------------------------------------------------------------------------
    ##################Starting Integrating WHD General Updates#####################
    ##############to Windows Setup Boot, Install & Recovery Images#################
    -------------------------------------------------------------------------------

    Image : Boot.wim | Install.wim | WinRE.wim
    Image Indexes : 1, 2 | 1 | 1
    Image Architecture : x64
    Image Version : 10.0.18362.418.0
    Image Edition : Enterprise
    Image Default Language : en-GB

    -------------------------------------------------------------------------------
    ####Processing WHD General Updates Packages####################################
    -------------------------------------------------------------------------------

    Creating WHD General Updates Temporary folder...

    Extracting .CAB Package files to Temporary folder...

    Files being used:
    ISO - 18363.418.191007-0143.19H2_RELEASE_SVC_REFRESH_CLIENTENTERPRISE_VOL_X64FRE_EN-GB.ISO
    SSU - windows10.0-kb4528759-x64_c2d6639977986b927d0b9f1acf0fb203c38fc8c8.msu
    CU - windows10.0-kb4528760-x64_4ea59b94564145460ab025616ff10460bb7894d8.msu
    Toolkit - v1.0.2376.0

    I didn't notice hanging with x86 files, but I shall try again later to find out.
     
  3. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    #13823 Tiger-1, Jan 16, 2020
    Last edited: Jan 16, 2020

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. hxlio0

    hxlio0 MDL Novice

    Jan 14, 2020
    15
    0
    0

    This does not work, verified!

    If replace HKCU with HKLM, it works! Is this right or wrong?
     
  5. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    Also seeing this hang with x86, but not such a long hang as x64.

    ISO - 18363.418.191007-0143.19H2_RELEASE_SVC_REFRESH_CLIENTENTERPRISE_VOL_X86FRE_EN-GB.ISO
    SSU - windows10.0-kb4528759-x86_5ee4c5443a4d70dcf2399e1c2afe57f625e72b3d.msu
    CU - windows10.0-kb4528760-x86_e8a6aae0076403e9d8d68c3ccc3f753728298b83.msu
    Toolkit - v1.0.2376.0

    Perhaps the hanging is caused by the new update? Or perhaps my system, but I always disable my antivirus before beginning any work with the Toolkit.
     
  6. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    ^
    very good question friend :thinking:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    msmg: will you be getting latest CU compatible with [new toolkithelper]?

    does it take much time to get latest CU compatible?

    in fact, will it be necessary to get the helper compatible for every future CU manually? nasty thing to keep up with. do hope M$ will make changes.
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    HKEY_USERS\.DEFAULT is the profile for the LOCALSYSTEM account. It is an alias for HKEY_USERS\S-1-5-18. The registry settings used as the default settings for a user who logs in and does not have an existing profile are at C:\Users\Default\ntuser

    HKEY_CURRENT_USER contains configuration information for Windows and software specific to the currently logged in user.

    Try using the full name

    Code:
    reg delete "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\MultiTaskingView\AllUpView" /v Enabled /f
    reg add "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d "0" /f
    
    If you are importing the registry to live system then no need to mount the registry hive unless the registry hive is not mounted.

    Only for offline images you need to mount the registry hive and then import the registry commands.


     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Many components are inter-related and it needs careful testing, have fixed many bugs in the newer ToolkitHelper.exe uploaded recently.

    Speech component is shared with Cortana.

     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    You mean the extraction stage, may be it's waiting for user key input, will checkout what's causing the exaction to hang.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes will be updating the ToolkitHelper to support newer CU, need to check whether the new CU make changes for any of the components removed by Toolkit.

    Yes it's a pain to keep updating ToolKitHelper to support the newer CU's, need to work on mechanism to auto-recognize the changes made by the CU and remove them too.

     
  12. hxlio0

    hxlio0 MDL Novice

    Jan 14, 2020
    15
    0
    0
    Without mounting, it works!
    What to do?
     
  13. hxlio0

    hxlio0 MDL Novice

    Jan 14, 2020
    15
    0
    0
    Can I disable Tamper Protection on a live system through setupcomplete?
     
  14. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    #13835 Tiger-1, Jan 16, 2020
    Last edited: Jan 17, 2020
    yep me too, haha myself ;):D
    Edit: already removed ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    162
    75
    10
    In the new version of ToolkitHelper, everything is fine
     
  16. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    72
    18
    0
    #13837 amnester, Jan 16, 2020
    Last edited: Jan 16, 2020
    Hello, MSMG and all users of this wonderful program. My question is : what components ARE not restored after Windows updates? Or are all components restored? (1909). Thanks.
     
  17. kompassorpigo

    kompassorpigo MDL Member

    Jun 22, 2016
    128
    23
    10
  18. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    If this has to be done for every CU.. it's a tedious task, especially since there's a new CU every month. Wonder what options there are now; not so ideally I could just disable stuff.
     
  19. spidernz

    spidernz MDL Senior Member

    May 20, 2011
    390
    114
    10
    which of these do i need to keep in order to have search still work?
    Packages:
    Code:
    ToolKitHelper:3DViewer
    ToolKitHelper:AADBrokerPlugin
    ToolKitHelper:AdobeFlashForWindows
    ToolKitHelper:AdvertisingXaml
    ToolKitHelper:Alarms
    ToolKitHelper:AssignedAccess
    ToolKitHelper:AssignedAccessLockApp
    ToolKitHelper:BingWeather
    ToolKitHelper:BioEnrollment
    ToolKitHelper:Calculator
    ToolKitHelper:Camera
    ToolKitHelper:CBSPreview
    ToolKitHelper:CEIP_SQM
    ToolKitHelper:CommunicationsApps
    ToolKitHelper:ContentDeliveryManager
    ToolKitHelper:Cortana
    ToolKitHelper:DesktopAppInstaller
    ToolKitHelper:DeviceLockdown
    ToolKitHelper:EaseOfAccessThemes
    ToolKitHelper:ECApp
    ToolKitHelper:Edge
    ToolKitHelper:EdgeDevToolsClient
    ToolKitHelper:FaceRecognition
    ToolKitHelper:FeedbackHub
    ToolKitHelper:FileExplorer
    ToolKitHelper:FirstLogonAnimation
    ToolKitHelper:GameExplorer
    ToolKitHelper:GetHelp
    ToolKitHelper:Getstarted
    ToolKitHelper:HEIFImageExtension
    ToolKitHelper:HomeGroup
    ToolKitHelper:InternetExplorer
    ToolKitHelper:KernelDebugging
    ToolKitHelper:LockApp
    ToolKitHelper:MapControl
    ToolKitHelper:Maps
    ToolKitHelper:Messaging
    ToolKitHelper:MixedRealityPortal
    ToolKitHelper:NarratorQuickStart
    ToolKitHelper:OfficeHub
    ToolKitHelper:OfficeOneNote
    ToolKitHelper:OneConnect
    ToolKitHelper:OneDrive
    ToolKitHelper:Paint
    ToolKitHelper:Paint3D
    ToolKitHelper:ParentalControls
    ToolKitHelper:People
    ToolKitHelper:PeopleExperienceHost
    ToolKitHelper:Photos
    ToolKitHelper:PicturePassword
    ToolKitHelper:PinEnrollment
    ToolKitHelper:PPIProjection
    ToolKitHelper:Print3D
    ToolKitHelper:QuickAssist
    ToolKitHelper:RemoteAssistance
    ToolKitHelper:RetailDemoContent
    ToolKitHelper:ScreenSketch
    ToolKitHelper:SecureAssessmentBrowser
    ToolKitHelper:SecurityCenter
    ToolKitHelper:SettingSync
    ToolKitHelper:SkypeApp
    ToolKitHelper:SkypeORTC
    ToolKitHelper:SmartScreen
    ToolKitHelper:SnippingTool
    ToolKitHelper:SolitaireCollection
    ToolKitHelper:SoundRecorder
    ToolKitHelper:SpeechRecognition
    ToolKitHelper:StickyNotes
    ToolKitHelper:SystemRestore
    ToolKitHelper:UnifiedTelemetryClient
    ToolKitHelper:VP9VideoExtensions
    ToolKitHelper:WalletService
    ToolKitHelper:WebMediaExtensions
    ToolKitHelper:WebpImageExtensions
    ToolKitHelper:WiFiNetworkManager
    ToolKitHelper:Win32WebViewHost
    ToolKitHelper:WindowsDefender
    ToolKitHelper:WindowsErrorReporting
    ToolKitHelper:WindowsInsiderHub
    ToolKitHelper:WindowsMediaPlayer
    ToolKitHelper:WindowsMixedReality
    ToolKitHelper:WindowsPhotoViewer
    ToolKitHelper:WindowsReaderPDF
    ToolKitHelper:WindowsSubsystemForLinux
    ToolKitHelper:WindowsToGo
    ToolKitHelper:WinSAT
    ToolKitHelper:XboxGameCallableUI
    ToolKitHelper:XboxIdentityProvider
    ToolKitHelper:YourPhone
    ToolKitHelper:ZuneMusic
    ToolKitHelper:ZuneVideo
    
    Features:
    Code:
    AppServerClient
    Client-DeviceLockdown
    Client-EmbeddedShellLauncher
    ClientForNFS-Infrastructure
    Client-ProjFS
    Containers
    Containers-DisposableClientVM
    DataCenterBridging
    DirectoryServices-ADAM-Client
    FaxServicesClientPackage
    HostGuardian
    HypervisorPlatform
    IIS-ApplicationDevelopment
    IIS-ApplicationInit
    IIS-ASP
    IIS-ASPNET
    IIS-ASPNET45
    IIS-BasicAuthentication
    IIS-CertProvider
    IIS-CGI
    IIS-ClientCertificateMappingAuthentication
    IIS-CommonHttpFeatures
    IIS-CustomLogging
    IIS-DefaultDocument
    IIS-DigestAuthentication
    IIS-DirectoryBrowsing
    IIS-FTPExtensibility
    IIS-FTPServer
    IIS-FTPSvc
    IIS-HealthAndDiagnostics
    IIS-HostableWebCore
    IIS-HttpCompressionDynamic
    IIS-HttpCompressionStatic
    IIS-HttpErrors
    IIS-HttpLogging
    IIS-HttpRedirect
    IIS-HttpTracing
    IIS-IIS6ManagementCompatibility
    IIS-IISCertificateMappingAuthentication
    IIS-IPSecurity
    IIS-ISAPIExtensions
    IIS-ISAPIFilter
    IIS-LegacyScripts
    IIS-LegacySnapIn
    IIS-LoggingLibraries
    IIS-ManagementConsole
    IIS-ManagementScriptingTools
    IIS-ManagementService
    IIS-Metabase
    IIS-NetFxExtensibility
    IIS-NetFxExtensibility45
    IIS-ODBCLogging
    IIS-Performance
    IIS-RequestFiltering
    IIS-RequestMonitor
    IIS-Security
    IIS-ServerSideIncludes
    IIS-StaticContent
    IIS-URLAuthorization
    IIS-WebDAV
    IIS-WebServer
    IIS-WebServerManagementTools
    IIS-WebServerRole
    IIS-WebSockets
    IIS-WindowsAuthentication
    IIS-WMICompatibility
    Microsoft-Hyper-V
    Microsoft-Hyper-V-All
    Microsoft-Hyper-V-Hypervisor
    Microsoft-Hyper-V-Management-Clients
    Microsoft-Hyper-V-Management-PowerShell
    Microsoft-Hyper-V-Services
    Microsoft-Hyper-V-Tools-All
    Microsoft-Windows-Client-EmbeddedExp-Package
    Microsoft-Windows-NetFx3-OC-Package
    Microsoft-Windows-NetFx3-WCF-OC-Package
    Microsoft-Windows-NetFx4-WCF-US-OC-Package
    MicrosoftWindowsPowerShellV2
    MicrosoftWindowsPowerShellV2Root
    Microsoft-Windows-Subsystem-Linux
    MSMQ-ADIntegration
    MSMQ-Container
    MSMQ-DCOMProxy
    MSMQ-HTTP
    MSMQ-Multicast
    MSMQ-Server
    MSMQ-Triggers
    MSRDC-Infrastructure
    MultiPoint-Connector
    MultiPoint-Connector-Services
    MultiPoint-Tools
    NetFx4-AdvSrvs
    NetFx4Extended-ASPNET45
    NFS-Administration
    Printing-Foundation-Features
    Printing-Foundation-InternetPrinting-Client
    Printing-Foundation-LPDPrintService
    Printing-Foundation-LPRPortMonitor
    Printing-XPSServices-Features
    ServicesForNFS-ClientOnly
    SimpleTCP
    SMB1Protocol
    SMB1Protocol-Client
    SMB1Protocol-Deprecation
    SMB1Protocol-Server
    SmbDirect
    TelnetClient
    TFTP
    TIFFIFilter
    VirtualMachinePlatform
    WAS-ConfigurationAPI
    WAS-NetFxEnvironment
    WAS-ProcessModel
    WAS-WindowsActivationService
    Windows-Defender-ApplicationGuard
    Windows-Identity-Foundation
    WorkFolders-Client