행위

"Beyond compare 30일 초기화"의 두 판 사이의 차이

DB CAFE

(맥 환경)
23번째 줄: 23번째 줄:
 
5.restart bc
 
5.restart bc
 
</source>
 
</source>
 +
 +
[[category:윈도우]]

2020년 9월 16일 (수) 23:13 판

thumb_up 추천메뉴 바로가기


1 윈도우 환경[편집]

1. regedit 실행

2. \HKEY_CURRENT_USER\Software\Scooter Software\Beyond Compare 4 로이동

3. CacheID 를 삭제

끝.

2 맥 환경[편집]

for 4.2.4 or higher,4.2.5,4.2.6 ,it's works , this is the way which makes Always in evaluation mode 。

1. go to the dir : /Applications/Beyond Compare.app/Contents/MacOS
2. change the name BCompare to BCompare.bak
3. touch a file name BCompare , and chmod a+u BCompare
4. insert BCompare the content :
#!/bin/bash
rm "/Users/$(whoami)/Library/Application Support/Beyond Compare/registry.dat"
"`dirname "$0"`"/BCompare.bak $@

5.restart bc