Elicenser Serial Number Not Unique
How to uniquely identify windows machine. This field all together (ASUS comes to mind) and still others place the system model number in there but nothing else unique. The smbios serial number (system-serial-number and baseboard-serial-number) has the best chance to be unique, but there are some mobo manufacturers that don't. The eLicenser Control Center is a utility that allows for managing music software licenses by a variety of manufacturers. Via the eLicenser Control Center licenses can be downloaded and stored on a USB-eLicenser (dongle, license key) or in a Soft-eLicenser (virtual license container on hard disk). I WOULD LIKE TO MAKE IT VERY CLEAR IF YOU HAVE NOT REGISTERED YOU USB ELICENCER DONGLE SERIAL NUMBER WITHIN THE ELICENSER SOFTWARE, PLEASE DO IT IMMEDIATLY. YOU MUST DO IT SO IT ALSO REGISTERS ALL OF YOUR PRODUCT ACTIVATION.
I'm trying to re-enable USB Autoplay in a secure way, by installing a program on each of the computers that I use so that I can run my launcher (PStart in this case) whenever I plug in my specific USB drive. The tool that I'm using to enable this - AutoRunGuard - needs the serial number of the USB drive that I am using. I can't figure out where to find this in Windows. Ideally I would not need to install and run a separate program to do this (seemingly) simple task.

Since this is a pretty easy question, bonus points if you also tell me how to discover it in Linux as well.
What steps do I need to take to retrieve a USB Drive's serial number?
UPDATE:Just incase people come here looking for the answer for AutoRunGuard, I discovered that they don't want the USB device serial number, but the volume serial number. The drive serial can be found by going into the command line, navigating to the drive, and executing dir. The volume serial number is found in the top two lines - use it without the dash.
7 Answers
Use the freeware USBDeview:
USBDeview is a small utility that lists all USB devices that currently connected to your computer, as well as all USB devices that you previously used. For each USB device, exteneded information is displayed: Device name/description, device type, serial number (for mass storage devices), the date/time that device was added, VendorID, ProductID, and more... USBDeview also allows you to uninstall USB devices that you previously used, and disconnect USB devices that are currently connected to your computer. You can also use USBDeview on a remote computer, as long as you login to that computer with admin user.
GaffOn Linux, usbview will do this, just click on the device in the left pane.
Get USB Serial Numbers on Windows with PowerShell
Here's a PowerShell solution that will give you the serial number of all 'USB Mass Storage Devices' mounted on the system which you run it. It uses Get-CIMInstance to query the Win32_PnPSignedDriver class to get the property values with filtering, looping, setting a couple variables, using a method, etc.
Within the PowerShell script below, I left some commented out logic and comments for running with the legacy Get-WMIObject cmdlet for systems with versions below PowerShell 3.0.

PowerShell
Supporting Resources
- ForEach-Object
Standard Aliases for Foreach-Object: the '
%' symbol, ForEach - Where-Object
The '
?' symbol and Where are both aliases for Where-Object. If you explicitly want to run the Where-Object command, run Where-object or '?'
Under Windows 7.1 Right Click 'Computer' -> 'Manage' -> 'Device Manager' -> Navigate to your USB Drive, Right Click -> Properties -> Details, Property->Parent
Value:
The USB unique id is all the characters after the last , in this case 575833314133343231313937
You can also be able to extract it from Property->Device Instance Path, however that includes some other fields after the USB unique id part, so is slightly harder to read off.
Open Windows Powershell with Administrative privilege
Type get-disk
then it will list you all of the disks on the computer, with disk number on the left.
Suppose the disk in question is number 4.
Type $a = get-Disk -Number 4, after which $a will be a list contains all the properties of this disk. You can view all those information with $a format-list -Property * Or you can just type $a.SerialNumber If you disk has a serial number, The command would return it.
On linux you can simply do,
It will print all information about usb devices along with serial number also.
Jeegar PatelJeegar PatelRight Click 'Computer' -> 'Manage' -> 'Device Manager' -> Navigate to your USB Drive, Right Click -> Properties -> Details
Edit: Unfortunately I have no idea where he got this IDs from, bu the 'Device Instance Id' is the closest guess I have:
It should be the last part after the and without the &0
BobbyBobbyNot the answer you're looking for? Browse other questions tagged usb or ask your own question.
Elicenser Control Center
Searched but couldn't find.Raised a support ticket, but wondered if anyone has had similar...
When performing Maintenance in the ELCC Steps 1-5 are OK, but Step 6 reports:
FAILED (Sending eLicenser Information)
with a pop-up:
'Unfortunately, the serial number of your Soft-eLicenser is not unique. Please contact your software vendor to solve this issue.'
Also when trying to register Cubase 7 I get an error:
'A problem occurred which prevented the information from being transmitted.
Error Code: 1003'
Internet access is available and anti-virus (AVG) is switched off.
System:
Cubase 7.0.0.
New clean installation of Win7 Sp1.
Intel Core2 Quad Q9650 @ 3.00GHz.
4GB RAM.
RME Fireface800, latest firmware/driver.
M-Audio Midisport8x8/s, latest driver.
Cheers!