Just as you said! This, too, seems to me to be something new... Let's wait for people to tell us if they have this problem.
Good morning. These are the apps I have left on W11. For the moment I have not found any problems PowerShell.exe "Get-AppxPackage | Where-Object {$_.NonRemovable -eq $False} | Select Name, PackageFullName" Code: Name PackageFullName ---- --------------- Microsoft.UI.Xaml.2.4 Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe Microsoft.VCLibs.140.00 Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe Microsoft.WindowsTerminal Microsoft.WindowsTerminal_1.6.10571.0_x64__8wekyb3d8bbwe Microsoft.WebpImageExtension Microsoft.WebpImageExtension_1.0.32731.0_x64__8wekyb3d8bbwe Microsoft.WebMediaExtensions Microsoft.WebMediaExtensions_1.0.40831.0_x64__8wekyb3d8bbwe Microsoft.VP9VideoExtensions Microsoft.VP9VideoExtensions_1.0.41182.0_x64__8wekyb3d8bbwe Microsoft.PowerAutomateDesktop Microsoft.PowerAutomateDesktop_1.0.65.0_x64__8wekyb3d8bbwe Microsoft.HEIFImageExtension Microsoft.HEIFImageExtension_1.0.40978.0_x64__8wekyb3d8bbwe Microsoft.MicrosoftEdge.Stable Microsoft.MicrosoftEdge.Stable_100.0.1185.29_neutral__8wekyb3d8bbwe
Yes, but even with untouched version of Windows 11 I have the yellow border, if I didn't see it it came from VirtualBox, it appears well in full screen. Edit : maybe Windows update remove this function ?
Can you post your list for NonRemovable Packages? Spoiler: Full List Info Listing Command Code: PowerShell.exe -C "Get-AppxPackage | Select Name, PackageFullName" Out-GridView Command Code: PowerShell.exe -C "Get-AppxPackage | Out-GridView -PassThru -Title 'Select what you want to Remove' | Remove-AppxPackage -Verbose" Spoiler: Removable List (These you already posted.) Info Listing Command Code: PowerShell.exe -C "Get-AppxPackage | ? { ! ( $_.NonRemovable ) } | Select Name, PackageFullName" Out-GridView Command Code: PowerShell.exe -C "Get-AppxPackage | ? { ( ! $_.NonRemovable ) } | Out-GridView -PassThru -Title 'Select what you want to Remove' | Remove-AppxPackage -Verbose" Spoiler: NonRemovable List Info Listing Command Code: PowerShell.exe -C "Get-AppxPackage | ? { ( $_.NonRemovable ) } | Select Name, PackageFullName" Out-GridView Command Code: PowerShell.exe -C "Get-AppxPackage | ? { ( $_.NonRemovable ) } | Out-GridView -PassThru -Title 'Select what you want to Remove' | Remove-AppxPackage -Verbose"
I believe that WU does not remove this component. In fact, WU only re-adds the removed components to your customization. It is just that I read that this bug has plagued many people since 2020. Many people suggest going into the settings of: w10 Snip & Sketch (ScreenSketch) or w11 Snipping Tool App (ScreenSketch) and disable the "Snip Outline" option. Try this, it might work.
These are all installed apps including non-removable ones: PowerShell.exe "Get-AppxPackage | Select Name, PackageFullName" Code: Name PackageFullName ---- --------------- Microsoft.Windows.CloudExperienceHost Microsoft.Windows.CloudExperienceHost_10.0.22000.1_neutral_neutral_cw5n1... Microsoft.BioEnrollment Microsoft.BioEnrollment_10.0.19586.1000_neutral__cw5n1h2txyewy Microsoft.AAD.BrokerPlugin Microsoft.AAD.BrokerPlugin_1000.19580.1000.0_neutral_neutral_cw5n1h2txyewy Microsoft.Windows.OOBENetworkConnectionFlow Microsoft.Windows.OOBENetworkConnectionFlow_10.0.21302.1000_neutral__cw5... Microsoft.Windows.OOBENetworkCaptivePortal Microsoft.Windows.OOBENetworkCaptivePortal_10.0.21302.1000_neutral__cw5n... Microsoft.UI.Xaml.CBS Microsoft.UI.Xaml.CBS_2.62107.16001.0_x64__8wekyb3d8bbwe MicrosoftWindows.Client.CBS MicrosoftWindows.Client.CBS_1000.22000.593.0_x64__cw5n1h2txyewy Microsoft.Windows.StartMenuExperienceHost Microsoft.Windows.StartMenuExperienceHost_10.0.22000.37_neutral_neutral_... Microsoft.Windows.ShellExperienceHost Microsoft.Windows.ShellExperienceHost_10.0.22000.71_neutral_neutral_cw5n... windows.immersivecontrolpanel windows.immersivecontrolpanel_10.0.6.1000_neutral_neutral_cw5n1h2txyewy Microsoft.Windows.Search Microsoft.Windows.Search_1.16.0.22000_neutral_neutral_cw5n1h2txyewy Microsoft.MicrosoftEdge Microsoft.MicrosoftEdge_44.22000.120.0_neutral__8wekyb3d8bbwe Microsoft.UI.Xaml.2.4 Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe Microsoft.VCLibs.140.00 Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe 1527c705-839a-4832-9118-54d4Bd6a0c89 1527c705-839a-4832-9118-54d4Bd6a0c89_10.0.19640.1000_neutral_neutral_cw5... Windows.PrintDialog Windows.PrintDialog_6.2.1.0_neutral_neutral_cw5n1h2txyewy Windows.CBSPreview Windows.CBSPreview_10.0.19580.1000_neutral_neutral_cw5n1h2txyewy NcsiUwpApp NcsiUwpApp_1000.22000.1.0_neutral_neutral_8wekyb3d8bbwe MicrosoftWindows.UndockedDevKit MicrosoftWindows.UndockedDevKit_10.0.22000.1_neutral_neutral_cw5n1h2txyewy Microsoft.Windows.XGpuEjectDialog Microsoft.Windows.XGpuEjectDialog_10.0.22000.1_neutral_neutral_cw5n1h2tx... Microsoft.Windows.SecureAssessmentBrowser Microsoft.Windows.SecureAssessmentBrowser_10.0.22000.1_neutral_neutral_c... Microsoft.Windows.PinningConfirmationDialog Microsoft.Windows.PinningConfirmationDialog_1000.22000.1.0_neutral__cw5n... Microsoft.Windows.ParentalControls Microsoft.Windows.ParentalControls_1000.22000.1.0_neutral_neutral_cw5n1h... Microsoft.Windows.NarratorQuickStart Microsoft.Windows.NarratorQuickStart_10.0.22000.1_neutral_neutral_8wekyb... Microsoft.Windows.CapturePicker Microsoft.Windows.CapturePicker_10.0.19580.1000_neutral__cw5n1h2txyewy Microsoft.Windows.CallingShellApp Microsoft.Windows.CallingShellApp_1000.22000.1.0_neutral_neutral_cw5n1h2... Microsoft.Windows.AssignedAccessLockApp Microsoft.Windows.AssignedAccessLockApp_1000.22000.1.0_neutral_neutral_c... Microsoft.Windows.Apprep.ChxApp Microsoft.Windows.Apprep.ChxApp_1000.22000.1.0_neutral_neutral_cw5n1h2tx... Microsoft.Win32WebViewHost Microsoft.Win32WebViewHost_10.0.22000.1_neutral_neutral_cw5n1h2txyewy Microsoft.MicrosoftEdgeDevToolsClient Microsoft.MicrosoftEdgeDevToolsClient_1000.22000.1.0_neutral_neutral_8we... Microsoft.LockApp Microsoft.LockApp_10.0.22000.1_neutral__cw5n1h2txyewy Microsoft.ECApp Microsoft.ECApp_10.0.22000.1_neutral__8wekyb3d8bbwe Microsoft.CredDialogHost Microsoft.CredDialogHost_10.0.19595.1001_neutral__cw5n1h2txyewy Microsoft.AsyncTextService Microsoft.AsyncTextService_10.0.22000.1_neutral__8wekyb3d8bbwe Microsoft.AccountsControl Microsoft.AccountsControl_10.0.22000.1_neutral__cw5n1h2txyewy F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE_10.0.22000.1_neutral_neutral_cw5n1h... E2A4F912-2574-4A75-9BB0-0D023378592B E2A4F912-2574-4A75-9BB0-0D023378592B_10.0.19640.1000_neutral_neutral_cw5... c5e2524a-ea46-4f67-841f-6a9465d9d515 c5e2524a-ea46-4f67-841f-6a9465d9d515_10.0.22000.1_neutral_neutral_cw5n1h... Microsoft.WindowsTerminal Microsoft.WindowsTerminal_1.6.10571.0_x64__8wekyb3d8bbwe Microsoft.WebpImageExtension Microsoft.WebpImageExtension_1.0.32731.0_x64__8wekyb3d8bbwe Microsoft.WebMediaExtensions Microsoft.WebMediaExtensions_1.0.40831.0_x64__8wekyb3d8bbwe Microsoft.VP9VideoExtensions Microsoft.VP9VideoExtensions_1.0.41182.0_x64__8wekyb3d8bbwe Microsoft.SecHealthUI Microsoft.SecHealthUI_1000.22000.1.0_neutral__8wekyb3d8bbwe Microsoft.PowerAutomateDesktop Microsoft.PowerAutomateDesktop_1.0.65.0_x64__8wekyb3d8bbwe Microsoft.HEIFImageExtension Microsoft.HEIFImageExtension_1.0.40978.0_x64__8wekyb3d8bbwe Microsoft.MicrosoftEdge.Stable Microsoft.MicrosoftEdge.Stable_100.0.1185.29_neutral__8wekyb3d8bbwe
@n3ro97, "MicrosoftWindows.Client.CBS" is setted as NonRemovable. Are you sure that in NTlite it is not "Windows.CBSPreview" that you are removing? EDIT: Answered below. No more questions.
Anyone know what the Microsoft-Windows-Foundation-Package is for? I cannot find any information about this component.
It doesn't support it. But it should work. However, that is at your own risk. Or follow the supported instructions. Use a supported build (described in the main post) and apply the updates directly, in the Toolkit.
A little clarification: I had already implemented and tested this. It works perfectly well for those who don't apply tweaks. However I revised for this Custom Toolkit version the Edge related tweaks when applying "Disable SmartScreen" Tweaks. That were not preventing the creation of this shortcut on the Desktop. But in a test I performed today I verified that the changes made to the Edge tweaks in Disable SmartScreen solved the problem, preventing the creation of the shortcut on the Desktop. I am currently looking at making sure that Edge is not pinned as well, in QuickLaunch. I think I will Create an Edge Tweaks Option separate from Disable SmartScreen. Initially I had inserted the Script in RunOnce, but it ran before the Edge shortcut was created (so it didn't work), then I put a "timeout T 60" command, but it was short lived and ran before the Edge shortcut was created. So I decided to create that shortcut with the Script inside ".\Toolkit\Custom\RemoveEdgeDesktopShortcut.lnk", which is integrated and will be started through the "%AppData%\Microsoft\Windows\Start Menu\Programs\Startup" folder. This shortcut I put in the Custom Tookit package, in the "Custom" folder, this removes the Edge shortcuts on the desktop under "Users\Public\Desktop" and "%UserProfile%\Desktop" and removes itself. Note: To see the script line, right click and go to properties. To read it better, copy the execution line (Target field) to a notepad. If you don't want it to be integrated, just delete it. The Custom Toolkit will not find it and will not execute the integration code. But this is irrelevant, I keep it integrated, it takes less than a second when executed.