Under which circumstances does the System process (PID 4) retain an open file handle?

前端 未结 8 1406
一整个雨季
一整个雨季 2020-12-09 02:50

My application running on a Windows server makes use of a Jet/Access database. For some reasons around every two weeks that database file gets locked by the System process (

8条回答
  •  时光说笑
    2020-12-09 03:03

    It may be a lingering session from a remote computer to a shared folder. If that's the case, it can be unlocked from the command line:

    net session /delete
    

提交回复
热议问题