Hi to all
i want to make an autoran for my program that show a hardware code for activation but i have a problem
my command was this : Hardwarecode = Registry.GetValue(HKEY_LOCAL_MACHINE, "HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\ 0", "FeatureSet", true);
my problem is this that the FeatureSet value is change when we change our windows !
then this is not constant value
i am searching a value that is unique for every computer that don't change with change of windows .
i was searching for serial of motherboard and hard disk and cpu in registry but i can't find it
also i was test Wmic but it was no answer for me !
can you help me for this ?
i want to make an autoran for my program that show a hardware code for activation but i have a problem
my command was this : Hardwarecode = Registry.GetValue(HKEY_LOCAL_MACHINE, "HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\ 0", "FeatureSet", true);
my problem is this that the FeatureSet value is change when we change our windows !
then this is not constant value
i am searching a value that is unique for every computer that don't change with change of windows .
i was searching for serial of motherboard and hard disk and cpu in registry but i can't find it
also i was test Wmic but it was no answer for me !
can you help me for this ?
Comment