Windows – cmd command to set Chrome as default browser Windows 10

batch filecmd.exedefault settingsgoogle-chromewindows 10

This command no longer works:

chrome.exe –make-default-browser

It probably only fit to win7

Best Answer

Powershell commands

Set-ItemProperty -Path 'HKCU:\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice' -Name ProgId -Value 'ChromeHTML'
Set-ItemProperty -Path 'HKCU:\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice' -Name ProgId -Value 'ChromeHTML'