Remove Windows Optional Feature
This object allows you to remove additional features (Examples : IIs, BitLocker, etc). Note that does not work on all operating systems due to restrictions in the features installation capabilities.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Feature name | String | Yes | This is the name of the feature to be removed. |
Output Parameters
Name | Type | Description |
---|---|---|
Restart Needed | String | This will return True if a restart is needed after removing the feature, and will return False if no restart is needed. |
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Result String | String | Object execution error details. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Feature name | String | Yes | BitLocker |
Example Output Parameters
Name | Type | Example |
---|---|---|
Restart Needed | String | False |