Tag Archives: Windows

First Impressions: Internet Explorer 9

Microsoft’s latest iteration of Internet Explorer 9 comes in the form of a much anticipated beta. There’s a lot of stuff to see in this new version that has been well overdue, as well as some nifty new features that … Continue reading

Posted in Reviews | Tagged , , | 4 Comments

Working with the Windows Registry

Our website contains many tutorials that require editing the Windows Registry. Rather than summarizing the process in every article, I thought it might be better to make a more in-depth exploration separately. In this tutorial, I will explain what the Windows Registry is, how to edit its contents and the risks associated with doing so.

In the early days of Windows, applications would often store their configuration data in text documents called initialization files. Typically, these files would use an extension like .ini, .txt, .cfg, etc. One of the major problems with this particular system was that with the sheer number of applications installed, the .ini files would become scattered across the file system, making them difficult to track. After the release of Windows 95, in an effort to further standardize and manage configuration for applications and Windows, Microsoft encouraged software developers to use the Windows Registry as an alternative to INI files for storing configuration data. In the years that followed, the Windows Registry became the standard repository for application settings. Continue reading

Posted in Tutorials | Tagged , | Leave a comment

Hiding User Accounts on Windows

On Windows XP, it is possible to hide user accounts from both the Welcome Screen and the User Accounts control panel. In this tutorial, I’ll show you how. I’m sure people have various reasons for wanting to do this, so here we go. Continue reading

Posted in Tutorials | Tagged , | Leave a comment