답변:
ksfetch
OS X에서 의 프로세스는 Chrome 업데이트 메커니즘의 일부입니다. ks
접두사는 키스톤의 약어입니다. 프로세스가 Google 제품 업데이트를 가져 오는 역할을하는 것으로 보입니다. 대역폭을 사용하는 것이이 역할입니다.
매끄러운 답변 을 사용 하여을 사용하는 해당 프로세스를 비활성화 할 수 있습니다 ksfetch
.
또는 업데이트 확인 빈도를 조정할 수 있습니다 .
터미널에 다음 코드를 입력하면 몇 시간이 아닌 일주일에 한 번 확인됩니다.
defaults write com.google.Keystone.Agent checkInterval 604800
자세한 내용은 아래 링크를 참조하십시오.
gvt1.com
구글에 의해 운영되고, 참조 whois.domaintools.com/gvt1.com을
예, 비활성화 할 수 있습니다.
터미널 유형에서이 작업을 수행하려면 다음을 수행하십시오.
~/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/Resources/install.py --uninstall
모든 사용자의 경우 :
/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/Resources/install.py --uninstall
일부 컴퓨터에서는 ksinstall
대신에 install.py
있습니다.
install.py
ksinstall
내 컴퓨터에서 호출 됩니다.
제거하고 /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/Resources/ksinstall --help
사용 가능한 옵션을 보려면 입력 하십시오.
--nuke
다음과 같이 관련된 모든 것을 제거 할 수 있습니다. /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/Resources/ksinstall --nuke
uninstall
과 nuke
?
[--nuke] Remove Keystone and all tickets.
[--uninstall] Remove Keystone program files but do NOT delete the ticket store.
uninstall
명령으로 이미 제거 했으므로 모든 것을 다시 설치하지 않으면 확인할 수 없습니다. 감사!
~/Library
등 이어야합니다 .
이 명령을 --uninstall 대신 --nuke로 변경했으며 경로도 달라졌습니다. 따라서 모든 사용자를위한 새로운 명령은 다음과 같습니다.
/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/Resources/ksinstall --nuke