I am making an application and I want to make it installable on the user\'s desktops using chrome URL shortcut. Therefore, is there a universal path to the chrome.exe that c
I had an .mht file that I would like to open in chrome, and found that just running:
chrome.exe "path-to-file.mht"
would work just fine! No need to find the path :)