Method TryRemoveBootConfigEntry
TryRemoveBootConfigEntry(string)
Try and remove an entry from the boot config.
Declaration
public bool TryRemoveBootConfigEntry(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The key to attempt to remove |
Returns
| Type | Description |
|---|---|
| bool | true if we were able to remove the boot config entry, otherwise false |