fusioninventory-agent
fusioninventory-agent copied to clipboard
LTSC License not found ?
Hello,
in C:\Program Files\FusionInventory-Agent\perl\agent\FusionInventory\Agent\Task\Inventory\Win32\OS.pm you define the WINPRODKEY with that.
(line 50-52)
my $key =
decodeMicrosoftKey(getRegistryValue(path => 'HKEY_LOCAL_MACHINE/Software/Microsoft/Windows NT/CurrentVersion/DigitalProductId')) ||
decodeMicrosoftKey(getRegistryValue(path => 'HKEY_LOCAL_MACHINE/Software/Microsoft/Windows NT/CurrentVersion/DigitalProductId4'));
But in our case "we use Windows LTSC" and no licence is visible.
Each time the agent scans a machine with an LTSC license, the information is deleted from the license number field in the operating system section even if an technician put the correct license in the field before.
How to solve this ?
Thanks