Tags:
create new tag
view all tags

Determining the Windows Serial Number

When installed on a Windows server or stand-alone PC, the APPX license is tied to the serial number of the C-drive of the machine on which APPX is installed. That is, even if you are installing APPX on the D-drive (or any other drive), it is still the C-drive serial number that is required.

To determine the serial number, exit to a DOS (command) prompt, and type the command "dir c:\ /p" (without the quotation marks, of course). This will display the first page of a directory listing for the root directory of the C-drive. The second line displayed will contain the serial number, like this:

Volume Serial Number is 1A2B-C3D4

That is the number that APPX requires, but it will be reformatted when entered on your license and when displayed by APPX. APPX makes three alterations to the serial number:

  1. Add a leading zero and hyphen
  2. Change all upper-case letters to lower-case
  3. Remove the hyphen between the two groups of characters
So, the serial number 1A2B-C3D4 will be entered and displayed in APPX as 0-1a2bc3d4. Note: A foolproof way of determining that you have the correct serial number on any platform is to start APPX. Without a valid license, the system will display the serial number it finds on the machine.
Topic revision: r1 - 2012-02-27 - ChrisBrower
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback