

Briefly:
If you try to delete an environmental variable for some process and this operation occurs to be unsuccessful no error message will be displayed.
Expected behavior:
To show an error message, just like what happens when you try to edit this variable instead of deleting it. How to reproduce:
The simplest way is to create a new process with CREATE_SUSPENDED flag and try to delete some of its environmental variables in this suspended state.