0

I have created a shortcut using the Windows' 7 new shorcut option. Now I have entered the following instrution as emplacement: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" http://localhost/{path}.

Instead of opening a specific browser -here chrome.exe-. I would open the default's browser of my system, hence ensuring there would be better probability that my shortcut maintain its viability.

Maybe someone has an idea about how to do that? thanks for any hint

1 Answer 1

0

Create a shortcut that has only this as target:

 "http://localhost/{path}"

This will open the default browser on the specified URL.

4
  • thanks for answering, they say to me the target is not valid, path is a index.php file at the end, what do you think about that?
    – DiaJos
    Commented Nov 24, 2019 at 17:49
  • What exactly is your URL?
    – harrymc
    Commented Nov 24, 2019 at 18:09
  • full path here: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" localhost/suitecrm
    – DiaJos
    Commented Nov 26, 2019 at 20:44
  • I mean the URL you use in the shortcut, which shouldn't include the browser's path.
    – harrymc
    Commented Nov 26, 2019 at 20:46

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .