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 ...
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 ...
How to Disable Windows 10 OneDrive
Microsoft claims OneDrive is built in to Windows 10, and can't be uninstalled. But they do provide instructions to stop the sync process, so it doesn't send your files to OneDrive. 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 ...
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 ...
To Protect Your PC Disable the Windows Scripting Host
Anyone can use Windows Notepad to create a script to read, modify, create, or delete files on your PC, including the registry and other configuration files. A script can be executed by clicking on the name of the script within an email message. 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 ...
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 ...
Easy PC to PC Files and Settings Transfer Cable
The Belkin Easy Transfer Cable has you covered when it's time to migrate from a PC running an older version to a new computer running Windows 7. Your user accounts, Windows settings, files and folders, pictures and photos, MP3s, videos, program settings and data, and e-mail messages, settings, and contacts will all be transferred over to your new computer without a fuss. 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 ...
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 ...
Is Your Critical PC Data Adequately Protected From Disaster?
For small businesses or home users protecting and managing disaster scenarios merge the three industrial IT fields of Disaster Recovery, High Availability and Backup. Using best practice from industry and modern desktop PC's with sophisticated hardware and software it's amazing just how much we can do. More ...
Find Your WiFi Password on Windows 10
One of the most common reasons to find your Wi-Fi password is to use it on another PC or device to connect to your Wi-Fi network. Here's how. More ...
How to Manually Register DLL in Microsoft Windows
A DLL (Dynamic link library) is a file that contains code that can be used by more than one program. A DLL is executed by the calling program. They are not directly executable. In order for the calling program to locate the DLL, it must be registered in windows registry database. More ...
