Googleupdate.exe / c参数用于?

时间:2012-02-13 21:08:24

标签: google-chrome

我最近安装了google chrome v.17,在系统启动时加载的程序中我找到了以下文件:

  

C:\ Users \ Admin \ AppData \ Local \ Google \ Update \ GoogleUpdate.exe“/ c

此文件可用于检查Google Chrome的更新,/c参数用于?

1 个答案:

答案 0 :(得分:1)

假设这与开源Omaha版本生成的GoogleUpdate相同,/ c参数指示它启动“长期存在”的核心奥马哈流程。

您可以在trunk/goopdate/goopdate.cc顶部查看所有可用参数,并在trunk/core/core.cc

中查看该核心流程的核心

在第二个文件中,您将看到核心的描述:

// Core is the long-lived Omaha process. It runs one instance for the
// machine and one instance for each user session, including console and TS
// sessions.
// If the same user is logged in multiple times, only one core process will
// be running.