Windows
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…
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.…
Timed Shutdown on Windows
You can time shutdown on your computer easily by creating a short VBScript that contains either only the shutdown command…
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…
How to Setup Windows Deployment Services with Separate DHCP Server on Windows Server 2012 R2
In this post, I'll show you how to setup WDS when there is a separate DHCP server running on the…
How to Run VBScript on Windows
To run VBScript file, follow these steps. I have tested on my Windows Server 2016 but it should run on…