Win10 Pro vs Win10 LTSC my observation

pawelnrg

Member
Messages
32
Reaction score
1
win 10 pro components a bit more components then more option to remove. Win10 LTSC les components les option. all not existed option is skipped.
After install in if you dont like it You can remove in powershell
remove backup copy.
Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\MicrosoftAccount" /v "DisableUserAuth" /t REG_DWORD /d "1" /f

linux subsystem
wsl --uninstall
 

Attachments

Last edited:
The primary difference between LTSC and Pro editions (for the same Windows family) is the consumer Apps are missing. LTSC is about minimizing long-term changes, so you don't get Store (UWP) apps since those will be updated over time. Feature updates are also not accepted.

When you load or append a preset, NTLite will silently ignore any component removals or settings that don't apply to the current image. Loading a Pro preset on LTSC will result in less changes applied. Just like if you loaded a Pro preset on Home edition.
 
Back
Top