有效解决Beyond Compare “这个授权密钥已被吊销”的办法

现在很多时候,破解的compare beyond 4 过一段时间打开就提示:“这个授权密钥已被吊销” ,怎么有效解决这个问题。

请先 登录 后评论

1 个回答

shitian
擅长:linux服务器和mysql数据库

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>


请先 登录 后评论
  • 1 关注
  • 0 收藏,608 浏览
  • 石天 提出于 2021-04-28 18:57

相似问题