Google Chrome 148.0.7778.97 (offline installer)

Colapsar
X
 
  • Filtrar
  • Tiempo
  • Mostrar
Limpiar Todo
nuevos mensajes
  • noSign
    Super Moderator
    • Dec
    • 5080

    Google Chrome 148.0.7778.97 (offline installer)


    Ejecutar como opciones de Administrador
    Importante.:
    Los enlaces del instalador sin conexión no incluyen la función de actualización automática

    Google Chrome 148.0.7778.97 x64.:
    Chrome is the official web browser from Google, built to be fast, secure, and customizable. Download now and make it yours.


    Google Chrome 148.0.7778.97 x32.:
    Chrome is the official web browser from Google, built to be fast, secure, and customizable. Download now and make it yours.


    link directo Enterprise.:



    Para los que estén preocupados con Nano Geminis, la IA de Google que instala

    El archivo gordo es weights.bin (3 o 4 GB) solo aparecerá en Portatiles potentes (el script propio de ellos lo comprueba, al igual que hace Microsoft en Windows)
    C:\Users\Administrator\AppData\Local\Google\Chrome \User Data\OptGuideOnDeviceModel\

    Data\profile\OptGuideOnDeviceModel\*.* (build última actualizacion)\weights.bin
    Si aparece, borrarlo y crear un archivo de texto solo lectura (*.txt) y renombrarlo como weights.bin


    Si alguien todavía está interesado en la solución, este es el método documentado en las plantillas de directivas de grupo de Chrome de Google
    Copiar el texto completo y pegar en un CMD (adm) (luego reiniciar el equipo para que tenga efecto).:


    Código:
    (
    reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /f
    reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v AIModeSettings /t REG_DWORD /d 1 /f
    reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v GeminiSettings /t REG_DWORD /d 1 /f
    reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v HelpMeWriteSettings /t REG_DWORD /d 2 /f
    reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v CreateThemesSettings /t REG_DWORD /d 2 /f
    reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v HistorySearchSettings /t REG_DWORD /d 2 /f
    reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v TabCompareSettings /t REG_DWORD /d 2 /f
    reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v AutofillPredictionSettings /t REG_DWORD /d 2 /f
    reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v DevToolsGenAiSettings /t REG_DWORD /d 2 /f
    reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v SearchContentSharingSettings /t REG_DWORD /d 1 /f
    reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v TabOrganizerSettings /t REG_DWORD /d 2 /f
    reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v GeminiActOnWebSettings /t REG_DWORD /d 1 /f
    reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v GenAILocalFoundationalModelSettings /t REG_DWORD /d 1 /f
    )
    Si se quiere revertir todo.:
    reg delete "HKLM\SOFTWARE\Policies\Google\Chrome" /f
Trabajando...
X