1. kosta26

    kosta26 MDL Junior Member

    Jan 1, 2019
    91
    5
    0
    The original image 19041.208 ru-ru was taken. I made a test with the removed components:
    ToolKitHelper Mount AdobeFlashForWindows
    ToolKitHelper Mount CEIP_SQM
    ToolKitHelper Mount KernelDebugging
    ToolKitHelper Mount UnifiedTelemetryClient
    ToolKitHelper Mount WindowsInsiderHub
    ToolKitHelper Mount SecurityCenter
    ToolKitHelper Mount ContentDeliveryManager
    ToolKitHelper Mount EdgeDevToolsClient
    ToolKitHelper Mount Edge
    ToolKitHelper Mount MapControl
    ToolKitHelper Mount OneDrive
    ToolKitHelper Mount QuickAssist
    ToolKitHelper Mount WindowsMixedReality
    ToolKitHelper Mount WindowsReaderPDF
    ToolKitHelper Mount WindowsDefender
    ToolKitHelper Mount PPIProjection
    ToolKitHelper Mount XboxGameCallableUI
    ToolKitHelper Mount GameExplorer
    ToolKitHelper Mount FileExplorer
    ToolKitHelper Mount PeopleExperienceHost

    The win+v buttons are still working.

    Can remove AdvertisingXaml lead to not working for fairly win+v?
     
  2. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    @MSMG see this but without any error at the end of the job, now I will install this new version of Windows in dual boot with the W10 LTSC after send feedback
    edit: see image versions
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. ffs_

    ffs_ MDL Junior Member

    Sep 17, 2016
    74
    39
    0
    I have tried latest ToolKit with en_windows_10_business_editions_version_20h2_x64_dvd_4788fb7c.iso (19042.508) and also get these errors while removing apps (4 - 1 - 8 - remove all).
     
  4. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    #16804 ingviowarr, Oct 21, 2020
    Last edited: Oct 21, 2020
    Can I help you with testing 20H2 on "other language" somehow?
    Now we have an official images (incl. non-English) and I'm prepeared to have a test of 20H2 RU.
    If you need to check something, just say, give me instructons and I'll do. Feel free to send a PM also.
     
  5. kosta26

    kosta26 MDL Junior Member

    Jan 1, 2019
    91
    5
    0
    #16805 kosta26, Oct 21, 2020
    Last edited: Oct 21, 2020
    How do I get rid of red? Deleted 19041.208 version 10.6:
    ToolKitHelper Mount AdobeFlashForWindows
    ToolKitHelper Mount CEIP_SQM
    ToolKitHelper Mount KernelDebugging
    ToolKitHelper Mount UnifiedTelemetryClient
    ToolKitHelper Mount WindowsInsiderHub
    ToolKitHelper Mount SecurityCenter
    ToolKitHelper Mount ContentDeliveryManager
    ToolKitHelper Mount EdgeDevToolsClient
    ToolKitHelper Mount Edge
    ToolKitHelper Mount MapControl
    ToolKitHelper Mount OneDrive
    ToolKitHelper Mount QuickAssist
    ToolKitHelper Mount WindowsMixedReality
    ToolKitHelper Mount WindowsReaderPDF
    ToolKitHelper Mount WindowsDefender
    ToolKitHelper Mount PPIProjection
    ToolKitHelper Mount XboxGameCallableUI
    ToolKitHelper Mount GameExplorer
    ToolKitHelper Mount FileExplorer
    ToolKitHelper Mount PeopleExperienceHost
    ToolKitHelper Mount 3DViewer
    ToolKitHelper Mount Alarms
    ToolKitHelper Mount BingWeather
    ToolKitHelper Mount Calculator
    ToolKitHelper Mount Camera
    ToolKitHelper Mount CommunicationsApps
    ToolKitHelper Mount DesktopAppInstaller
    ToolKitHelper Mount FeedbackHub
    ToolKitHelper Mount GetHelp
    ToolKitHelper Mount Getstarted
    ToolKitHelper Mount Maps
    ToolKitHelper Mount Messaging
    ToolKitHelper Mount MixedRealityPortal
    ToolKitHelper Mount OfficeHub
    ToolKitHelper Mount OfficeOneNote
    ToolKitHelper Mount OneConnect
    ToolKitHelper Mount Paint3D
    ToolKitHelper Mount People
    ToolKitHelper Mount Photos
    ToolKitHelper Mount Print3D
    ToolKitHelper Mount ScreenSketch
    ToolKitHelper Mount SkypeApp
    ToolKitHelper Mount SolitaireCollection
    ToolKitHelper Mount SoundRecorder
    ToolKitHelper Mount StickyNotes
    ToolKitHelper Mount WalletService
    ToolKitHelper Mount XboxApp
    ToolKitHelper Mount XboxIdentityProvider
    ToolKitHelper Mount YourPhone
    ToolKitHelper Mount ZuneMusic
    ToolKitHelper Mount ZuneVideo
     

    Attached Files:

  6. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    #16806 ingviowarr, Oct 21, 2020
    Last edited: Oct 21, 2020
    @kosta26
    There are 2 prefs relative to the SmartScreen for the Apps and File Explorer (they affect on options according to your screen):
    Code:
    reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "SmartScreenEnabled" /t REG_SZ /d "Off" /f
    reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "AicEnabled" /t REG_SZ /d "Anywhere" /f
     
  7. kosta26

    kosta26 MDL Junior Member

    Jan 1, 2019
    91
    5
    0
    It doesn't help, the red labels don't matter
     
  8. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    It depends on what you want to achieve.
    The shown commands describe how to disable SmartScreen for the Apps and File Explorer + Allow install Apps from any places.
    It's just a tip for you, where to find an answer.
     
  9. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    #16810 ingviowarr, Oct 21, 2020
    Last edited: Oct 21, 2020
    MSMG Toolkit have this tweak:
    Code:
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableSmartScreen" /t REG_DWORD /d "0" /f
    I guess you have this policy tweak applied (Disable Windows SmartScreen).

    -----------

    To switch back on LIVE system:
    - or Reset the corresponded policy using: Run -> gpedit.msc & Reboot
    - or use cmd command & Reboot:
    Code:
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableSmartScreen" /t REG_DWORD /d 1 /f
    To switch back in the ISO:
    - don't apply this tweak: Disable Windows SmartScreen
     
  10. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    144
    67
    10
    You have Group Policy enabled. It is necessary to return it to its original state and there will be no red inscription, and the choice of where to install applications from will become available.
     
  11. kosta26

    kosta26 MDL Junior Member

    Jan 1, 2019
    91
    5
    0
    I only deleted applications, after deleting checked the installation of the system and found that the policy was applied, how can I disable this policy through the registry tweak? Nothing above works. If you switch with your hands, it works.
     
  12. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    144
    67
    10
    How through the registry I do not know. Go to gpedit.msc and see if there are changed policies or not.
     
  13. kosta26

    kosta26 MDL Junior Member

    Jan 1, 2019
    91
    5
    0

    Attached Files:

    • CBS.txt
      File size:
      207.5 KB
      Views:
      7
  14. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    255
    147
    10
    yes. but you need change image:xxx to /online.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    767
    616
    30
    Get-AppxPackage -AllUsers | Remove-AppxPackage
    Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online
    Attempted to remove apps from untouched images using these commands. Have posted my findings below.

    -------------------------------------------------------------------------------
    ####Source Image Information###################################################
    -------------------------------------------------------------------------------

    Image : Install.wim
    Image Index No : 1
    Image Name : Windows 10 Enterprise
    Image Description : Windows 10 Enterprise
    Image Architecture : x86
    Image Version : 10.0.19041
    Image Service Pack Build : 572
    Image Service Pack Level : 0
    Image Build : 19041
    Image Edition : Enterprise
    Image Flag : Enterprise
    Image Installation Type : Client
    Image Default Language : en-GB
    Microsoft.AAD.BrokerPlugin
    Microsoft.BioEnrollment
    Microsoft.Windows.CloudExperienceHost
    Microsoft.Windows.OOBENetworkCaptivePortal
    Microsoft.Windows.OOBENetworkConnectionFlow
    MicrosoftWindows.Client.CBS
    MicrosoftWindows.UndockedDevKit
    Microsoft.Windows.StartMenuExperienceHost
    Microsoft.Windows.ShellExperienceHost
    windows.immersivecontrolpanel
    Microsoft.Windows.Search
    Microsoft.549981C3F5F10
    Microsoft.VCLibs.140.00.UWPDesktop
    Microsoft.NET.Native.Framework.2.2
    Microsoft.NET.Native.Runtime.2.2
    Microsoft.MicrosoftEdge
    Microsoft.Windows.ContentDeliveryManager
    Microsoft.VCLibs.140.00
    1527c705-839a-4832-9118-54d4Bd6a0c89
    c5e2524a-ea46-4f67-841f-6a9465d9d515
    E2A4F912-2574-4A75-9BB0-0D023378592B
    F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE
    Microsoft.AccountsControl
    Microsoft.AsyncTextService
    Microsoft.CredDialogHost
    Microsoft.ECApp
    Microsoft.LockApp
    Microsoft.MicrosoftEdgeDevToolsClient
    Microsoft.Win32WebViewHost
    Microsoft.Windows.Apprep.ChxApp
    Microsoft.Windows.AssignedAccessLockApp
    Microsoft.Windows.CallingShellApp
    Microsoft.Windows.CapturePicker
    Microsoft.Windows.NarratorQuickStart
    Microsoft.Windows.ParentalControls
    Microsoft.Windows.PeopleExperienceHost
    Microsoft.Windows.PinningConfirmationDialog
    Microsoft.Windows.SecHealthUI
    Microsoft.Windows.SecureAssessmentBrowser
    Microsoft.Windows.XGpuEjectDialog
    Microsoft.XboxGameCallableUI
    NcsiUwpApp
    Windows.CBSPreview
    Windows.PrintDialog
    Microsoft.BingWeather
    Microsoft.GetHelp
    Microsoft.Getstarted
    Microsoft.HEIFImageExtension
    Microsoft.Microsoft3DViewer
    Microsoft.MicrosoftOfficeHub
    Microsoft.MicrosoftSolitaireCollection
    Microsoft.MicrosoftStickyNotes
    Microsoft.MSPaint
    Microsoft.Office.OneNote
    Microsoft.People
    Microsoft.ScreenSketch
    Microsoft.SkypeApp
    Microsoft.StorePurchaseApp
    Microsoft.VP9VideoExtensions
    Microsoft.Wallet
    Microsoft.WebMediaExtensions
    Microsoft.WebpImageExtension
    Microsoft.WindowsAlarms
    Microsoft.WindowsCalculator
    Microsoft.WindowsFeedbackHub
    Microsoft.WindowsMaps
    Microsoft.WindowsSoundRecorder
    Microsoft.Xbox.TCUI
    Microsoft.XboxApp
    Microsoft.XboxGameOverlay
    Microsoft.XboxGamingOverlay
    Microsoft.XboxSpeechToTextOverlay
    Microsoft.YourPhone
    Microsoft.ZuneMusic
    Microsoft.ZuneVideo
    Microsoft.UI.Xaml.2.0
    Microsoft.Windows.Photos
    Microsoft.Advertising.Xaml
    microsoft.windowscommunicationsapps
    Microsoft.DesktopAppInstaller
    Microsoft.NET.Native.Framework.1.7
    Microsoft.NET.Native.Runtime.1.7
    Microsoft.WindowsCamera
    Microsoft.XboxIdentityProvider
    Microsoft.WindowsStore
    Microsoft.AAD.BrokerPlugin
    Microsoft.BioEnrollment
    Microsoft.Windows.CloudExperienceHost
    Microsoft.Windows.OOBENetworkCaptivePortal
    Microsoft.Windows.OOBENetworkConnectionFlow
    MicrosoftWindows.Client.CBS
    MicrosoftWindows.UndockedDevKit
    Microsoft.Windows.StartMenuExperienceHost
    Microsoft.Windows.ShellExperienceHost
    windows.immersivecontrolpanel
    Microsoft.Windows.Search
    Microsoft.MicrosoftEdge
    Microsoft.Windows.ContentDeliveryManager
    1527c705-839a-4832-9118-54d4Bd6a0c89
    c5e2524a-ea46-4f67-841f-6a9465d9d515
    E2A4F912-2574-4A75-9BB0-0D023378592B
    F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE
    Microsoft.AccountsControl
    Microsoft.AsyncTextService
    Microsoft.CredDialogHost
    Microsoft.ECApp
    Microsoft.LockApp
    Microsoft.MicrosoftEdgeDevToolsClient
    Microsoft.Win32WebViewHost
    Microsoft.Windows.Apprep.ChxApp
    Microsoft.Windows.AssignedAccessLockApp
    Microsoft.Windows.CallingShellApp
    Microsoft.Windows.CapturePicker
    Microsoft.Windows.NarratorQuickStart
    Microsoft.Windows.ParentalControls
    Microsoft.Windows.PeopleExperienceHost
    Microsoft.Windows.PinningConfirmationDialog
    Microsoft.Windows.SecHealthUI
    Microsoft.Windows.SecureAssessmentBrowser
    Microsoft.Windows.XGpuEjectDialog
    Microsoft.XboxGameCallableUI
    NcsiUwpApp
    Windows.CBSPreview
    Windows.PrintDialog
    Microsoft.VCLibs.140.00

    -------------------------------------------------------------------------------
    ####Source Image Information###################################################
    -------------------------------------------------------------------------------

    Image : Install.wim
    Image Index No : 1
    Image Name : Windows 10 Enterprise
    Image Description : Windows 10 Enterprise
    Image Architecture : x64
    Image Version : 10.0.19041
    Image Service Pack Build : 572
    Image Service Pack Level : 0
    Image Build : 19041
    Image Edition : Enterprise
    Image Flag : Enterprise
    Image Installation Type : Client
    Image Default Language : en-GB
    Microsoft.AAD.BrokerPlugin
    Microsoft.BioEnrollment
    Microsoft.Windows.CloudExperienceHost
    Microsoft.Windows.OOBENetworkCaptivePortal
    Microsoft.Windows.OOBENetworkConnectionFlow
    MicrosoftWindows.Client.CBS
    MicrosoftWindows.UndockedDevKit
    Microsoft.Windows.StartMenuExperienceHost
    Microsoft.Windows.ShellExperienceHost
    windows.immersivecontrolpanel
    Microsoft.Windows.Search
    Microsoft.549981C3F5F10
    Microsoft.VCLibs.140.00.UWPDesktop
    Microsoft.NET.Native.Framework.2.2
    Microsoft.NET.Native.Runtime.2.2
    Microsoft.MicrosoftEdge
    Microsoft.Windows.ContentDeliveryManager
    Microsoft.VCLibs.140.00
    1527c705-839a-4832-9118-54d4Bd6a0c89
    c5e2524a-ea46-4f67-841f-6a9465d9d515
    E2A4F912-2574-4A75-9BB0-0D023378592B
    F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE
    Microsoft.AccountsControl
    Microsoft.AsyncTextService
    Microsoft.CredDialogHost
    Microsoft.ECApp
    Microsoft.LockApp
    Microsoft.MicrosoftEdgeDevToolsClient
    Microsoft.Win32WebViewHost
    Microsoft.Windows.Apprep.ChxApp
    Microsoft.Windows.AssignedAccessLockApp
    Microsoft.Windows.CallingShellApp
    Microsoft.Windows.CapturePicker
    Microsoft.Windows.NarratorQuickStart
    Microsoft.Windows.ParentalControls
    Microsoft.Windows.PeopleExperienceHost
    Microsoft.Windows.PinningConfirmationDialog
    Microsoft.Windows.SecHealthUI
    Microsoft.Windows.SecureAssessmentBrowser
    Microsoft.Windows.XGpuEjectDialog
    Microsoft.XboxGameCallableUI
    NcsiUwpApp
    Windows.CBSPreview
    Windows.PrintDialog
    Microsoft.BingWeather
    Microsoft.GetHelp
    Microsoft.Getstarted
    Microsoft.HEIFImageExtension
    Microsoft.Microsoft3DViewer
    Microsoft.MicrosoftOfficeHub
    Microsoft.MicrosoftSolitaireCollection
    Microsoft.MicrosoftStickyNotes
    Microsoft.MixedReality.Portal
    Microsoft.MSPaint
    Microsoft.Office.OneNote
    Microsoft.People
    Microsoft.ScreenSketch
    Microsoft.SkypeApp
    Microsoft.StorePurchaseApp
    Microsoft.VP9VideoExtensions
    Microsoft.Wallet
    Microsoft.WebMediaExtensions
    Microsoft.WebpImageExtension
    Microsoft.WindowsAlarms
    Microsoft.WindowsCalculator
    Microsoft.WindowsFeedbackHub
    Microsoft.WindowsMaps
    Microsoft.WindowsSoundRecorder
    Microsoft.Xbox.TCUI
    Microsoft.XboxApp
    Microsoft.XboxGameOverlay
    Microsoft.XboxGamingOverlay
    Microsoft.XboxSpeechToTextOverlay
    Microsoft.YourPhone
    Microsoft.ZuneMusic
    Microsoft.ZuneVideo
    Microsoft.UI.Xaml.2.0
    Microsoft.Windows.Photos
    Microsoft.Advertising.Xaml
    Microsoft.DesktopAppInstaller
    microsoft.windowscommunicationsapps
    Microsoft.NET.Native.Framework.1.7
    Microsoft.NET.Native.Runtime.1.7
    Microsoft.WindowsCamera
    Microsoft.WindowsStore
    Microsoft.XboxIdentityProvider
    Microsoft.AAD.BrokerPlugin
    Microsoft.BioEnrollment
    Microsoft.Windows.CloudExperienceHost
    Microsoft.Windows.OOBENetworkCaptivePortal
    Microsoft.Windows.OOBENetworkConnectionFlow
    MicrosoftWindows.Client.CBS
    MicrosoftWindows.UndockedDevKit
    Microsoft.Windows.StartMenuExperienceHost
    Microsoft.Windows.ShellExperienceHost
    windows.immersivecontrolpanel
    Microsoft.Windows.Search
    Microsoft.MicrosoftEdge
    Microsoft.Windows.ContentDeliveryManager
    1527c705-839a-4832-9118-54d4Bd6a0c89
    c5e2524a-ea46-4f67-841f-6a9465d9d515
    E2A4F912-2574-4A75-9BB0-0D023378592B
    F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE
    Microsoft.AccountsControl
    Microsoft.AsyncTextService
    Microsoft.CredDialogHost
    Microsoft.ECApp
    Microsoft.LockApp
    Microsoft.MicrosoftEdgeDevToolsClient
    Microsoft.Win32WebViewHost
    Microsoft.Windows.Apprep.ChxApp
    Microsoft.Windows.AssignedAccessLockApp
    Microsoft.Windows.CallingShellApp
    Microsoft.Windows.CapturePicker
    Microsoft.Windows.NarratorQuickStart
    Microsoft.Windows.ParentalControls
    Microsoft.Windows.PeopleExperienceHost
    Microsoft.Windows.PinningConfirmationDialog
    Microsoft.Windows.SecHealthUI
    Microsoft.Windows.SecureAssessmentBrowser
    Microsoft.Windows.XGpuEjectDialog
    Microsoft.XboxGameCallableUI
    NcsiUwpApp
    Windows.CBSPreview
    Windows.PrintDialog
    Microsoft.VCLibs.140.00
    Microsoft.MicrosoftEdge.Stable
     
  16. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    #16818 ingviowarr, Oct 23, 2020
    Last edited: Oct 23, 2020
    Don't use regisrty tweak when Group Policy stuck. Instead Reset it, as I said before.
    To fix the GPO you MUST reset a certain policy only through the GPO Editor (gpedit.msc).
    Find the correspondent policy, then switch it 2 times : Open policy window -> (•) Enabled -> (•) Not configured -> Apply
    Then Reboot or use cmd to update all GPO: gpupdate /force

    That's why I always stick to the rule do not touch policies through the registry and operate with them manually (GPO Editor) or using LGPO.exe utility (from MS).
    Some policies may stuck if they were switched over registry. Mostly people are not informed about this.
    Instead GPO Editor or LGPO.exe commands (i.e. for backup/restore your policies) always give a reliable results.
     
  17. jeff69dini

    jeff69dini MDL Expert

    Nov 22, 2008
    1,017
    234
    60
    #16819 jeff69dini, Oct 23, 2020
    Last edited: Oct 23, 2020
    nm found it, sorry
     
  18. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    238
    35
    10
    #16820 jinvidia, Oct 23, 2020
    Last edited: Oct 23, 2020
    Sorry if I seem like hijacking this post, but even I had decided to stay with 1809 before I found that softwares like the latest version of adobe bridge have started to kill all windows versions upto 1809 by refusing to install in windows versions prior to 1903. It seems one or the other day everyone has to update to the current version of Windows which is ridiculous.