win
C:\Users\Admin\AppData\Roaming\Scooter Software\Beyond Compare 4
mac
~/Library/Application Support/Beyond Compare
BCState.xml
<TCheckForUpdatesState>
<Build Value="24545"/>
<CheckID Value="173864067260425"/>
<LastChecked Value="2019-12-13 10:28:02"/>
</TCheckForUpdatesState>
删除CheckID和LastChecked
<TCheckForUpdatesState>
<Build Value="24545"/>
</TCheckForUpdatesState>
BCSessions.xml
<BCSessions Flags="2516348444542" Version="1" MinVersion="1">
</BCSessions>
删除Flags
<BCSessions Version="1" MinVersion="1">
</BCSessions>
本文介绍了如何在Windows和Mac系统中处理BeyondCompare软件的更新检查状态文件,包括删除`BCState.xml`中的CheckID和LastChecked值,以及`BCSessions.xml`中的Flags部分。
2116

被折叠的 条评论
为什么被折叠?



