How to modify Windows System Registry Values with C#? As usual, you need to use Microsoft.Win32 Namespace ~ using Microsoft.Win32;. Let’s take Windows Application Event Logs values as an example. I want to change the MaxSize and Retention values in Application Event Log file by using C#.
Codes to change Windows System Registry values
RegistryKey TestEventLog = Registry.LocalMachine.OpenSubKey(“System\\CurrentControlSet\\Services\\EventLog\\Application”,true);
TestEventLog.SetValue(“MaxSize”, “102367232″, RegistryValueKind.DWord);
TestEventLog.SetValue(“Retention”, “0″, RegistryValueKind.DWord);
Above codes open Application event log and with write permission (,true). It changes both MaxSize and Retention values.
Just change the codes to suit your need.
22 Jan
Posted by Jayce as Hardware
Warning, Seagate Barracuda 7200.11, DiamondMax 22, Barracuda ES.2 SATA hard drive owners. Yes, this is a very serious warning coming out from Seagate itself. Because your hard drive might become inaccessible when you power up your PC system. I got an error comment from an anonymous on January 11th, 2009. At first, I thought just an anti-Seagate wondering around and doing some damages to Seagate branding. However, I changed my mind after seeing this announcement.

Oh no… My hard drive is on the list!
Microsoft System Center Operations Manager 2007 (SCOM). Do you ever hear these words? Microsoft System Center Operations Manager 2007 is new to me. After doing some research at Microsoft website, I just know that Microsoft System Center Operations Manager 2007 is the replacement for Microsoft Operations Manager 2005 (MOM). What are SCOM and MOM anyway? There are management tool for IT build by Microsoft. SCOM has more features than MOM.

Microsoft System Center Operations Manager 2007
23 Dec
Posted by Jayce as Software
CPU-Z is one of the tools for overclocker. CPU-Z displays CPU, mainboard, memory, system information. CPU-Z can detect information as below…
CPU
Mainboard
Memory
System