1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #24401 inTerActionVRI, Jan 11, 2023
    Last edited: Jan 12, 2023
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Use a shortened the path...
    Like C:\MSMG
    Use Start.cmd not as admin, as normal user (2 click only).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    @DennyAmaro

    Smart App Control

    Enable
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Policy]
    "VerifiedAndReputablePolicyState"=dword:00000001
    
    Disable
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Policy]
    "VerifiedAndReputablePolicyState"=dword:00000000
    
    Evaluation
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Policy]
    "VerifiedAndReputablePolicyState"=dword:00000002
    
    Source: 11 Forum
     
    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
    @MSMG Can you please confirm if the user name entered when instsalling Windows is added to the Users local group.
    With the v129 21H2 2251 image I'm using, the user is consistently not added to the users local group.
     
  5. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    You can't add the user, either, with:
    lusrmgr.msc
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    Is that a question or a statement?

    If it's a question: yes I can add it via lusrmgr.msc.
    I was also able to add the user with net localgroup users tanya /add

    What I want to know is it supposed to be this way?
    On the absence of any answer I've updated my script to add the account to the local users group.
    But other people I talk to say it's not supposed to happen.
     
  7. pacoolio

    pacoolio MDL Member

    Jun 10, 2009
    121
    108
    10
    Could you please share the script, because I'm interested in testing and seeing how it works?
     
  8. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #24408 inTerActionVRI, Jan 13, 2023
    Last edited: Jan 13, 2023
    Sorry, it was a question.

    I do not think so.
    Was a clean install done? Or inplace update?
    But I also don't know much else to tell you... But since I don't think it's something generated by customization through the Toolkit, it could obviously be an update bug.

    Hopefully in the next updates this will be fixed.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    I used v12.9 of the toolkit with 21H2 LTSC ISO and 2251 patch.
    I kept photo viewer, firewall, notepad and capture picker. Pretty much everything else was removed.

    i never do in place upgrades, only clean installs.

    I grabbed an older drive which was created with the same ISO, 2006 patch and v12.8 of the script. It does the same thing.

    Ok, so it doesn't happen to you. If it's only happening to me I must surely be cursed :)

    @pacoolio the script would be all but useless to you. It's extremely cuistomized for the dozen or so PCs I have to support. It installs a very specific set of applications and games, as well as Windows customizations.

    Code:
    net localgroup users
    
    Will show who is the the local users group; or

    Code:
    net user tanya
    
    Will show what groups I am in

    The modification to the script was simply

    Code:
    net localgroup users %USERNAME% /add
    
     
  10. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    What a boring thing...
    Do you use autounttend.xml or do you integrate unattend.xml into the image?
    Is it not something in these xml?
    I use autounattend.xml. And no, it really didn't happen to me.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    No, I don't use either of those. I integrate .net3.5, use win32calc and photoviewer, and remove most components. Other than that no tweaking at all for the image.
    So as soon as I install WIndows I check and see accounts are not part of the local users group.
     
  12. pacoolio

    pacoolio MDL Member

    Jun 10, 2009
    121
    108
    10
    #24412 pacoolio, Jan 15, 2023
    Last edited: Jan 15, 2023
    Does the toolkit v13.1 work with the latest build of LTSC 2019 (17763.3887) and LTSC 2021 (19044.2486) or has anyone encountered any problems? I would highly appreciate any feedback.

    @MSMG
     
  13. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,094
    2,865
    90
    1904x.2486 is a yes. I used it to remove components from that build(not with toolkithelper.exe tho).
    17763.3887 can't say, haven't tried myself.
     
  14. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,325
    11,603
    270
    @pacoolio hello well at least for me when working with version 1809 iso's I've only been using toolkit v10.1 for a long time and never had the slightest problem; however, when working with iso's from version 1904 onwards, I use other means that I designed myself using only powershell, a lot of reasoning, and no rush but... it's still a long way from perfection and I wish you good luck ok :good3:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    @MSMG Reporting a bug

    Bug: Packages are not removed using package list
    Function: Remove components using package list
    Method: Use DISM Method
    Result: The specified package has already been removed.
    Source Image used: Windows 10 LTSC 2019 x64
    Toolkit Version: 13.1

    I checked twice all the packages are still there, none of the packages are removed, got the same response on all 292 packages i.e. "the specified package has already been removed"

    RemovePkgsList.txt

    Code:
    Containers-ApplicationGuard-Package
    Containers-ApplicationGuard-Shared-Package
    Containers-ApplicationGuard-Shared-windows-Package
    Containers-ApplicationGuard-Shared-WOW64-Package
    Containers-ApplicationGuard-WOW64-Package
    Containers-Client-Manager-onecore-Package
    Containers-Client-Manager-Package
    Containers-Client-Shared-Package
    Containers-DisposableClientVM-Package
    Containers-DisposableClientVM-windows-Package
    Containers-OptionalFeature-DisposableClientVM-Package
    Containers-Server-Package
    DiskIo-QoS-Package
    HyperV-Compute-Host-Containers-onecore-Package
    HyperV-Compute-Host-Containers-Package
    HyperV-Compute-Host-onecore-Package
    HyperV-Compute-Host-Package
    HyperV-Compute-Host-VirtualMachines-onecore-Package
    HyperV-Compute-Host-VirtualMachines-Package
    HyperV-Compute-Storage-onecore-Package
    HyperV-Compute-Storage-Package
    HyperV-Compute-System-VirtualMachine-onecore-Package
    HyperV-Compute-System-VirtualMachine-Package
    HyperV-Compute-System-VirtualMachine-vm-Package
    HyperV-Compute-System-VmDirect-onecore-Package
    HyperV-Compute-System-VmDirect-Package
    HyperV-DynamicMemory-VirtualDevice-Package
    HyperV-Feature-ApplicationGuard-Package
    HyperV-Feature-Containers-Package
    HyperV-Feature-VirtualMachinePlatform-Package
    HyperV-Host-Compute-Interop-Package
    HyperV-Host-Compute-PowerShell-Module-onecore-Package
    HyperV-Host-Compute-PowerShell-Module-Package
    HyperV-Host-Devices-EmulatedChipset-Package
    HyperV-Host-Devices-EmulatedChipset-vm-Package
    HyperV-HvSocket-Package
    HyperV-Hypervisor-minkernel-Package
    HyperV-Hypervisor-onecore-Package
    HyperV-Hypervisor-Package
    HyperV-HypervisorPlatform-onecore-Package
    HyperV-HypervisorPlatform-Package
    HyperV-IntegrationComponents-VirtualDevice-Core-Package
    HyperV-IntegrationComponents-VirtualDevice-Server-Package
    HyperV-IsolatedVM-SVC-mergedcomponents-Package
    HyperV-IsolatedVM-SVC-onecore-Package
    HyperV-IsolatedVM-SVC-Package
    HyperV-KMCL-Host-Package
    HyperV-Networking-Containers-onecore-Package
    HyperV-Networking-Containers-Package
    HyperV-Networking-onecore-Package
    HyperV-Networking-Package
    HyperV-Networking-VirtualDevice-Emulated-Package
    HyperV-Networking-VirtualDevice-Synthetic-onecore-Package
    HyperV-Networking-VirtualDevice-Synthetic-Package
    HyperV-PCI-VirtualDevice-PCI-onecore-Package
    HyperV-PCI-VirtualDevice-PCI-Package
    HyperV-PCI-VirtualDevice-PCI-vm-Package
    HyperV-Primitive-VirtualMachine-Package
    HyperV-RDP4VS-onecore-Package
    HyperV-RDP4VS-Package
    HyperV-Storage-QoS-Package
    HyperV-Storage-VirtualDevice-FibreChannel-onecore-Package
    HyperV-Storage-VirtualDevice-FibreChannel-Package
    HyperV-Storage-VirtualDevice-FibreChannel-vm-Package
    HyperV-Storage-VirtualDevice-IDE-onecore-Package
    HyperV-Storage-VirtualDevice-IDE-Package
    HyperV-Storage-VirtualDevice-IDE-vm-Package
    HyperV-Storage-VirtualDevice-PMEM-onecore-Package
    HyperV-Storage-VirtualDevice-PMEM-Package
    HyperV-Storage-VirtualDevice-PMEM-vm-Package
    HyperV-Storage-VirtualDevice-SCSI-onecore-Package
    HyperV-Storage-VirtualDevice-SCSI-Package
    HyperV-Storage-VirtualDevice-SMB-onecore-Package
    HyperV-Storage-VirtualDevice-SMB-Package
    HyperV-Storage-VSP-onecore-Package
    HyperV-Storage-VSP-Package
    HyperV-UX-Common-Package
    HyperV-UX-PowerShell-Module-HyperV-Package
    HyperV-UX-PowerShell-Module-HyperV-servercommon-Package
    HyperV-UX-PowerShell-Module-HyperV-vm-Package
    HyperV-UX-PowerShell-Module-HyperV-WOW64-Package
    HyperV-UX-PowerShell-Module-HyperV-WOW64-servercommon-Package
    HyperV-UX-PowerShell-Module-HyperV-WOW64-vm-Package
    HyperV-UX-UI-62-Package
    HyperV-UX-UI-62-termsrv-Package
    HyperV-UX-UI-62-vm-Package
    HyperV-UX-UI-63-Package
    HyperV-UX-UI-63-termsrv-Package
    HyperV-UX-UI-63-vm-Package
    HyperV-UX-UI-Client-Package
    HyperV-UX-UI-Client-vm-Package
    HyperV-UX-UI-Package
    HyperV-UX-UI-termsrv-Package
    HyperV-UX-UI-vm-Package
    HyperV-VID-Package
    HyperV-VmBus-Host-onecore-Package
    HyperV-VmBus-Host-Package
    HyperV-VmBus-VirtualDevice-onecore-Package
    HyperV-VmBus-VirtualDevice-Package
    HyperV-VmChipset-Package
    HyperV-VMMS-onecore-Package
    HyperV-VMMS-Package
    HyperV-VMMS-vm-Package
    HyperV-VmSerial-Package
    HyperV-VmTpm-Package
    HyperV-VmUiDevices-Package
    HyperV-Vpci-VirtualDevice-FlexIo-onecore-Package
    HyperV-Vpci-VirtualDevice-FlexIo-Package
    HyperV-Vpci-VirtualDevice-Gpup-onecore-Package
    HyperV-Vpci-VirtualDevice-Gpup-Package
    HyperV-Vpci-VSP-onecore-Package
    HyperV-Vpci-VSP-Package
    HyperV-Worker-onecore-Package
    HyperV-Worker-Package
    LanguageFeatures-WordBreaking-en-legacy-Package
    LanguageFeatures-WordBreaking-en-legacy-WOW64-Package
    LanguageFeatures-WordBreaking-en-Package
    LanguageFeatures-WordBreaking-en-WOW64-Package
    Microsoft-Hyper-V-ClientEdition-Package
    Microsoft-Hyper-V-ClientEdition-WOW64-Package
    Microsoft-Hyper-V-Hypervisor-onecore-Package
    Microsoft-Hyper-V-Hypervisor-Package
    Microsoft-Hyper-V-Offline-Common-onecore-Package
    Microsoft-Hyper-V-Offline-Common-Package
    Microsoft-Hyper-V-Offline-Common-vm-Package
    Microsoft-Hyper-V-Offline-Core-Group-onecore-Package
    Microsoft-Hyper-V-Offline-Core-Group-Package
    Microsoft-Hyper-V-Offline-Core-Group-servercommon-Package
    Microsoft-Hyper-V-Offline-Core-Group-vm-Package
    Microsoft-Hyper-V-Online-Services-Package
    Microsoft-Hyper-V-Online-Services-vm-Package
    Microsoft-Hyper-V-Package-base-onecore-Package
    Microsoft-Hyper-V-Package-base-Package
    Microsoft-Hyper-V-Services-Package
    Microsoft-IoTUAP-ShellExt-Tools-Package
    Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package
    Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package
    Microsoft-OneCore-Containers-Guest-Shared-Package
    Microsoft-OneCore-Containers-Package
    Microsoft-OneCore-EventLogAPI-Package
    Microsoft-OneCore-Http-Package
    Microsoft-OneCore-IsolatedUserMode-minkernel-Package
    Microsoft-OneCore-IsolatedUserMode-onecore-Package
    Microsoft-OneCore-IsolatedUserMode-Package
    Microsoft-Onecore-SPP-VirtualDevice-Package
    Microsoft-OneCore-VirtualizationBasedSecurity-Package
    Microsoft-Shielded-VM-Service-Package
    Microsoft-UtilityVM-Containers-Setup-Shared-Package
    Microsoft-UtilityVM-Containers-Shared-onecore-Package
    Microsoft-UtilityVM-Containers-Shared-Package
    Microsoft-Windows-ApiSetSchemaExtension-HyperV-ComputeCore-Package
    Microsoft-Windows-ApiSetSchemaExtension-HyperV-ComputeLegacy-Package
    Microsoft-Windows-ApiSetSchemaExtension-HyperV-ComputeNetwork-Package
    Microsoft-Windows-ApiSetSchemaExtension-HyperV-ComputeStorage-Package
    Microsoft-Windows-ApiSetSchemaExtension-HyperV-DeviceVirtualization-Package
    Microsoft-Windows-AppManagement-AppV-Package
    Microsoft-Windows-AppManagement-AppV-WOW64-Package
    Microsoft-Windows-AppManagement-Common-Package
    Microsoft-Windows-AppManagement-Common-WOW64-Package
    Microsoft-Windows-AppManagement-UEV-Package
    Microsoft-Windows-AppManagement-UEV-WOW64-Package
    Microsoft-Windows-Basic-Http-Minio-Package
    Microsoft-Windows-Client-ShellLauncher-Package
    Microsoft-Windows-COM-MSMQ-package
    Microsoft-Windows-ConfigCI-Onecore-WOW64-Package
    Microsoft-Windows-CoreSystem-DISM-Package
    Microsoft-Windows-CoreSystem-RemoteFS-Client-Package
    Microsoft-Windows-DataCenterBridging-Opt-Package
    Microsoft-Windows-DataCenterBridging-Opt-WOW64-Package
    Microsoft-Windows-DataCenterBridging-Package
    Microsoft-Windows-DataCenterBridging-WOW64-Package
    Microsoft-Windows-Dedup-ChunkLibrary-Package
    Microsoft-Windows-DeviceGuard-GPEXT-base-Package
    Microsoft-Windows-DeviceGuard-GPEXT-onecore-Package
    Microsoft-Windows-DeviceGuard-GPEXT-Package
    Microsoft-Windows-DirectoryServices-ADAM-Client-Admin-Package
    Microsoft-Windows-DirectoryServices-ADAM-Client-OptGroup-Package
    Microsoft-Windows-DirectoryServices-ADAM-Client-Package
    Microsoft-Windows-DirectoryServices-ADAM-Core-Client-Opt-Package
    Microsoft-Windows-DirectoryServices-ADAM-Install-Group-Package
    Microsoft-Windows-DirectoryServices-ADAM-Snapins-Admin-Package
    Microsoft-Windows-DirectoryServices-ADAM-Snapins-Group-Package
    Microsoft-Windows-DirectoryServices-ADAM-Tools-Opt-ds-Package
    Microsoft-Windows-DirectoryServices-ADAM-Tools-Opt-Package
    Microsoft-Windows-Embedded-BootExp-Package
    Microsoft-Windows-Embedded-EmbeddedLogon-Package
    Microsoft-Windows-Embedded-KeyboardFilter-Package
    Microsoft-Windows-Embedded-KeyboardFilter-WOW64-Package
    Microsoft-Windows-Embedded-ShellLauncher-Package
    Microsoft-Windows-Embedded-UnifiedWriteFilter-base-Package
    Microsoft-Windows-Embedded-UnifiedWriteFilter-onecore-Package
    Microsoft-Windows-Embedded-UnifiedWriteFilter-Package
    Microsoft-Windows-Embedded-UnifiedWriteFilter-WOW64-Package
    Microsoft-Windows-Embedded-UnifiedWriteFilterCSP-base-Package
    Microsoft-Windows-Embedded-UnifiedWriteFilterCSP-onecore-Package
    Microsoft-Windows-Embedded-UnifiedWriteFilterCSP-Package
    Microsoft-Windows-Fax-Client-Feature-Opt-Package
    Microsoft-Windows-FCI-Client-Package
    Microsoft-Windows-GroupPolicy-ClientExtensions-admin-Package
    Microsoft-Windows-GroupPolicy-ClientExtensions-ds-Package
    Microsoft-Windows-GroupPolicy-ClientExtensions-Package
    Microsoft-Windows-GroupPolicy-ClientExtensions-WOW64-admin-Package
    Microsoft-Windows-GroupPolicy-ClientExtensions-WOW64-ds-Package
    Microsoft-Windows-GroupPolicy-ClientExtensions-WOW64-Package
    Microsoft-Windows-GroupPolicy-ClientTools-inetsrv-Package
    Microsoft-Windows-GroupPolicy-ClientTools-WOW64-admin-Package
    Microsoft-Windows-GroupPolicy-ClientTools-WOW64-ds-Package
    Microsoft-Windows-GroupPolicy-ClientTools-WOW64-Package
    Microsoft-Windows-Help-ClientUA-Enterprise-Package
    Microsoft-Windows-HgsClient-Core-ds-Package
    Microsoft-Windows-HgsClient-Core-onecore-Package
    Microsoft-Windows-HgsClient-Core-Package
    Microsoft-Windows-HgsClient-Core-servercommon-Package
    Microsoft-Windows-Host-Guardian-Deployment-mergedcomponents-Package
    Microsoft-Windows-Host-Guardian-Deployment-Package
    Microsoft-Windows-Host-Guardian-Deployment-servercommon-Package
    Microsoft-Windows-HyperV-OptionalFeature-HypervisorPlatform-Disabled-Package
    Microsoft-Windows-HyperV-OptionalFeature-HypervisorPlatform-Package
    Microsoft-Windows-HyperV-OptionalFeature-VirtualMachinePlatform-Disabled-Package
    Microsoft-Windows-HyperV-OptionalFeature-VirtualMachinePlatform-Package
    Microsoft-Windows-Hyphenation-Dictionaries-en-Package
    Microsoft-Windows-Identity-Foundation-Opt-Package
    Microsoft-Windows-Identity-Foundation-Package
    Microsoft-Windows-IIS-WebServer-AddOn-2-Package
    Microsoft-Windows-IIS-WebServer-AddOn-2-ServerCommon-Package
    Microsoft-Windows-IIS-WebServer-AddOn-Package
    Microsoft-Windows-IIS-WebServer-AddOn-ServerCommon-Package
    Microsoft-Windows-IIS-WebServer-Package
    Microsoft-Windows-IIS-WebServer-ServerCommon-Package
    Microsoft-Windows-LanguageFeatures-Basic-en-us-Package
    Microsoft-Windows-LanguageFeatures-Basic-en-us-Package
    Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package
    Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package
    Microsoft-Windows-MobilePC-Client-Premium-Package
    Microsoft-Windows-MSMQ-Client-Package
    Microsoft-Windows-NetFx-Shared-WPF-Package
    Microsoft-Windows-NetFx3-WCF-OC-Package
    Microsoft-Windows-NetFx4-WCF-US-OC-Package
    Microsoft-Windows-NFS-ClientSKU-Package
    Microsoft-Windows-OneCore-Containers-Opt-Package
    Microsoft-Windows-PAW-Feature-Package
    Microsoft-Windows-PAW-Package
    Microsoft-Windows-PAW-servercommon-Package
    Microsoft-Windows-PeerDist-Client-Group-Package
    Microsoft-Windows-PeerDist-Client-Group-WOW64-Package
    Microsoft-Windows-PeerDist-Client-Package
    Microsoft-Windows-PeerDist-Client-WOW64-Package
    Microsoft-Windows-PhotoBasic-Feature-WOW64-Package
    Microsoft-Windows-PhotoBasic-WOW64-multimedia-Package
    Microsoft-Windows-Printing-Foundation-Package
    Microsoft-Windows-Printing-InternetPrinting-Client-Opt-Package
    Microsoft-Windows-Printing-LocalPrinting-Enterprise-Package
    Microsoft-Windows-Printing-LPDPrintService-Opt-Package
    Microsoft-Windows-Printing-LPRPortMonitor-Opt-Package
    Microsoft-Windows-Printing-PremiumTools-Package
    Microsoft-Windows-Printing-PrintToPDF-Opt-Package
    Microsoft-Windows-Printing-PrintToPDFServices-Package
    Microsoft-Windows-Printing-XpsDocumentWriter-Opt-Package
    Microsoft-Windows-Printing-XPSServices-Package
    Microsoft-Windows-SecureStartup-Subsystem-base-Package
    Microsoft-Windows-SecureStartup-Subsystem-onecore-Package
    Microsoft-Windows-SecureStartup-Subsystem-Package
    Microsoft-Windows-SecureStartup-Subsystem-WOW64-base-Package
    Microsoft-Windows-SecureStartup-Subsystem-WOW64-onecore-Package
    Microsoft-Windows-SecureStartup-Subsystem-WOW64-Package
    Microsoft-Windows-SMB1-Package
    Microsoft-Windows-SMB1Client-D-Opt-Package
    Microsoft-Windows-SMB1Deprecation-Group-Package
    Microsoft-Windows-SMB1Deprecation-Package
    Microsoft-Windows-SMB1Server-D-Opt-Package
    Microsoft-Windows-SmbDirect-Opt-Package
    Microsoft-Windows-SmbDirect-Package
    Microsoft-Windows-TabletPCMath-Package
    Microsoft-Windows-TabletPCMath-Package
    Microsoft-Windows-WindowsMediaPlayer-Troubleshooters-Package
    Microsoft-Windows-WMPNetworkSharingService-Opt-Package
    Microsoft-Windows-WMPNetworkSharingService-Opt-WOW64-Package
    Microsoft-Windows-WMPNetworkSharingService-Package
    Microsoft-Windows-WMPNetworkSharingService-WOW64-Package
    MSMQ-Driver-Package
    Windows-Defender-AppLayer-Group-Package
    Windows-Defender-Client-Package
    Windows-Defender-Core-Group-amcore-Package
    Windows-Defender-Core-Group-onecore-Package
    Windows-Defender-Core-Group-Package
    Windows-Defender-Group-Policy-Package
    Windows-Defender-Management-Group-amcore-Package
    Windows-Defender-Management-Group-onecore-Package
    Windows-Defender-Management-Group-Package
    Windows-Defender-Management-MDM-Group-Package
    Windows-Defender-Management-Powershell-Group-Package
    Windows-Defender-Nis-Group-Package
    Could anyone be kind enough and test and confirm this bug ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    Has anyone tried this on another version of the Toolkit ? Does any older version works for this ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,206
    1,909
    90
    Code:
    Setup:
    C:\Toolkit_v13.1\Bin\Lists\RemovePkgsList.txt
    C:\Toolkit_v13.1\DVD\sources\install.wim
    
    Startup:
    C:\Toolkit_v13.1\Start.cmd
    
    ===============================================================================
            MSMG ToolKit - Remove Windows Components Using Package List
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components Using Package List####################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Version            : 10.0.19041.1.0
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components Using Package List#############################
    -------------------------------------------------------------------------------
    
    ===========================[Install.wim, Index : 1]============================
    -------------------------------------------------------------------------------
    Removing Containers-ApplicationGuard-Package Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Removing package Containers-ApplicationGuard-Package~31bf3856ad364e35~amd64~~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Containers-ApplicationGuard-Shared-Package Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Removing package Containers-ApplicationGuard-Shared-Package~31bf3856ad364e35~amd64~~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Containers-ApplicationGuard-Shared-windows-Package Package...
    -------------------------------------------------------------------------------
    
    The specified package has already been removed...
    
    -------------------------------------------------------------------------------
    Removing Containers-ApplicationGuard-Shared-WOW64-Package Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Removing package Containers-ApplicationGuard-Shared-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Containers-ApplicationGuard-WOW64-Package Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Removing package Containers-ApplicationGuard-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Containers-Client-Manager-onecore-Package Package...
    -------------------------------------------------------------------------------
    
    The specified package has already been removed...
    
    -------------------------------------------------------------------------------
    Removing Containers-Client-Manager-Package Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Removing package Containers-Client-Manager-Package~31bf3856ad364e35~amd64~~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Containers-Client-Shared-Package Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Removing package Containers-Client-Shared-Package~31bf3856ad364e35~amd64~~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Containers-DisposableClientVM-Package Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Removing package Containers-DisposableClientVM-Package~31bf3856ad364e35~amd64~~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Containers-DisposableClientVM-windows-Package Package...
    -------------------------------------------------------------------------------
    
    The specified package has already been removed...
    
    -------------------------------------------------------------------------------
    Removing Containers-OptionalFeature-DisposableClientVM-Package Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Removing package Containers-OptionalFeature-DisposableClientVM-Package~31bf3856ad364e35~amd64~~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Containers-Server-Package Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Removing package Containers-Server-Package~31bf3856ad364e35~amd64~~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    I can confirm, after checking C:\Toolkit_v13.1\Mount\Install\1\Windows\servicing\Packages folder these packages have been removed.
     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Checked with Windows 10 LTSC 2021 19044.2486 x64 untouched image and with components removed

    Using Autounattend.xml

    Code:
    Microsoft Windows [Version 10.0.19044.2486]
    (c) Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>net localgroup users
    Alias name     users
    Comment        Users are prevented from making accidental or intentional system-wide changes and can run most applications
    
    Members
    
    -------------------------------------------------------------------------------
    defaultuser0
    MSMG
    NT AUTHORITY\Authenticated Users
    NT AUTHORITY\INTERACTIVE
    The command completed successfully.
    
    
    C:\Windows\system32>net user MSMG
    User name                    MSMG
    Full Name                    MSMG
    Comment                      MSMG
    User's comment
    Country/region code          (null)
    Account active               Yes
    Account expires              Never
    
    Password last set            16-01-2023 23:49:09
    Password expires             27-02-2023 23:49:09
    Password changeable          16-01-2023 23:49:09
    Password required            Yes
    User may change password     Yes
    
    Workstations allowed         All
    Logon script
    User profile
    Home directory
    Last logon                   16-01-2023 23:49:29
    
    Logon hours allowed          All
    
    Local Group Memberships      *Administrators       *Users
    Global Group memberships     *None
    The command completed successfully.
    
    
    C:\Windows\system32>
    
    Without Using Autounattend.xml

    Code:
    Microsoft Windows [Version 10.0.19044.2486]
    (c) Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>net localgroup users
    Alias name     users
    Comment        Users are prevented from making accidental or intentional system-wide changes and can run most applications
    
    Members
    
    -------------------------------------------------------------------------------
    defaultuser0
    NT AUTHORITY\Authenticated Users
    NT AUTHORITY\INTERACTIVE
    The command completed successfully.
    
    
    C:\Windows\system32>net user MSMG
    User name                    MSMG
    Full Name
    Comment
    User's comment
    Country/region code          000 (System Default)
    Account active               Yes
    Account expires              Never
    
    Password last set            1/17/2023 11:25:14 AM
    Password expires             Never
    Password changeable          1/17/2023 11:25:14 AM
    Password required            No
    User may change password     Yes
    
    Workstations allowed         All
    Logon script
    User profile
    Home directory
    Last logon                   1/17/2023 11:22:25 AM
    
    Logon hours allowed          All
    
    Local Group Memberships      *Administrators
    Global Group memberships     *None
    The command completed successfully.
    
    
    C:\Windows\system32>
    
    The issue is with the Windows itself.
     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    No, You need to use the latest uploaded ToolkitHelper.exe to support patch Tuesday images.

    Get the updated ToolkitHelper.exe from the download link and copy it Bin folder overwriting the existing one.
     
  20. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    How do you check whether the package exists or not?

    I hope you aren't looking at <Windows\Servicing\Packages> folder as these entries clear only upon the OS installation.