Windows 8
Take Ownership of a File or Folder by Command in Windows
Taking ownership of files in Windows is necessary to edit or delete system or program files that you have no…
Hide folders by making them system folders on Windows
One of the basic things one does while configuring a Windows system is to enable viewing hidden files. So basically…
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.…
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 Run VBScript on Windows
To run VBScript file, follow these steps. I have tested on my Windows Server 2016 but it should run on…
How to Check if Processor Supports SLAT (Second Level Address Translation)
If you want to run Hyper-V on newer Windows operating systems (Like Windows 8 or Windows Server 2016), your processor…
How to Create a Function in PowerShell
If you have worked with other programming languages, you have may used functions for code reusability. You can also create functions in PowerShell.…