[关注] 2025-04-28 圈点394
摘要:在cmd模式或者是power shell模式下,三种命令行都可以获取到当前chrome的版本号
在cmd模式或者是power shell模式下,三种命令行都可以获取到当前chrome的版本号:
命令1:
powershell -command "&{(Get-Item 'C:\Program Files\Google\Chrome\Application\chrome.exe').VersionInfo.ProductVersion}"
命令2:
wmic datafile where name="C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe" get Version /value
命令3:
reg query "HKEY_CURRENT_USER\Software\Google\Chrome\BLBeacon" /v version