Doesnt work unfotrunately, applied via GPO, I think the icon is added to the taskbar before the key is applied via gpo and once on the taskbar the key doesnt seem to affect it at all. Does anyone know of a local machine key rather than current user?
tomorrow ill try removing most packages possible and see if it disappearsDid anyone manage to find a solution for this issue?
I didn't find the best suitable solution. But during system installation, I create a RunOnce key in default profile who call a local Powershell script replacing the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband Default value, and restart Explorer process. For now, 24H2 installations will not be in production in my company with this, as how awful it is for the final userDid anyone manage to find a solution for this issue?
Have you checked the effects of this? I haven't been able to test it yet, but from what I read removing this seems to break a lot more things: https://www.ntlite.com/community/in...-uwp-packages-and-use-mail-and-calendar.2363/found the component, no more icon by removing:
Windows Feature Experience Pack - Desktop (MicrosoftWindows.Client.CBS)
until we find a reg key this is the only thing we can doHave you checked the effects of this? I haven't been able to test it yet, but from what I read removing this seems to break a lot more things: https://www.ntlite.com/community/in...-uwp-packages-and-use-mail-and-calendar.2363/
This topic is old, NTLite in new versions no longer removes the entire MicrosoftWindows.Client.CBS_cw5n1h2txyewy folder, it keeps files needed for the components you keep and maybe some others, I haven't done much testing.Have you checked the effects of this? I haven't been able to test it yet, but from what I read removing this seems to break a lot more things: https://www.ntlite.com/community/in...-uwp-packages-and-use-mail-and-calendar.2363/
Thank you very much! This works perfectly! found it being discussed on a win10 forum years ago for xbox app and dismissed it as it looked specificly for xbox. Silly me!solved:
Code:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent] "DisableCloudOptimizedContent"=dword:00000001
Thanks! This works indeed. At first I thought it didn't, but I made a mistake that resulted in the reg not being applied.solved:
Code:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent] "DisableCloudOptimizedContent"=dword:00000001
Seems to be the best solution, nice work !solved:
Code:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent] "DisableCloudOptimizedContent"=dword:00000001
I'm really sorry that due to the language barrier I don't know how to insult you to dispel your arrogance. You didn't even think carefully about the problem I encountered and just used your limited knowledge to laugh at me. At first I thought you were too anxious and didn't have the energy to think carefully, but after reading your words carefully I think your knowledge is simply too narrow, so narrow that you can only customize your system through the limited options of ntlite. You may not even know their principles, and don't know the relationship between Windows and uups, uwp applications, and inbox apps.Must be the most funny support thread all year. LOL!
2 sites support for 49 removals and OP still don't listen to Tistou77 advices.
For OP - 49 removals is nothing given there's over 1000 removal options in NTL.
And your preset still show you don't remove OUTLOOK InBox App.
Tested on 26100.2605.
And for that matter remove Outlook for Windows too in App section of removals and you can kiss Outlook goodbye.
Thanks.
This has side effects.solved:
Code:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent] "DisableCloudOptimizedContent"=dword:00000001
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent] /v DisableCloudOptimizedContent /t REG_DWORD /d 1 /f