i worked on this stupid little issue for about 2 hours and could NOT figure out why a simple /delete command was refusing to work... well, if you are executing BCDEDIT in powershell, you MUST include identifiers in quotes!
example:PS c:\bcdedit /delete "{a11111-22222-33333-44444-55555-6666}" /clean
otherwise you'll get an error that the command specified is not valid...
>.<
↧