I want to deny myself the ability to modify or delete an executable.
When .NET Reflector asks you if you want to update:
and you choose No it spontaneously deletes itself as retribution:
So I want to prevent myself from being able to Delete the executable; as punishment for their punishment.
I tried to Deny me Write permission (and deny it to Everyone, and Administrators):

Except, I can still Right-Click -> Delete the file...
How do I deny the delete/modify permission to a file?


