Skip navigation
Check if Windows 10 is CB or LTSB

Check if Windows 10 is CB or LTSB

Q. How can I check if my Windows 10 is CB/CBB or LTSB?

A. To use LTSB special media is utilized however if you are not sure there are a number of ways to check:

  1. Open Control Panel - System - Windows Edition. If LTSB it will end with LTSB, e.g. Windows 10 Enterprise 2016 LTSB
  2. Look at registry value HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProductName and once again will end in LTSB if LTSB
  3. From PowerShell execute
    gwmi win32_operatingsystem | select OperatingSystemSKU
    A value of 4 means CB while 125 means LTSB

Remember that CB and CBB is the same OS with CBB simply deferring the update (typically CBB lags 4 months behind CB).

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish