How to Change Process Priorities in Windows Task Manager
In modern systems, many processes can run simultaneously. When an application is running, it's consuming system resources such as processor cycles. Sometimes, you may want to adjust a processes priority. More ...
Windows 2000 Security Overview
Computer network security is a large topic. You can't configure strong security if you don't have a top-down overview of the security features available and how to configure them. More ...
Command Line to Get Computers Model, Vendor, and Serial Number
WMIC (Windows Management Interface Command) is a command line tool that returns information about your syste. To learn your computers model, vendor, and serial number, type wmic csproduct get name,vendor,identifyingNumber at a command prompt. More ...
PowerShell Script to Show Last 5 Errors in Event Log
The Windows System eventlog is one of the most powerful components of the operating system because it keeps a log of everything that happens. Here I provide a powershell script to display the last 5 error entries in the log. More ...
What Are Windows Server Containers?
Containers have had a large impact in IT organizations. You may be wondering why someone would want to use containers in Windows Server 2019. They're just virtual machines (VMs), right? Well, not exactly. Containers don't expose the hardware or the operating system. More ...
How to Optimize Your Solid State Drive
Solid state drives or SSDs are replacing the slower, chunkier magnetic hard drives in the personal computers. SSDs function very differently from magnetic drives so it needs to be treated differently. More ...
View a Brief List of Windows 10's Recent Problems
Windows 10 Problem Report and the reliability history chart give you some information about your computer's problems without the overwhelming detail provided by other tools such as Event Viewer. More ...
Installing a Local Printer on Windows Vista
Installing a local printer, especially a USB printer, is a non-issue on Windows Vista. You connect it, turn it on, and Vista automatically installs it. But if you have a less common printer, an older printer, or if you've previously removed the printer and want to add it again, you may need to use the Printer Wizard. More ...
Introduction to Windows PowerShell
PowerShell is a more powerful replacement for the command shell. this article explains how to run PowerShell and how to create and run PowerShell scripts. More ...
Msconfig - Microsoft's Secret Weapon to Increase Your Computer's Speed
Often when you install software it will, by default, load into your system's memory when you turn your computer on. All these programs loading into memory will eventually mean a snail will beat your computer in a race! Msconfig gives you a central location to manage a variety of your computer's options. 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 ...
The Security and Maintenance of Messages in Outlook Express
Outlook Express includes several tools that protect the unauthorized users from accessing the electronic data, thereby increasing the privacy and integrity of the e-mail messages. More ...
Use the HOSTS File to Block Web Sites
When you type a domain name into your Web browser, Internet Protocol contacts a computer that is a domain name server to look up the IP address of the Web site. In the early days, the Internet didn't need domain name servers. More ...
Planning a Backup and Restoration of Files for Disaster Recovery
Planning a backup and restoration of files is the most important step to protect data from accidental loss in the event of data deletion or a hard disk failure. The backup copy can be used to restore lost or damaged data. More ...
