
Remove netcat windows 8.1 iso#
The external source can be Windows installation ISO or any drive.


Remove netcat windows 8.1 install#
If a feature is not available for installation in installed Windows, we will need to give external source address to install the feature. In order to enable/disable any feature use the following commands.Įnable-WindowsOptionalFeature -Online -FeatureName “Type feature name” -allĭisable-WindowsOptionalFeature -Online -FeatureName “Type feature name” 4- Adding Windows features from a Windows installation source Get-WindowsOptionalFeature -Online -FeatureName *Type feature name* If you want to get information regarding specific features, type To get information about windows features through Powershell, open PowerShell in administrative mode and then type If it is already enabled, the installation action is not performed saving computing time. The benefit of PowerShell over using a command prompt is that PowerShell commands check if the feature is already enabled. 3- Enable or Disable Windows features using PowerShell You will get detailed information about the feature name, description, properties, status and whether it requires restart or not. To get detailed information about a specific component, run the following command:ĭISM /online /get-featureinfo/featurename:

