I have a directory under C:\Users\myuser\.ssh and I need to delete it but Windows won't let me.
From Windows Explorer:

From a Cygwin shell:
myuser@mymachine /cygdrive/c/Users/myuser/.ssh
$ rm -rf id_rsa
rm: cannot remove `id_rsa': Device or resource busy
Any ideas how to force this deletion?