• 设备
    • 今日
    • 0

    chrome开机自启,手动更新

    Windows开机自动全屏打开浏览器Chrome及指定网页:

    1. 设定指定网页为首页

    2. 打开用户自启动程序目录,此处用户名为: Administrator

    C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

    3. 新建Autorun_chrome.bat,文件内容:

    start chrome.exe --kiosk "https://datav.aliyuncs.com/share/e5859fdef674665ec2594e3ea6b2557c"


    Ubuntu18 开机自动全屏打开浏览器Chrome及指定网页:

    1、将下载源加入到系统的源列表(添加依赖)
    sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/
    2、导入谷歌软件的公钥,用于对下载软件进行验证。
    wget -q -O - https://dl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -
    3、用于对当前系统的可用更新列表进行更新。(更新依赖)
    sudo apt-get update
    4、谷歌 Chrome 浏览器(稳定版)的安装。(安装软件)
    sudo apt-get install google-chrome-stable
    5、Ubuntu 左下角:显示应用程序(show applications)->启动应用程序(startup applications preferences)->添加(add)
    名称(Name):自行定义
    命令(Command):
    /usr/bin/google-chrome-stable http://localhost --start-fullscreen


    ubuntu18环境

    chrome 提示版本太久的解决办法:

    在Unbuntu下安装Chrom浏览器

    wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
    sudo dpkg -i google-chrome-stable_current_amd64.deb

    来自:PC 广东省广州市
    上一篇: mysql查询时,表名部分为变量的查询方法
    您可能还喜欢这些:

    亲,沙发正空着,还不快来抢?

    评论审核已开启:即评论经审核才能正常显示! 记住我的个人信息 回复后邮件通知我