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 ...
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 ...
Turn Off Windows 10 Snap and Shake
Windows 10 Snap and Shake amuses people who do not have to use Microsoft's operating system to do actual productive work. Here is how to turn it off. More ...
Computer Technician's Guide to Safety
There are many hazards that the computer technician must be aware of. These include Physical Hazards, Mechanical Hazards, Chemical Hazards, Electric Shock Hazard, and CRT Monitor High-Voltage Hazard. More ...
Top Ten RAID Tips
RAID, a Redundant Array of Inexpensive Disks, is the storage technology which becomes more and more widespread these days. Those who are planning to build a new RAID system would probably find the tips below useful. More ...
Server Virtualization - What It's All About
Are you tired of hearing about "virtualization" in meetings, reading about it in magazines, and not knowing what it's all about? The term "virtualization" is refers to an operating system running on a host computer without any dedicated hardware as a "Virtual Machine" (VM). 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 ...
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 ...
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 ...
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 ...
Basic Functions of Microsoft Active Directory
Active Directory is a distributed directory service included with Microsoft Server operating systems. Active Directory enables centralized, secure management of an entire network. This article describes the basic functions of Active Directory. More ...
Script to Display the Processes Running on a Computer
Processes are the programs or tasks running on a computer. The most common way to view the processes is with Task Manager. To get a quick list you could use a script. Below is a script that displays the processes running on a computer. 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 ...
Installing a Network Printer on Windows XP and Vista
Summary of steps to install a network printer. I've tried to include what is necessary without writing a whole book about a 5 minute procedure. More ...
