SERIAL NUMBER- Trend Micro PC CILLIN ShowSERIAL NUMBER- Trend Micro PC CILLIN
Explanation
How to replace your old serial number by the new one?
Explanation
Go to registry by Menu Start > Run and type REGEDIT and click on “OK”.
In the open window under « My computer...
How to change XP Serial/License number ShowHow to change XP Serial/License number
Go to / Start Menu/ Run/ Type regedit and click OK.
Before any operation in the registry, he should make a backup of the registry as a precaution
In the Registry Editor, click File...
Using No-CD Crack, Keygen, Serial and Patches ShowUsing No-CD Crack, Keygen, Serial and Patches
Using No-CD Crack, Keygen, Serial and Patches
A Patch or No-CD crack is a modified file or program that allows a user to run computer softwares without making use of the initial CD...
Generating random numbers with rand() ShowGenerating random numbers with rand()
You may have noticed when using the rand() found in the standard library of C language, you often get unsatisfied by the results, they look the same.
For example, when trying 5 random numbers in...
Download Random Number Generator Pro ShowRandom Number Generator Pro is a tool that generates a list of random numbers based on customizable criteria. You can choose the minimum and maximum limits and incrementing numbers. Limits can be positive or negative values.
Advantage
The...
Download Random Number Generator Pro ShowRandom Number Generator Pro is a very simple tool to generate a random number list.
There are several combinations and you can define the randomization criteria. You simply select the lower and upper limits as well as the number increments and the...
Serial port and parellel port ShowIntroduction to input-output ports
Input-output ports are material elements on the computer, allowing the system to communicate with exterior elements, in other words to exchange data, hence the name input-output interface (sometimes known as I/O...
Serial ATA (SATA or S-ATA) ShowIntroduction
The Serial ATA standard (S-ATA or SATA) is a standard bus allowing high-speed storage peripherals to be connected to PC computers.
The Serial ATA standard was introduced in February 2003 in order to compensate for limitations of the...
Microsoft Windows - The registry ShowWhat is the registry?
In version 3.1 of Microsoft Windows, applications that had been installed were configured in Windows with configuration files (which had the extension .ini). There were also two configuration files for Windows itself:...
ManagementObjectSearcher mbs = new ManagementObjectSearcher("Select * From CIM_Chassis"); /*or Select * From Win32_BaseBoard"*/
foreach (ManagementObject mo in mbs.Get())
{
textBox1.Text = mo["SerialNumber"].ToString();
}
ManagementObjectSearcher mbs = new ManagementObjectSearcher("Select * From CIM_Chassis"); /*or Select * From Win32_BaseBoard"*/
foreach (ManagementObject mo in mbs.Get())
{
textBox1.Text = mo["SerialNumber"].ToString();
}