1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #15281 inTerActionVRI, May 28, 2020
    Last edited: May 29, 2020
    QUOTE="RaiyvaN, post: 1599026, member: 94585"]I did some installation tests before applying the modifications through ToolKit. When I install any edition (I tested Home and Pro) they appear correctly, in the system information. But after removing apps and integrating (vc, directx, calc32, w7games and Edge Chromium) through the toolkit script, any edition I install becomes Enterprise.

    Could it be a problem in packaging? Failure to identify or rename Indexes? I don't know what to suggest... Just trying to raise a hypothesis.[/QUOTE]

    @MSMG, The integration of the VCruntime package causes the problem I reported. Convert all editions to Enterprise and force enable "Secure_Sign-in (press ctrl + alt + del, on the lock screen, to logon, etc.)".

    METHODS with the issues:
    Windows 1909 19H2 x86 18363.836
    Select source (1 > 1)
    Image Index's # [Range : 1-3, * - All]: > *
    (Home - Pro - Pro for Workstation)
    Mount boot > Yes
    Mount recovery > Yes
    Integrate 3 > 3 > L
    Integrate 3 > 3 > N
    Integrate 3 > 3 > M
    Integrate 3 > 3 > O (is VCruntime)
    Integrate 3 > 3 > C
    Integrate 3 > 3 > B
    Customize 5 > 5
    Customize 5 > 6
    Customize 5 > 7
    Customize 5 > 8 > A
    Customize 5 > 8 > C
    Customize 5 > 8 > D
    Customize 5 > 8 > E
    Customize 5 > 8 > F
    Customize 5 > 8 > G
    Customize 5 > 8 > H
    Customize 5 > 8 > I
    Customize 5 > 8 > J
    Customize 5 > 8 > L
    Integrate 3 > 5 > Yes > 7
    Integrate 3 > 5 > Yes > 6
    Apply changes to image (6 > 2 > Y)
    Rebuild (6 > 1)
    Make ISO (7 > 1)
    Windows 1909 19H2 x64 18363.836
    Select source (1 > 1)
    Image Index's # [Range : 1-3, * - All]: > *
    (Home - Pro - Pro for Workstation)
    Mount boot > Yes
    Mount recovery > Yes
    Integrate 3 > 3 > M
    Integrate 3 > 3 > O
    Integrate 3 > 3 > N
    Integrate 3 > 3 > P (is VCruntime)
    Integrate 3 > 3 > C
    Integrate 3 > 3 > B
    Integrate 3 > 3 > E
    Customize 5 > 5
    Customize 5 > 6
    Customize 5 > 7
    Customize 5 > 8 > A
    Customize 5 > 8 > C
    Customize 5 > 8 > D
    Customize 5 > 8 > E
    Customize 5 > 8 > F
    Customize 5 > 8 > G
    Customize 5 > 8 > H
    Customize 5 > 8 > I
    Customize 5 > 8 > J
    Customize 5 > 8 > L
    Integrate 3 > 5 > Yes > 7
    Integrate 3 > 5 > Yes > 6
    Apply changes to image (6 > 2 > Y)
    Rebuild (6 > 1)
    Make ISO (7 > 1)



    METHODS with no issues:
    Windows 1909 19H2 x86 18363.836
    Select source (1 > 1)
    Image Index's # [Range : 1-3, * - All]: > *
    (Home - Pro - Pro for Workstation)
    Mount boot > Yes
    Mount recovery > Yes
    Integrate 3 > 3 > L
    Integrate 3 > 3 > N
    Integrate 3 > 3 > M
    Integrate 3 > 3 > C
    Integrate 3 > 3 > B
    Customize 5 > 5
    Customize 5 > 6
    Customize 5 > 7
    Customize 5 > 8 > A
    Customize 5 > 8 > C
    Customize 5 > 8 > D
    Customize 5 > 8 > E
    Customize 5 > 8 > F
    Customize 5 > 8 > G
    Customize 5 > 8 > H
    Customize 5 > 8 > I
    Customize 5 > 8 > J
    Customize 5 > 8 > L
    Integrate 3 > 5 > Yes > 7
    Integrate 3 > 5 > Yes > 6
    Apply changes to image (6 > 2 > Y)
    Rebuild (6 > 1)
    Make ISO (7 > 1)
    Windows 1909 19H2 x64 18363.836
    Select source (1 > 1)
    Image Index's # [Range : 1-3, * - All]: > *
    (Home - Pro - Pro for Workstation)
    Mount boot > Yes
    Mount recovery > Yes
    Integrate 3 > 3 > M
    Integrate 3 > 3 > O
    Integrate 3 > 3 > N
    Integrate 3 > 3 > C
    Integrate 3 > 3 > B
    Integrate 3 > 3 > E
    Customize 5 > 5
    Customize 5 > 6
    Customize 5 > 7
    Customize 5 > 8 > A
    Customize 5 > 8 > C
    Customize 5 > 8 > D
    Customize 5 > 8 > E
    Customize 5 > 8 > F
    Customize 5 > 8 > G
    Customize 5 > 8 > H
    Customize 5 > 8 > I
    Customize 5 > 8 > J
    Customize 5 > 8 > L
    Integrate 3 > 5 > Yes > 7
    Integrate 3 > 5 > Yes > 6
    Apply changes to image (6 > 2 > Y)
    Rebuild (6 > 1)
    Make ISO (7 > 1)

    In the script these two lines are nonstandard. I don't know if it represents a problem, but %ImageBuild% is without quotes. Only that. I added the quotes purely for the aesthetics of the code, but I don't use the version of windows, in which, the lines are.
    line 4880 if %ImageBuild% leq 10586 if "%ImageInstallationType:~,6%" neq "Server" call :CreateFolder "%DVD%\sources\cli\%LanguagePackCode%"

    line 4893 if %ImageBuild% leq 10586 if "%ImageInstallationType:~,6%" neq "Server" xcopy /y "%Temp%\LanguagePack\setup\sources\%LanguagePackCode%\cli\*.*" "%DVD%\sources\cli\%LanguagePackCode%" >nul

    edit: add windows version 18363.836
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. agarbar90

    agarbar90 MDL Novice

    Feb 29, 2016
    41
    22
    0
    Hi @MSMG

    What's the correct build to work with v2004?

    19041.1
    19041.208
    19041.264
    Other?
    Doesn't matter?

    Thanks in advance ^^
     
  3. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    #15284 Feartamixg, May 28, 2020
    Last edited: May 29, 2020
    Tested v9.9 with 19041.264 Enterprise using the latest ToolKitHelper and did not receive any SFC errors. :)

    • x86 ISO: 19041.264.200510-0252.VB_RELEASE_SVC_PROD1_CLIENTENTERPRISE_VOL_X86FRE_EN-GB.ISO
    • x64 ISO: 19041.264.200510-0503.VB_RELEASE_SVC_PROD1_CLIENTENTERPRISE_VOL_X64FRE_EN-GB.ISO
    Extract ISO (1 > 3)

    Select source (1 > 1) (also mount boot and recovery images)

    Integrate Win32 calculator (3 > 3 > C)

    Remove using RemovePkgsList.txt (4 > 3)
    ToolKitHelper:GameExplorer
    ToolKitHelper:MapControl
    ToolKitHelper:OneDrive
    ToolKitHelper:peopleExperienceHost
    ToolKitHelper:pPIProjection
    ToolKitHelper:RetailDemoContent
    ToolKitHelper:SkypeORTC
    ToolKitHelper:SecureAssessmentBrowser
    ToolKitHelper:WindowsMixedReality
    ToolKitHelper:XboxGameCallableUI
    ToolKitHelper:3DViewer
    ToolKitHelper:AdvertisingXaml
    ToolKitHelper:Alarms
    ToolKitHelper:BingWeather
    ToolKitHelper:Calculator
    ToolKitHelper:Camera
    ToolKitHelper:CommunicationsApps
    ToolKitHelper:DesktopAppInstaller
    ToolKitHelper:FeedbackHub
    ToolKitHelper:GetHelp
    ToolKitHelper:Getstarted
    ToolKitHelper:HEIFImageExtension
    ToolKitHelper:Maps
    ToolKitHelper:Messaging
    ToolKitHelper:MixedRealityPortal
    ToolKitHelper:OfficeHub
    ToolKitHelper:OfficeOneNote
    ToolKitHelper:OneConnect
    ToolKitHelper:paint3D
    ToolKitHelper:people
    ToolKitHelper:photos
    ToolKitHelper:print3D
    ToolKitHelper:ScreenSketch
    ToolKitHelper:SkypeApp
    ToolKitHelper:SolitaireCollection
    ToolKitHelper:SoundRecorder
    ToolKitHelper:StickyNotes
    ToolKitHelper:VP9VideoExtensions
    ToolKitHelper:WalletService
    ToolKitHelper:WebMediaExtensions
    ToolKitHelper:WebpImageExtensions
    ToolKitHelper:XboxApp
    ToolKitHelper:XboxIdentityProvider
    ToolKitHelper:YourPhone
    ToolKitHelper:ZuneMusic
    ToolKitHelper:ZuneVideo

    Tweaks for Task View, App Downloads, Photo Viewer (5 > 8 > B/D/J)

    Cleanup (6 > 1)

    Apply changes to image (6 > 2 > Y)

    Rebuild (6 > 1)

    Convert WIM to ESD (2 > 4)

    Make ISO (7 > 1)
     
  4. DirtyAngelicaSecured

    Mar 30, 2020
    101
    17
    10
    Is the bug that forces MSMG-Toolkit-removed packages to return after updates still present in Windows version 2004?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. haremmon

    haremmon MDL Novice

    Aug 29, 2016
    20
    18
    0
    I didn't realize there was a new exe only file that was newer than the one in Toolkit9.9 7z file! Thank you for this and no wonder I was facing issues previously. :)

     
  6. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    #15287 MIMMO61, May 29, 2020
    Last edited: May 29, 2020
    SORRY!!
    edit.......
     
  7. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
  8. spidernz

    spidernz MDL Senior Member

    May 20, 2011
    390
    114
    10
    @MSMG

    Would you be able to add these silly windows uwp apps for removal in some future release?
    Also would be cool to have a notepad 3 default addon now that we can remove the crappy notepad
     

    Attached Files:

  9. OrdinaryNova

    OrdinaryNova MDL Novice

    Mar 15, 2019
    32
    3
    0
    Sorry to ask again but do you have any estimation for 2004 Advanced Components Removal? ( I'll set up a network and will select version accordingly )
     
  10. joorno

    joorno MDL Novice

    Sep 4, 2010
    17
    3
    0
    After you're done with the tool, is there a benefit to converting the WIM to ESD? What?
     
  11. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    MIMMO61 ...... The language used here is English! PLEASE!
     
  12. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    #15293 MIMMO61, May 30, 2020
    Last edited: May 30, 2020
    I apologizeI had not activated the translator.
    Forgive me.
     
  13. xhemal1325

    xhemal1325 MDL Member

    May 24, 2014
    124
    10
    10
    Hi
    Im debloading v1909, REMOVING EVRYTHING What is possible, anyone had any problemss ?
    And yeah its taking a long long time to remove components, idk why meaby because its on 30% of my CPU, any way to make his program work faster ?
     
  14. spidernz

    spidernz MDL Senior Member

    May 20, 2011
    390
    114
    10
    I can upload my package list later.
    Cant make it faster, dism does things sequentially, so doesn't use multicore much.
    It'll take 15-30mins depending on cpu
     
  15. joorno

    joorno MDL Novice

    Sep 4, 2010
    17
    3
    0
    Thanks very much for the info. I still prefer to put mine on DVD, and starting with version 2004, I'm going over by just a little bit, even though I do remove some things. I look forward to trying ESD, to see if I can still get it to DVD size without too much hassle. I'm OK with using a USB stick, I just want to use DVD as long as I can.
     
  16. spidernz

    spidernz MDL Senior Member

    May 20, 2011
    390
    114
    10
    Current Package List 1909 (some items may have changed for 2004)
    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:YourPhone
    ToolKitHelper:ZuneMusic
    ToolKitHelper:ZuneVideo
    
     
  17. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    ToolKitHelper:WindowsToGo is no longer in 2004
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. xhemal1325

    xhemal1325 MDL Member

    May 24, 2014
    124
    10
    10
    thanks , how do you gave a pic of task manager , how manny processes and ram usage after clen install