Then disable it? Code: Dism /Online /Disable-Feature /FeatureName:Recall /Quiet /NoRestart Dism /Online /Get-Featureinfo /Featurename:Recall Besides it is most likely possible to block it in the firewall or DNS, just like any other Windows "feature".
Thanks for your valuable time helping me. May I ask, which one would you recommend using? IoT Enterprise 2024 LTSC OEM (26100.1)
It really doesn't matter, both should get the same updates offered after install but the 26100.1742 ISO is available in all languages, the OEM 26100.1 en-US only.
i was able to build the iso without any issue, everything installed perfectly but for some reason, windows update kept trying to download kb5044384 and failed to installed it every time.
Then you most likely enabled a fod of some kind (installed a lp or such), i never experienced it by myself, some report that after a few reboots after re-attempts is solves itself. ps, you quote two different subjects.
yes i noticed i quoted 2, i did it the first time and saw it so canceled the post and did it again, but it also didn't remove the other quote for some reason. Anyways, thank you
yeh, thanks, but first i~d like to see what it effectively does< it should give me possibility to go "back/in/time" to a previous save/state of Windows, but i have not seen any "recall" functions in windows settings, maybe they are hidden in Windows 24H2 Enterprise or just not yet released. it has been said on Internet that disabling will break somehow FileExplorer/WindowsExplorer, so that would be bit of a nuisance< lets see where this goes.
Yes, it supposedly breaks 3rd party explorer replacements as if every other windows update did not break them already. Thus far no one was able to figure out, what it breaks anyway.
I recommend to download and install the snipping tool directly from Microsoft instead. The AppX name is "Microsoft.ScreenSketch_8wekyb3d8bbwe" .. Easiest is to use the App Store downloader with ID "9mz95kl8mr0l" to get it.. The list of various apps is here for you to add what you like, or remove what you don't...
For anyone interested in these sorts of lists, the 'untouchable' Component-Based Servicing & LKG "System Apps " additions increase with each hotfix. Additions to patkhoo's 26100.1 "Installed Appx - IoT Enterprise LTSC" list as of (26100.2161.1.23) updated: October 24. 2024 Code: Microsoft.WindowsAppRuntime.CBS.1.6_6000.247.2159.0_x64__8wekyb3d8bbwe MicrosoftWindows.LKG.AccountsService_1000.26100.2161.0_x64__cw5n1h2txyewy MicrosoftWindows.LKG.DesktopSpotlight_1000.26100.2161.0_x64__cw5n1h2txyewy MicrosoftWindows.LKG.IrisService_1000.26100.2161.0_x64__cw5n1h2txyewy MicrosoftWindows.LKG.RulesEngine_1000.26100.2161.0_x64__cw5n1h2txyewy MicrosoftWindows.LKG.SpeechRuntime_1000.26100.2161.0_x64__cw5n1h2txyewy MicrosoftWindows.LKG.TwinSxS_1000.26100.2161.0_x64__cw5n1h2txyewy Subtractions from patkhoo's 26100.1 "Installed Appx - IoT Enterprise LTSC" list as of (26100.2161.1.23) updated: October 24. 2024 Code: windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy (Gone after removing "Recall" from Optional Features) MicrosoftWindows.Client.AIX_1000.26100.20.0_x64__cw5n1h2txyewy
There is Windows Spotlight option for the backround image (and it works) but not for the lockscreen image (only Picture and Slideshow options available). IoT Ent version. Tried multiple solutions like registry, group policy and re-registering system apps - nothing helped. Anyone with IoT having the same issue? PS Haven't tried to create the new admin account yet though.
Your welcome. Is there special code you use to generate your lists without the version number? The PowerShell code I use includes the version number. Here is a grid example of what I'm using : Code: (Get-ChildItem Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications).name | Split-Path -Leaf | Out-GridView -wait Also, to be super precise, Code: MicrosoftWindows.Client.AIX_cw5n1h2txyewy (Removed in 26100.2161.1.23 @ 24 Oct after applying PowerShell code: Disable-WindowsOptionalFeature –Online –FeatureName "Recall")