Archive for the ‘Software Issues’ Category

The Windows Registry

June 29th, 2008

The registry is a hierarchical database that is used by the Operating System (OS) to store information that is necessary to configure the system for users, applications and hardware devices. It contains information that Windows continually references during operation, such as profiles, applications installed on the computer and the types of documents that each can create. It also contains information for property sheet settings for folders, application icons, hardware that exists in the system, and the ports that are being used (”Windows registry”).

XP Regedit

The Registry replaced most of the text-based .ini files used in Windows 3.x and MS-DOS configuration files, such as the Autoexec.bat and Config.sys. You can edit the registry by using Registry Editor (Regedit.exe or Regedt32.exe). But be careful if you use Registry Editor incorrectly, you can cause problems that may require you to reinstall the operating system (”Windows registry”).

The Windows Registry is split into five logical sections. These all begin “HKEY” (an abbreviation for “Handle to Key”). Each of these keys is divided into subkeys, which contain further subkeys, and so on (see table 1). Any key may contain entries with various types of values. The values of these entries can be: a String Value, a Binary Value (0 or 1), a DWORD Value (32 bit unsigned integer), a Multi-String Value, or a Expandable String Value. Registry keys are specified with form similar to Windows’ path names, using backslashes to indicate levels of hierarchy. E.g. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows refers to the subkey “Windows” of the subkey “Microsoft” of the subkey “Software” of the HKEY_LOCAL_MACHINE key (”Windows registry”).

the five hives of the registry

Handling a Computer Installation Problem

June 29th, 2008

Potential problems may arise during the installation of a computer system. The kind of problems in my experience falls in three broad categories: Hardware, Software, and Ergonomics. In this essay I will discuss a potential hardware computer installation problem and I will reveal possible causes for this problems and suggest solutions to resolve it.

One can only pray for a pain free and easy computer installation, but the truth is that there is always a obstacle to overcome and a problem to resolve; you may encounter a clean and hassle free computer installation every once in awhile, but remember if it was that easy, anyone could do it.. When building a new computer a technician must consider hardware compatibility. The days of “Plug and Pray” are coming to an end with new releases of more advance operating systems. However, hardware malfunctions or installation problems can occur and do more often then not.

Problem: The PC seems to boot up fine, but there is no display. A possible Cause is could be the monitor cables. A Solution is to make sure that the cable between the monitor and PC is secured tightly. If the monitor has a separate power cord, make sure the cord is connected firmly at both ends. Another possible solution is to check the video card. If the monitor is working fine, it’s time to power down the computer, disconnect the power source, and open the computer case. Once you locate the video card, remove it from the expansion slot. Check to see if the card is damaged. If it looks to be damaged, replace it with a known good video care and try to boot the computer again with the monitor turned on. If it is integrated video they problem may lie with the motherboard, However, This is not likely, but it’s worth considering. It’s unlikely because you would almost surely be having other motherboard-related problems, such as random reboots or lockups, or a system that refuses to boot at all.