How do I make Windows file-locking more like UNIX file-locking?

后端 未结 4 1289
攒了一身酷
攒了一身酷 2020-12-09 16:52

UNIX file-locking is dead-easy: The operating system assumes that you know what you are doing and lets you do what you want:

For example, if you try to delete a file

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-09 17:13

    Note that Process Explorer allow for force closing of file handles (for processes local to the box on which you are running it) via Handle -> Close Handle.

    Unlocker purports to do a lot more, and provides a helpful list of other tools.

    Also deleting on reboot is an option (though this sounds like not what you want)

提交回复
热议问题