Two bug-like issues were found

Mr. Yu

Member
Messages
313
Reaction score
24
Hello, please forgive me for the possible mistakes in translation
My ntlite version is 2024.4.9916, after streamlining into the system found two problems

*When I integrated.net4.8 in ltsc2019, the component removal and feature Enable screen only showed.net4.7 instead of.net4.8, even though I used "custom" to clean up the replaced update
*When the operation center is streamlined, the operation center still appears after entering the system, and the ltsc2021 is the same, so I deliberately only streamlined the operation center and uploaded my xml

Thank you for your answer
 

Attachments

Different .NET Frameworks do not replace each other, they are intended to install side by side.

LTSC 2019 (1809) includes .NET 4.7.2, but you can integrate .NET 4.8 into the same image. Because 4.7.2 is the native version, you will not see 4.8 listed under Features on Demand.
 
Different .NET Frameworks do not replace each other, they are intended to install side by side.

LTSC 2019 (1809) includes .NET 4.7.2, but you can integrate .NET 4.8 into the same image. Because 4.7.2 is the native version, you will not see 4.8 listed under Features on Demand.
I understand what you mean, I integrate.net4.8 in win7 and only show .net3.5,how to open, close and remove .net4.8 asp.net and wcf?
 
Your image is 17763.316, and Windows Update is not disabled or removed. Did you update the system after install?

With some removed components, WU will restore them because they are being updated by the Monthly Update. You need to remove them again, using NTLite's Remove reinstall function.
 
In order for you to use my presets, I tried to switch ntlite to English, but why is the interface layout different?
This time I completely removed the four components under the system update and notification service, including the operation center, but the operation center still appears and opens normally in the lower right corner of the system!
 

Attachments

Please don't create new threads for the same set of questions. Otherwise I will lock your threads. Users don't have to time to follow questions this way.
 
Please don't create new threads for the same set of questions. Otherwise I will lock your threads. Users don't have to time to follow questions this way.
I switched to English to delete, still can not remove, what is this? Image is the msdn original
ed2k://|file|cn_windows_10_enterprise_ltsc_2019_x64_dvd_9c09ff24.iso|4478906368|E7C526499308841A4A6D116C857DB669|/
 

Attachments

Removing Action Center from LTSC 2019, but keeping Windows Push Notifications, does not get rid of Action Center.

View attachment 11805

If you delete "C:\Windows\ShellExperiences\Windows.UI.ActionCenter.dll", then Notification Center is visible, but cannot open. Maybe Action Center cannot be cleanly removed by itself.

View attachment 11806
 
Last edited:
Action Centre icon can be removed from the taskbar notification area by Group Policy(gpedit.msc or using PolicyPlus).
Its an annoying pain in the rear but once it is disabled in GP it stays hidden.

Group Policy
Code:
Administrative Templates (Users)
Start Menu and Taskbar
Remove the Action Center icon

Registry(w8.1)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"HideSCAHealth"=dword:00000001

Note - admx.help having issues, their entry for this doesnt match mine and pages dont load
 
Last edited:
我不知道 NTLite 是否在保护Windows.UI.ActionCenter.dll,因为另一个组件需要它。
Thank you for your answer. I will take the # 12 friend approach to disable the taskbar icon
 
Back
Top