Android Google 위치 서비스 제어

DefaultGeolocationSetting 정책이 BlockGeolocation으로 설정되지 않은 이상, GoogleLocationServicesEnabled를 설정하면 초기 설정 중에 Google 위치 서비스가 사용 설정됩니다. 정책을 GoogleLocationServicesDisabled로 설정하거나 설정하지 않으면 설정 중에 위치 서비스가 사용 중지된 상태로 유지됩니다.

BackupAndRestoreUnderUserControl로 설정하면 사용자에게 Google 위치 서비스를 사용할지 묻는 메시지가 표시됩니다. 사용자가 Google 위치 서비스를 사용 설정하면 Android 앱이 위치 서비스를 사용하여 기기 위치를 검색하고 익명의 위치 데이터를 Google로 전송합니다.

처음 설치 후 사용자가 Google 위치 서비스를 사용 설정 또는 중지할 수 있습니다.

지원: Microsoft Windows 7 또는 Windows Server 2008 이상 제품군

Android Google 위치 서비스 제어


  1. Google 위치 서비스가 사용 중지됨
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\ChromeOS
    Value NameArcGoogleLocationServicesEnabled
    Value TypeREG_DWORD
    Value0
  2. 사용자가 Google 위치 서비스를 사용할지 결정
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\ChromeOS
    Value NameArcGoogleLocationServicesEnabled
    Value TypeREG_DWORD
    Value1
  3. Google 위치 서비스가 사용 설정됨
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\ChromeOS
    Value NameArcGoogleLocationServicesEnabled
    Value TypeREG_DWORD
    Value2


chromeos.admx

관리 템플릿(컴퓨터)

관리 템플릿(사용자)