How to prevent a user retaining file access with an open handle on Windows?

Suppose a user is a member of a group, and they open (in the Windows API sense) a file whose DACL grants access to that group.
Then, the user stops being a member of the group.
Since access checks are performed at the time of opening the f… Continue reading How to prevent a user retaining file access with an open handle on Windows?