How to Change the Font of the Command Prompt in Windows

Customize Windows Command line font

Every application in Windows 10 has a default font style. The default font style of Command Prompt is Consolas. Sometimes, the default font styles make your Windows 10 experience dull and boring. Windows 10 provides you with the flexibility of changing the default fonts in almost every Windows 10 application. In this article, we will ... Read more

Monitor Processes With Windows PowerShell

Maybe you have already come across applications that require you to rearrange things on your desktop for optimal visibility or that you only use in combination with other programs or items - an automated startup or rearrangement would come in handy in those situations. Monitor Processes with  PowerShell The following little PowerShell script allows just ... Read more

How to Create a Hyper-V Virtual Machine using PowerShell

You can create a new VM by using one of the following two methods: Using Windows GUI. Using PowerShell commands. This article will discuss how to create a Hyper-V virtual machine using PowerShell commands. Create a Hyper-V Virtual Machine using PowerShell Step 1. Open PowerShell command with elevated privileges. Step 2. Execute the following command ... Read more

How to Create a PowerShell Session on a Remote Computer

PowerShell Remote Session

A session is required to execute PowerShell commands or scripts on a remote computer. A PowerShell session is also known as PowerShell remoting, and it is just like an SSH session to an operating system. There are several ways to create a PowerShell session. I'll list one of the easiest methods here. These steps work ... Read more

How to Sysprep Windows 8.1 for deployment

The Sysprep or System Preparation Tool is used to create a new security identifier (SID) and clean up user-specific and computer-specific settings and data so that an image can be used to deploy windows operating systems on other machines. The tool is located in \Windows\System32\sysprep folder. Following are the steps which are required: Step 1: Click Windows ... Read more