The Different Types of Virtualization
Virtualization represents an abstraction from physical resources. All uses of virtualization are centered around this concept. There are three major types of virtualization: server virtualization, client (or desktop) virtualization, and storage virtualization. More ...
FreeDOS
FreeDOS is a PC compatible Y2K compliant DOS that you can download from www.freedos.org. Microsoft should have made the expiration period much longer than 30 days. Maybe they want you to activate Windows XP before it crashes. More ...
Video - Microsoft Remote Desktop - Part One
This video by ImpartLabs is a tutorial that talks about Remote Desktop. With Remote Desktop you'll be able to take control over any computer you want to. It's similar to Remote Assistance and Net Meeting, the difference is with Remote Desktop both users will be able to view what's going on. 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 ...
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 ...
Disable Windows 10 Automatic Updates
Windows 10 is not an operating system in the sense that previous versions of Windows were. It's primarily a marketing device. Automatic Updates are primarily used to bind the operating system tighter to Microsoft's Store. Here's how to disable Windows 10 Automatic Updates. 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 ...
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 Windows 7 Backup and Restore Utility
This is about how to use Windows 7 Backup and Restore Utility. In this Tutorial You'll learn how to recover files from a backup. 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 ...
For Quick Information About System - DOS Systeminfo Command
A system administrator would like to have information about the system when attempting to resolve a system problem. The DOS systeminfo command provides a huge amount of information about your system. More ...
DOS Switches and Wild Cards
DOS (Disk Operating System) is an interface that a system administrator can use to perform tasks and configure the system by typing text commands. There are many commands available with the DOS command line interface, most of them feature switches, and wild cards which make them very powerful. More ...
Make a Shortcut to Create a Restore Point on Windows 10
In Windows 10 Automatic Updates are primarily used to bind the operating system tighter to Microsoft's Store. That's one good reason why you might want to return your system back to a previous state. But to do that, you need to have set a previous restore point. More ...
Put HyperTerminal on Windows 7
HyperTerminal was included with all versions of Windows up to Windows XP. If your operating system is newer than Windows XP you can copy Hyperterminal from a Windows XP system. More ...
