Choose default program to open the shortcut in Windows 7

18,562

Solution 1

You can append the URL to a shortcut to the browser of your choice.

For example, my default browser is Chrome but I have a desktop shortcut to Outlook Web Access in Internet Explorer. The Shortcut target looks like:

"C:\Program Files\Internet Explorer\iexplore.exe" http://www.example.com/path/

You can do the same with document files:

%windir%\system32\notepad.exe d:\spreadsheet.csv

(quotes needed if there are spaces in the path.)

The easiest way to do this is to copy a shortcut to the program of choice from the Start menu to your desktop, right-click it and select 'Properties' and add the file path or URL to the 'Target' field.

Solution 2

Low-Tech solution: Drag the file on the application icon you can also put on your desktop.

Or use Right click → Open with → ...

Otherwise there is Browser Chooser, but that's not for arbitrary files, just stuff browsers open.

Share:
18,562
Saif Bechan
Author by

Saif Bechan

I am a Full Stack Web Developer with industry experience building websites and web applications. I specialize in JavaScript and have professional experience in working with PHP, Symfony, NodeJS, React, Redux and Apollo GraphQL. To ensure high quality and standards I have extensive knowledge on CI/CD pipelines such as GitLab CI and testing frameworks such as JUnit, PHPUnit and Cypress.

Updated on September 17, 2022

Comments

  • Saif Bechan
    Saif Bechan over 1 year

    Is there a way to specify which program should open the shortcut.

    Take browsers for example. My default browser is Firefox. I have some important shortcuts on my desktop that don't perform well in Firefox, so I want them to open in Internet Explorer.

    Important !
    I know there are other ways of doing this. Such as creating favorites. But I need this feature also for other files, not only internet shortcuts.

    I like to work with specific programs for specific files. So please try to help me with the problem of opening different files in different programs.

  • Saif Bechan
    Saif Bechan about 14 years
    Thank you I like this solution, it is just what I wanted.
  • Saif Bechan
    Saif Bechan about 14 years
    This solution is good, but it is not hard-coded in the shortcut. It is a good solution tho.