Menu
Windows System Administration

Guide To Setting Up Dual Monitors
Adding another monitor, especially having two large monitors, gives you a totally different vista. With two monitors you can have your browser and massive spreadsheet on screen at the same time. Most people don't have any idea how really easy it is to set up dual monitors on their system. 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 ...

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 ...

How to Harden a Server
By hardening a server, you're making it much more difficult for hacker to launch a successful attack against the system. Thiis artilce describes mthods to harden a server. More ...

Configure Windows Indexing Service for Performance
The Windows Indexing Service uses a fair amount of disk space and if the shared directories on the network are large, it can consume a considerable portion of the computer's memory and processor cycles. There are several options for configuring the Indexing Service to improve performance. 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 ...

DOS Tasklist and Taskkill Commands
The Windows operating system is actually just a bunch of co-operating programs called tasks or processes. Using the DOS tasklist and taskkill commands, we can explore and control processes running on the system. 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 ...

Retrieving Information from Computers Belonging to an Active Directory OU
This PowerShell script queries a particular Organizational Unit (OU) in your Active Directory for a list of computers. It will then use WMI to query various properties of those computers and output it into table format. 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 ...

Kill The Messenger (Service)
All Windows versions install Messenger Service and turn it on by default. A program freely available from the Internet allows spammers to control the Messenger Service on hundreds of thousands of computers on the Web. More ...

What is Hyper-V in Windows Server 2019?
Virtualization was a game changer. Instead of buying individual servers to run single applications, an organization could purchase more powerful servers to run a hypervisor that would run multiple virtual servers, referred to as virtual machines (VMs). 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 ...

Understanding Windows 7 Security Center
Windows Security Center is a security tool that allows you to monitor the status of computer security settings and services. It also constantly monitors security settings, and informs via a pop-up notification if there is something wrong. In Windows 7 Microsoft renamed it as Action Center. More ...


Learn more at amazon.com

Custom Search