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

前端 未结 8 1453
一整个雨季
一整个雨季 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条回答
  •  萌比男神i
    2020-12-09 02:59

    For me I had to hit it with a sledgehammer. Chkdsk /f on the drive where the folder was located fixed it. Use with caution.

提交回复
热议问题