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 ...
Windows 10 Diagnostic Data Send to Microsoft
By default Windows 10 sends a generous amount of diagnostic information to Microsoft. If you are concerned privacy, you can configure the amount of information sent using the Feedback & Diagnostics page under Privacy Settings. More ...
How to Change Process Priorities in Windows Task Manager
In modern systems, many processes can run simultaneously. When an application is running, it's consuming system resources such as processor cycles. Sometimes, you may want to adjust a processes priority. More ...
Disable Unnecessary Background Apps
A background app is a program that runs in the background. They take up memory space, using network bandwidth, and if you're using a portable device, drain your battery. More ...
Disable Programs That Run at Startup on Windows 10
Some programs start at the same time you start your computer. This can cause your computer to start slower, and because these pre-loaded programs stake out a portion of memory, they can cause your computer to run slower too. 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 ...
Disable Long Filenames to Improve Window's Performance
To be backword compatible with 16-bit FAT partitions, both the VFAT and the NTFS file systems create two names for each file, the long filename and a short filename compatible with the FAT file system. More ...
NTFS Permissions
NTFS Permissions is a file system feature that lets you set specify which files on your system can be accessed by which specific users, and what kind of access they have to each file. 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 ...
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 ...
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 ...
How to Audit Security Permissions and Access Rights in Active Directory
Active Directory is the foundation of security and IT management in Windows Server based IT infrastructures. It stores and protects the user accounts, the security groups, and auditing of all access management tasks. It is the focal point of administrative delegation in Windows based environments. More ...
WSH to Master Your Computer
With Windows 2000 and higher, Microsoft included a program called Windows Scripting Host (WSH) that allows scripts to be run on a computer outside of a webpage. In effect, DOS batch files have returned, except scripts are multi-tasking and have a lot more power. More ...
