How can I check what type of Windows NT installation I have?

John Savill

March 4, 1999

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. Several Windows NT installation types exist, such as NTWorkstation; NT Server; NT domain controllers; NT Server 4.0, Terminal Server Edition (WTS); and NT Enterprise Edition. To check the installation version, type

net accounts



However, this command sometimes won’t give all the information. Another way to check your version is to look in the registry. To do so, complete the following steps:

  1. Start the registry editor (regedt32.exe).

  2. Move to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlProductOptions.

  3. Look at ProductType, it will be one of the following types:
    WinNT - Windows NT Workstation
    ServerNT - Windows NT Server standalone
    LanmanNT - Windows NT Server Domain Controller

  4. You can also look at ProductSuite (if it exists), and depending on yourversion, you might see one of the following types:
    Terminal Server - WTS
    Enterprise - Enterprise Edition

  5. Close the registry editor.

If you attempt to open or edit these values (depending on your service pack), the OS gives you a warning and changes the value back to its original setting. Don't try to change these values.

If you don't want to search the registry,WinInfo (fromhttp://www.savilltech.com/download/wininfo.zip)displays the product type (and much more), which will be one of the following versions:

  • NT Workstation

  • NT Server

  • NT Domain Controller

  • WTS

  • NT Enterprise Edition

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like