Font Basics
There are two basic kinds of fonts, bitmapped fonts and scalable fonts. Bitmapped fonts are constructed as a pattern of dots. Bitmapped fonts can be enlarged, but this produces jagged looking type. More ...
Computer Technician's Guide to Electronics Disposal and Recycling
The United States alone creates about 3 million tons of electronics waste each year. Much of this electronics waste is sent to developing nations where primitive processing methods cause serious health and pollution problems. CompTIA considers the knowledge of how to properly dispose of old computer equipment, to be an important part of being a certified computer technician. More ...
Configuring Windows as a NTP (Network Time Protocol) Server
The Windows operating systems from Windows 2000 onwards has an in-built time synchronization service - Windows Time. The Windows Time service facilitates a Windows network to provide synchronization of all machines within a domain. This article describes how to configure the Windows 2000 and Windows 2003 time service as a NTP server. More ...
Set the User's Profile Information
A user profile is a collection of settings for a user account. It is stored in the user's folder. It contains the account's settings and preferences along with the user's home directory in a subfolder called Documents. More ...
How to Configure Hyper-V on Windows Server 2019
Hyper-V is a Windows 2019 native hypervisor that it can be used to create virtual machines. There are many different things that you can configure with the Hyper-V console. More ...
Use PowerShell and WMI to Get CPU Information
Suppose you want to get some information about the CPU in your computer. Can you remember which Control Panel utility will provide that information? If you use a PowerShell script to access WMI you can always get the information you want no mater how they rearrange Control Panel. More ...
Script to Print a Directory File List
There are many low cost and free applications that will print a directory file list. Some people use the DOS prompt or a DOS batch file. In this article, I'm going to give you another method, a small VBScript to run with the Windows Scripting Host. More ...
Create a Windows 7 Disk Image Backup
A Disk Image is an exact copy of a disk. It includes the operating system, system settings, programs, and files, and everything required for Windows to run. You can use a disk image to restore your computer if your hard disk or your computer stops working. More ...
Disable Programs That Run at Startup on Windows 10
Some programs start at the same time you start your computer. This can cause your computer to start slower, and because these pre-loaded programs stake out a portion of memory, they can cause your computer to run slower too. More ...
Disable Cutesy Effects to Speed Up Windows 10
If you have someone on your butt to be more productive, or you rely on your productivity to earn a living, then to increase your computer's performance (and thereby your performance) you need to get rid of all the cutesy animations, fades, shadows, and slides that Windows performs. More ...
Make Windows 10 File Explorer Open to This PC instead of Quick Access
When you open Windows 10 File Explorer, it defaults to Quick Access. If, like me, you prefer to have File Explorer open to This PC or an actual Computer folder, then you can configure it to do so in the Folder Options dialog box. More ...
How to Disable Windows Firewall in Windows 7
Windows firewall helps keep your PC protected from unauthorized access, however, in order to install certain programs you may need to disable Windows firewall. More ...
Disable Kernal Paging to Speed Up Windows
Paging is when the operating system allocates part of the hard disk to be used as virtual RAM. Windows is slowed by paging. You can speed up Windows by configuring it to keep its kernal in RAM. More ...
Command Line to Get Computer's Numner of CPU Cores
WMIC (Windows Management Interface Command) is a command line tool that returns information about your syste. To learn your computer's numner of CPU cores, type wmic cpu get deviceid,numberofcores,numberoflogicalprocessors at a command prompt. More ...
