Skip to main content

moregeek program

通过powershell 更新chrome浏览器_技术分享的博客-多极客编程

chrome安装好之后默认在windows下是通过任务计划程序会自动更新程序,更新内核。有时候我们需要立刻安装chrome的更新,而且是大批量更新,这个时候一台台去更新显得很费时间。 这里写一段powershell 更新chrome 浏览器 #函数获取是否安装了chrome浏览器,如果安装了,返回他的版本号 function GetInstalledChromeVer() { $path

Read More