From what I said I was supposed to have posted my customized tookit. But I didn't have time to do the final tests. But I just added the option "Looks Like LTSC"
thank you for your advise i have integrate the 331 CU its working now i don't see any updates at the moment what about in the future CU updates will have same issue regards,
- Yes check the Package templates folder for new list format. - Will check with v1809 LTSC .Net CU update integration. - Multimedia Restricted Codecs is for Server Editions.
Check the GettingApps.txt file under Packs->Apps folder at the Toolkit download for How to getting Apps offline. Also Packs->Apps->w10->10.0.19041 folder, I have added the Apps license XML's and necessary Appx files, still need to upload few dependencies.
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
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?
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.
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.
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?
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.
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)!
I want to keep search box but remove cortana , how do i do it ? Just downloading the 2004 for debload
----------------------------------------------------- ----------------------------------------------------------------------------------------------------- Spoiler: :: Remove Windows 10 v1809/v1903/v1909/v2004 Client System Menu :: 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 --------------------------------------------------------------------------------------------------------------- Spoiler: System Components :: 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" Spoiler: RemoveAppsList ----------------------------------------------------- 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 Spoiler: RemovePkgsList ------------------------------------------------ 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?.....