Tag: registry_keys

A Closer Look at Windows Vista

July 02, 2007 by Jason

Malware refers to any software that secretly infiltrates and damages a computer system without the informed consent of the owner. Despite the use of anti-virus and anti-spyware software, malware can still affect even careful users. One of the stated goals of the Microsoft Windows Vista release is to greatly improve the overall security of the Windows operating system and curb the impact of malware. To this end, Microsoft redesigned both the least user and administrative accounts on Vista; the result is perhaps the most secure version of Windows in the age of the Internet.

The concept of least user or standard user accounts has been a part of Windows releases for many years. Read More»

Use Process Monitor to find new tweaks

March 08, 2007 by Jason

Many visitors ask me how I find new tweaks that I post on this site. One of the main tools I use is a free utility from Microsoft called Process Monitor. Process Monitor helps you by monitoring both registry and file activity generated by any process. You can see what files a process is opening and what registry keys it is reading values from. Using filters, you can even isolate registry and file writes. This can be very helpful when trying to identify a specific registry key to tweak and experiment with. Read More»