Home

Linux, Windows

Install Windows Sub-System for Linux on Windows 10 

Install Windows Sub-System for Linux  Following are the Step by step instructions to Install Windows Sub-System for Linux [Kali Linux Distribution Package] on a Windows 10 operating system Enable Windows Feature Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux Alternatively you can run  Appwiz.cpl > click on “Turn Windows…

PowerShell Type Accelerators
Powershell

PowerShell Type Accelerators 

Using PowerShell type accelerators PowerShell type accelerators are aliases for .NET classes or types, which makes using classes in PowerShell scripts much easier. The intention behind type accelerators is to use shorter names for .NET classes and types and save some unnecessary typing. For example,…