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 ...
Network Security Through the Principle of Least Privilege
The Principle of Least Privilege refers to giving users permissions to access only the data and system resources which are required to do their work. Give users full administrative rights to their computers, or data and resources not directly required to do their work significantly increases the risk of the companies critical or confidential information being compromised. 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 ...
Configure Windows 10 to Search Windows Only
Unfortunately, by default Windows 10 taskbar Search is configured to Search the Web and Windows, which first connects to Microsoft's bing search engine and searches Microsoft's Windows Store. More ...
Hands-On Microsoft Windows Server 2008 Administration
This book is the perfect resource for learning Windows Server 2008 from the ground-up! Designed to build a foundation in basic server administration, the book requires no previous server experience. It covers all of the critical Windows Server 2008 features, including the features unique to this new server operating system. 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 ...
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 ...
How to Erase a Hard Disk Drive Permanently
Erasing data or files from a hard disk permanently is not easy. Even after emptying the Recycle Bin, the files can be easily recovered. Many people also think that formatting the hard drive will erase the files, however a computer specialist would be able to recover the data. 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 ...
What Is Virtualization and What Are the Benefits?
The term virtualization most commonly refers to server virtualization - running multiple operating systems on a single physical computer. While most computers only have one installed operating system, server virtualization software allows a computer to run several operating systems. More ...
Set the User's Profile Information
A user profile is a collection of settings for a user account. It is stored in the user's folder. It contains the account's settings and preferences along with the user's home directory in a subfolder called Documents. More ...
Microsoft Licensing Explained
If any of you have tried to figure out Microsoft's licensing laws you know how frustrating and confusing it is. I have written a brief explanation below covering Windows XP, Vista and Server 2003. More ...
Windows Server 2003 Active Directory and Network Infrastructure
Windows Active Directory is a centralized database that stores the collection of information about all the resources available on the Windows domain. Active Directory enables administrators to manage the network resources
in an easy way. 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 ...
