1. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    MSMG, I use these settings in the LTSC version and they hide these messages. This may be a temporary solution!

    Code:
    + Computer Configuration > Administrative Templates > Windows Components > Internet Explorer:
    + Double-click Prevent managing SmartScreen Filter : Enabled, in options select Select SmartScreen Filter mode : Off -> OK
    + Double-click Turn off the Security Settings Check feature : Enabled -> OK
    + Double-click Prevent running First Run Wizard : Enabled, in options select Select your choice : Go directly to home page -> OK
    + Double-click Prevent participation in the Customer Experience Improvement Program : Enabled -> OK
    
    -or-
    
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Internet Explorer\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Internet Explorer\Security" /v "DisableSecuritySettingsCheck" /t REG_DWORD /d "1" /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Internet Explorer\Main" /v "DisableFirstRunCustomize" /t REG_DWORD /d "1" /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Internet Explorer\SQM" /v "DisableCustomerImprovementProgram" /t REG_DWORD /d "0" /f
     
  2. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Will check out.

     
  4. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    I used your list to create an LTSC assembly. Cortana is not removed from the system, the Internet search works, the button on the taskbar and OOBE.
    How to completely get rid of cortana or what am I doing wrong?
     
  5. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    If it were just buttons, but the obvious fact is the components are in the system ...
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Only Cortana App is removed but the search is retained both the local and the online search.

    The Cortana button on taskbar can only be hidden and can't be removed.

    I had fixed that OOBE Cortana page display, will once again check out.

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    In v2004, the Cortana App is present in Program Files\WindowsApps\Microsoft.549981C3F5F10*********** folder.

    Do check it will be removed, if not let me know will check myself.

     
  8. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    I do not have such a folder, I deleted all applications. There is only an empty ModifiableWindowsApps folder.

    As I understand it, removal through Powershell, that is, the "official method", deletes only everything in the Program Files \ WindowsApps, and all the packages are stored in the system?
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Program Files\WindowsApps is the place where all Inbox Apps that are updated through the store are stored and Windows\SystemApps is the place where all the System Apps are stored.

    Pre v2004 the Cortana App was a System App and starting from v2004 it's a Inbox App just like Calculator.

    If this Microsoft.549981C3F5F10*********** folder is not present then the Cortana App is removed.

     
  10. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    The effect of the removal through Powershell, the same as from the Toolkit Helper, the buttons and icons of the cortana on the taskbar remain ...
    Microsoft.549981C3F5F10 - It has most likely been deleted, I will check it (method Toolkit Helper)!
     
  11. xhemal1325

    xhemal1325 MDL Member

    May 24, 2014
    124
    10
    10
    I want to keep search box but remove cortana , how do i do it ? Just downloading the 2004 for debload :)
     
  12. tekniker_2

    tekniker_2 MDL Novice

    Aug 3, 2009
    5
    0
    0
    #15813 tekniker_2, Jul 3, 2020
    Last edited: Jul 3, 2020
    -----------------------------------------------------
    -----------------------------------------------------------------------------------------------------

    :: Remove Windows 10 v1809/v1903/v1909/v2004 Client System Menu
    if "%SelectedSourceOS%" equ "w10" if "%ImageBuild%" geq "17763" if "%ImageBuild%" leq "19041" (
    cls
    echo.===============================================================================
    echo. MSMG ToolKit - Remove System Components Menu
    echo.===============================================================================
    echo. [A] Device Lockdown ^(Embedded Experience^)
    echo. Ease of Access Themes
    echo. [C] Easy Transfer
    echo. [D] File History
    echo. [E] Security Center ^| Depends on: Windows Defender
    echo. [F] Steps Recorder
    echo. [G] Wordpad
    echo.
    echo.
    echo. [1] All Advanced Components
    echo.
    echo. [X] Go Back
    echo.===============================================================================
    echo.
    choice /C:ABCDEFG1X /N /M "Enter Your Choice : "
    if errorlevel 9 goto :RemoveWindowsComponentsMenu
    if errorlevel 8 set "Component=SystemComponents"
    if errorlevel 7 set "Component=Wordpad"
    if errorlevel 6 set "Component=StepsRecorder"
    if errorlevel 5 set "Component=SecurityCenter"
    if errorlevel 4 set "Component=FileHistory"
    if errorlevel 3 set "Component=EasyTransfer"
    if errorlevel 2 set "Component=EaseOfAccessThemes"
    if errorlevel 1 set "Component=DeviceLockdown"

    goto :RemoveWindowsComponents

    ---------------------------------------------------------------------------------------------------------------

    :: System Components
    if "%Component%" equ "DeviceLockdown" call :RemoveWindowsComponent "%InstallMount%\%%i", "Device Lockdown [Embedded Experience]", "DeviceLockdown"
    if "%Component%" equ "EaseOfAccessThemes" call :RemoveWindowsComponent "%InstallMount%\%%i", "Ease Of Access Themes", "EaseOfAccessThemes"
    if "%Component%" equ "EasyTransfer" call :RemoveWindowsComponent "%InstallMount%\%%i", "Easy Transfer", "EasyTransfer"
    if "%Component%" equ "FileHistory" call :RemoveWindowsComponent "%InstallMount%\%%i", "File History", "FileHistory"
    rem if "%Component%" equ "ManualSetup" call :RemoveWindowsManualSetup
    rem if "%Component%" equ "Paint" call :RemoveWindowsComponent "%InstallMount%\%%i", "Microsoft Paint", "Paint"
    if "%Component%" equ "SecurityCenter" call :RemoveWindowsComponent "%InstallMount%\%%i", "Security Center", "SecurityCenter"
    if "%Component%" equ "StepsRecorder" call :RemoveWindowsComponent "%InstallMount%\%%i", "Steps Recorder", "StepsRecorder"
    rem if "%Component%" equ "SystemRestore" call :RemoveWindowsComponent "%InstallMount%\%%i", "System Restore", "SystemRestore"
    rem if "%Component%" equ "WindowsBackup" call :RemoveWindowsComponent "%InstallMount%\%%i", "Windows Backup", "WindowsBackup"
    rem if "%Component%" equ "WindowsSubsystemForLinux" call :RemoveWindowsComponent "%InstallMount%\%%i", "Windows Subsystem For Linux", "WindowsSubsystemForLinux"
    rem if "%Component%" equ "WindowsToGo" call :RemoveWindowsComponent "%InstallMount%\%%i", "Windows To Go", "WindowsToGo"
    if "%Component%" equ "Wordpad" call :RemoveWindowsComponent "%InstallMount%\%%i", "Wordpad", "Wordpad"


    -----------------------------------------------------
    RemoveAppsList
    Microsoft.549981C3F5F10
    Microsoft.BingWeather
    Microsoft.DesktopAppInstaller
    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.Windows.Photos
    Microsoft.WindowsAlarms
    Microsoft.WindowsCalculator
    Microsoft.WindowsCamera
    microsoft.windowscommunicationsapps
    Microsoft.WindowsFeedbackHub
    Microsoft.WindowsMaps
    Microsoft.WindowsSoundRecorder
    Microsoft.WindowsStore
    Microsoft.Xbox.TCUI
    Microsoft.XboxApp
    Microsoft.XboxGameOverlay
    Microsoft.XboxGamingOverlay
    Microsoft.XboxIdentityProvider
    Microsoft.XboxSpeechToTextOverlay
    Microsoft.YourPhone
    Microsoft.ZuneMusic
    Microsoft.ZuneVideo

    ------------------------------------------------
    RemovePkgsList
    AdobeFlashForWindows
    InternetExplorer
    FirstLogonAnimation
    GameExplorer
    SnippingTool
    SpeechRecognition
    WindowsMediaPlayer
    WindowsPhotoViewer
    WinSAT
    AssignedAccess
    CEIP_SQM
    FaceRecognition
    KernelDebugging
    LocationService
    PicturePassword
    PinEnrollment
    UnifiedTelemetryClient
    WiFiNetworkManager
    WindowsErrorReporting
    WindowsInsiderHub
    HomeGroup
    MultiPointConnector
    RemoteAssistance
    DeviceLockdown
    EaseOfAccessThemes
    EasyTransfer
    FileHistory
    SecurityCenter
    StepsRecorder
    Wordpad
    AADBrokerPlugin
    AssignedAccessLockApp
    BioEnrollment
    CBSPreview
    ContentDeliveryManager
    ECApp
    EdgeDevToolsClient
    Edge
    FileExplorer
    LockApp
    MapControl
    NarratorQuickStart
    OneDrive
    ParentalControls
    PeopleExperienceHost
    QuickAssist
    RetailDemoContent
    SecureAssessmentBrowser
    SettingSync
    SkypeORTC
    SmartScreen
    Win32WebViewHost
    WindowsDefender
    WindowsMixedReality
    WindowsReaderPDF
    XboxGameCallableUI
    3DViewer
    AdvertisingXaml
    Alarms
    BingWeather
    Calculator
    Camera
    CommunicationsApps
    Cortana
    DesktopAppInstaller
    FeedbackHub
    GetHelp
    Getstarted
    HEIFImageExtension
    Maps
    MixedRealityPortal
    OfficeHub
    OfficeOneNote
    Paint3D
    People
    Photos
    ScreenSketch
    SkypeApp
    SolitaireCollection
    SoundRecorder
    StickyNotes
    VP9VideoExtensions
    WalletService
    WebMediaExtensions
    WebpImageExtensions
    XboxApp
    XboxIdentityProvider
    YourPhone
    ZuneMusic
    ZuneVideo


    I am trying to customize according to myself. I do the necessary actions in the toolkit. I add the applications in front of the applications that I do not want to be removed, but they are still removing the applications ... I did not try each process separately ... I tried together, again did not ...What should I do? Can you help?.....
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The PowerShell or DISM command will only remove the files from Program Files\WindowsApps, the ToolkitHelper removes from both Program Files\WindowsApps and the Windows\System32.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes search is retained when the Cortana is removed, just remove the Cortana App.

     
  15. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    use /spoiler
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    This is what happens when more than one way is provided to use the Tool, people mix-up all the methods.

     
  17. Errorist

    Errorist MDL Novice

    May 8, 2016
    5
    0
    0
    @MSMG: Don't want to be rude, but any updates on the GUI yet? A few weeks ago you spoiled that we could expect a new thread about it soon.
     
  18. tekniker_2

    tekniker_2 MDL Novice

    Aug 3, 2009
    5
    0
    0
    #15819 tekniker_2, Jul 3, 2020
    Last edited: Jul 3, 2020
    I have done a lot of trials for 3 days ... I have tried every way that can be applied ... How can I remove the applications even though I have deleted the lines of the code? We are trying to learn here ... Not learned without mistakes, right?

    :: System Components
    if "%Component%" equ "DeviceLockdown" call :RemoveWindowsComponent "%InstallMount%\%%i", "Device Lockdown [Embedded Experience]", "DeviceLockdown"
    if "%Component%" equ "EaseOfAccessThemes" call :RemoveWindowsComponent "%InstallMount%\%%i", "Ease Of Access Themes", "EaseOfAccessThemes"
    if "%Component%" equ "EasyTransfer" call :RemoveWindowsComponent "%InstallMount%\%%i", "Easy Transfer", "EasyTransfer"
    if "%Component%" equ "FileHistory" call :RemoveWindowsComponent "%InstallMount%\%%i", "File History", "FileHistory"
    if "%Component%" equ "ManualSetup" call :RemoveWindowsManualSetup
    if "%Component%" equ "Paint" call :RemoveWindowsComponent "%InstallMount%\%%i", "Microsoft Paint", "Paint"
    if "%Component%" equ "SecurityCenter" call :RemoveWindowsComponent "%InstallMount%\%%i", "Security Center", "SecurityCenter"
    if "%Component%" equ "StepsRecorder" call :RemoveWindowsComponent "%InstallMount%\%%i", "Steps Recorder", "StepsRecorder"
    if "%Component%" equ "SystemRestore" call :RemoveWindowsComponent "%InstallMount%\%%i", "System Restore", "SystemRestore"
    if "%Component%" equ "WindowsBackup" call :RemoveWindowsComponent "%InstallMount%\%%i", "Windows Backup", "WindowsBackup"
    if "%Component%" equ "WindowsSubsystemForLinux" call :RemoveWindowsComponent "%InstallMount%\%%i", "Windows Subsystem For Linux", "WindowsSubsystemForLinux"
    if "%Component%" equ "WindowsToGo" call :RemoveWindowsComponent "%InstallMount%\%%i", "Windows To Go", "WindowsToGo"
    if "%Component%" equ "Wordpad" call :RemoveWindowsComponent "%InstallMount%\%%i", "Wordpad", "Wordpad"
    ............................................................................................

    :: System Components
    if "%Component%" equ "DeviceLockdown" call :RemoveWindowsComponent "%InstallMount%\%%i", "Device Lockdown [Embedded Experience]", "DeviceLockdown"
    if "%Component%" equ "EaseOfAccessThemes" call :RemoveWindowsComponent "%InstallMount%\%%i", "Ease Of Access Themes", "EaseOfAccessThemes"
    if "%Component%" equ "EasyTransfer" call :RemoveWindowsComponent "%InstallMount%\%%i", "Easy Transfer", "EasyTransfer"
    if "%Component%" equ "FileHistory" call :RemoveWindowsComponent "%InstallMount%\%%i", "File History", "FileHistory"
    if "%Component%" equ "SecurityCenter" call :RemoveWindowsComponent "%InstallMount%\%%i", "Security Center", "SecurityCenter"
    if "%Component%" equ "StepsRecorder" call :RemoveWindowsComponent "%InstallMount%\%%i", "Steps Recorder", "StepsRecorder"
    if "%Component%" equ "Wordpad" call :RemoveWindowsComponent "%InstallMount%\%%i", "Wordpad", "Wordpad"

    ####Removing Windows Components################################################
    -------------------------------------------------------------------------------

    -------------------------------------------------------------------------------
    Removing System Components Package...
    -------------------------------------------------------------------------------

    MSMG ToolKit Commandline Helper
    Version: 1.0.3348.0

    Image Version: 10.0.19042.330

    Component : DeviceLockdown

    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...

    The operation completed successfully.

    Component : EaseOfAccessThemes

    Removing Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...

    The operation completed successfully.

    Component : EasyTransfer

    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...

    The operation completed successfully.

    Component : FileHistory

    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...

    The operation completed successfully.

    Component : Paint

    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...

    The operation completed successfully.

    Component : SecurityCenter

    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...

    The operation completed successfully.

    Component : StepsRecorder

    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...

    The operation completed successfully.

    Component : SystemRestore

    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...

    The operation completed successfully.

    Component : WindowsBackup

    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...

    The operation completed successfully.

    Component : WindowsSubsystemForLinux

    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...

    The operation completed successfully.

    Component : WindowsToGo

    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...

    The operation completed successfully.

    Component : Wordpad

    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...

    The operation completed successfully.

    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components#######################################
    -------------------------------------------------------------------------------

    ===============================================================================
     
  19. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Considering the fact that these new versions from 2018 are left without a calculator after removing the windowsapps, it may be interesting to keep the Windows Store. You have to remember to integrate WinCalc32 or download WinCalc32, if you need to.

    So...
    @MSMG,
    And, how about these for Looks Like LTSC? Should they be removed?
    Code:
    WindowsMixedReality
    XboxGameCallableUI
    
    If I want to maintain the functionality of the store which windows apps should be kept?
    Only these?
    Code:
    AdvertisingXaml
    WindowsStore