Remove Windows Optional Feature
This Automation Manager 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
Feature name |
String |
Yes |
This is the name of the feature to be removed. |
Output Parameters
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
Feature name |
String |
Yes |
BitLocker |
Example Output Parameters
Restart Needed |
String |
False |