Internet Website Shortcut - Create

Page 1 of 2 12 LastLast
    Internet Website Shortcut - Create

    Internet Website Shortcut - Create

    How to Create an Internet Website Shortcut in Windows
    Published by
    Designer Media Ltd


    How to Create an Internet Website Shortcut in Windows

       Information
    This tutorial will show you how to create a Internet Website Shortcut that will open a website in any browser in Vista, Windows 7, Windows 8, and Windows 8.1.





    OPTION ONE

    Drag and Drop to Create Internet Website Shortcut in IE9, IE10, or IE11


       Note
    You will be able to Pin to Taskbar or Pin to Start Menu this shortcut by doing this in Internet Explorer.

    1. Open Internet Explorer, and go to the website that you want to create a shortcut of, then do either step 2 or 3 below for how you would like to create the shortcut.

    2. To be able to Pin the Internet Shortcut
    A) Drag the favicon in the left side of the address bar in IE to your desktop and release to have a shortcut to the website. (see screenshot below)
    Internet Website Shortcut - Create-dragndrop.png
       Note
    When you create a shortcut using this option, the shortcut behaves like when you pin a site from IE, and opens in a new Internet Explorer window. The shortcut's/pinned site is at the center of the experience, not the browser. When a shortcut's/pinned site is launched from the taskbar, the browser frame and navigational controls integrate the site's icon and primary color, providing an experience that's tailored to the site you're viewing.

    You can also add additional home page tabs for each site you pin or create a shortcut of like this. That way when you open a site that's pinned you can open several webpages or websites all at once.

    Internet Website Shortcut - Create-shortcut.jpg
    B) You can now move the shortcut to where you like for easy use, Pin to Taskbar in Vista/Windows 7 or Windows 8/8.1, use Add site to Start Menu (Vista/Windows 7), use Add site to Start Screen (Windows 8), and use Add site to Apps (Windows 8.1).
    Internet Website Shortcut - Create-8_add_site_to_start_screen.jpg Internet Website Shortcut - Create-8.1_add_site_to_apps.jpg
    OR

    3. To Drag and Drop without a Separate IE Window Opening
    A) Press and hold shift + left click, drag the favicon in the left side of the address bar in IE9 or IE10 to your desktop and release to have a shortcut to the website. (see screenshot below)
    Internet Website Shortcut - Create-dragndrop.png
    B) You can now pin the shortcut into the jump list of Internet Explorer on the taskbar, or move the shortcut to where you like for easy use.



    OPTION TWO

    Right Click on Website to Create Internet Website Shortcut in Internet Explorer


       Note
    This option will allow you to create a website shortcut quickly to your desktop that you will be able to move where you like, but this shortcut will not have the option to Pin to Taskbar or Pin to Start Menu in it's context menu.

    1. Open Internet Explorer, and go to the website that you want to create a shortcut of.

    2. Right click on a non clickable area of the webpage, and click on Create shortcut. (see screenshot below)
    Internet Website Shortcut - Create-right-1.jpg
    3. Click on Yes to have the shortcut created on your desktop. (see screenshot below)
    Internet Website Shortcut - Create-right-2.jpg
    4. If you would like to Change the Icon of the Internet Shortcut
    NOTE: This is if you do not want to have the default Internet Explorer icon use for your shortcut. If that icon is ok with you, then you are done and can go to step 5 instead.
    A) Right click on the new internet shortcut on the Desktop and click on Properties.

    B) Click on the Web Document tab, then click on the Change Icon button. (see screenshot below)
    Internet Website Shortcut - Create-icon-1.jpg
    C) Click on the Browse button, then navigate to and select the 256x256 pixel ICO file that you want to use as the icon for your internet shortcut, click on Open, select the icon, and click on OK. (see screenshots below)
    Internet Website Shortcut - Create-step4.jpg
    Internet Website Shortcut - Create-step4b.jpg
    D) Click on OK. (see screenshot below step 4A)
    5. You can now move the website shortcut to where you like.
    Internet Website Shortcut - Create-right-3.jpg



    OPTION THREE

    To Manually Create a Internet Website Shortcut to Open in Any Web Browser


       Note
    This option will allow you to be able to Pin to Taskbar or Pin to Start Menu this shortcut with any browser by just substituting the full path to the browser's EXE file in the shortcut. You can use the Internet Explorer and Firefox examples below for how. You will also be able to change the icon of this shortcut as well.

    1. Right click or press and hold on an empty area on your desktop, and click/tap on New and Shortcut. (see screenshot below)
    Internet Website Shortcut - Create-right_click.jpg
    2. Type the location from either step 3A or 3B OR step 4A or 4B below into the location area, and click/tap on the Next button. (see screenshot below)
    NOTE: Check to see if you have a 32-bit or 64-bit Windows installed first. You would substitute website address below with the website URL adress that you want instead.
    Internet Website Shortcut - Create-step1.jpg
    3. To Create a Internet Shortcut to Open in Internet Explorer Inprivate Browsing
    NOTE: InPrivate Browsing enables you to surf the web without leaving a trail in Internet Explorer. This helps prevent anyone else who might be using your computer from seeing where you visited and what you looked at on the web.
    A) If you have 32-bit Windows
    Code:
    "%ProgramFiles%\Internet Explorer\iexplore.exe" -private website address
    FOR EXAMPLE:
    I would type this below for our website https://www.sevenforums.com/.
    Code:
    "%ProgramFiles%\Internet Explorer\iexplore.exe" -private https://www.sevenforums.com/

    B) If you have 64-bit Windows
    • To Have Website Shortcut Open in Default 32-bit Internet Explorer
    Code:
    "%ProgramFiles(x86)%\Internet Explorer\iexplore.exe" -private website address
    FOR EXAMPLE:
    I would type this below for our website https://www.sevenforums.com/
    Code:
    "%ProgramFiles(x86)%\Internet Explorer\iexplore.exe" -private https://www.sevenforums.com/

    • To Have Website Shortcut Open in 64-bit Internet Explorer
    Code:
    "%ProgramFiles%\Internet Explorer\iexplore.exe" -private website address
    FOR EXAMPLE:
    I would type this below for our website https://www.sevenforums.com/
    Code:
    "%ProgramFiles%\Internet Explorer\iexplore.exe" -private https://www.sevenforums.com/
    4. To Create Internet Shortcut to Open in Internet Explorer, FireFox, or Chrome
    A) If you have 32-bit Windows
    "%ProgramFiles%\Internet Explorer\iexplore.exe" website address
    FOR EXAMPLE:
    I would type this below for our website https://www.sevenforums.com/.
    Code:
    "%ProgramFiles%\Internet Explorer\iexplore.exe" https://www.sevenforums.com/
       Note
    If you wanted to have the website shortcut open in another browser, say Firefox instead as an example, you would use this below instead. You would just substitute the first part in quotes for the full path of the browser's exe file that you wanted to use instead.

    Code:
    "%ProgramFiles%\Mozilla Firefox\firefox.exe" https://www.sevenforums.com/


       Note
    If you wanted to have the website shortcut open in another browser, say Google Chrome instead as an example, you would use this below instead. You would just substitute the first part in quotes for the full path of the browser's exe file that you wanted to use instead.

    Code:
    "%ProgramFiles%\Google\Chrome\Application\chrome.exe" https://www.sevenforums.com/


    B) If you have 64-bit Windows
    • To Have Website Shortcut Open in Default 32-bit Internet Explorer

    "%ProgramFiles(x86)%\Internet Explorer\iexplore.exe" website address

    FOR EXAMPLE:
    I would type this below for our website https://www.sevenforums.com/
    Code:
    "%ProgramFiles(x86)%\Internet Explorer\iexplore.exe" https://www.sevenforums.com/

    • To Have Website Shortcut Open in 64-bit Internet Explorer

    "%ProgramFiles%\Internet Explorer\iexplore.exe" website address
    FOR EXAMPLE:
    I would type this below for our website https://www.sevenforums.com/
    Code:
    "%ProgramFiles%\Internet Explorer\iexplore.exe" https://www.sevenforums.com/
       Note
    If you wanted to have the website shortcut open in Firefox instead as an example, you would use this below instead. You would just subsititute the first part in quotes for the full path of the browser's exe file that you wanted to use instead.

    Code:
    "%ProgramFiles(x86)%\Mozilla Firefox\firefox.exe" https://www.sevenforums.com/


       Note
    If you wanted to have the website shortcut open in another browser, say Google Chrome instead as an example, you would use this below instead. You would just substitute the first part in quotes for the full path of the browser's exe file that you wanted to use instead.

    Code:
    "%ProgramFiles(x86)%\Google\Chrome\Application\chrome.exe" https://www.sevenforums.com/


    4. Type in the website name (ex: SevenForums), and click on the Finish button. (See screenshot below)
    NOTE: You can name this anything you would like.
    Internet Website Shortcut - Create-step2.jpg
    5. To Change the Icon of the Internet Shortcut
    NOTE: This is if you do not want to have the default Internet Explorer icon use for your shortcut. If that icon is ok with you, then you are done and can go to step 5 instead. If you wanted to use the default favicon .ico file used by the website, then these are stored in the hidden C:\Users\User-Name\AppData\Local\Microsoft\Windows\Temporary Internet Files protected operating system folder. It is recommended to move and select to use the favicon to a different location to avoid accidentally deleting the favicon when clearing the browser history.
    A) Right click on the new internet shortcut on the Desktop and click on Properties.

    B) Click on the Shortcut tab, then click on the Change Icon button. (see screenshot below)
    Internet Website Shortcut - Create-step3.jpg
    C) Click on the Browse button, then navigate to and select the 256x256 pixel ICO file that you want to use as the icon for your internet shortcut and click on Open. (see screenshots below)
    Internet Website Shortcut - Create-step4.jpg
    Internet Website Shortcut - Create-step4b.jpg
    D) Click on OK. (see screenshot below)
    Internet Website Shortcut - Create-step5.jpg
    6. In Vista and Windows 7, you can now Pin to Taskbar (Windows 7 only) or Pin to Start Menu, add to Quick Launch, assign a keyboard shortcut to it, or move this shortcut to where you like for easy use.

    7. In Windows 8 and 8.1, you can Pin to Taskbar on desktop, Pin to Start screen, add to Quick Launch, assign a keyboard shortcut to it, or move this shortcut to where you like for easy use.

    NOTE: Just a reminder that if you move or delete the shortcut (target), then the pinned one from this shortcut on the taskbar and/or Start Menu will no longer work since the target has been moved or deleted.
    That's it,
    Shawn











  1. Posts : 71,959
    64-bit Windows 11 Pro for Workstations
       #1

    Updated to include creating a internet shortcut that will open in Internet Explorer Inprivate Browsing by default. :)
      My Computer


  2. Posts : 8,398
    ultimate 64 sp1
       #2

    another (possibly simpler) method is to drag the icon from the navigation bar to your desktop.

    Internet Website Shortcut - Create-dragndrop.png

    works in ie8, chrome, firefox and probably other browsers too!

    *edit* aha - seems like this tip has now been included in main tutorial :)
    Last edited by mickey megabyte; 07 May 2011 at 05:13. Reason: needed editing
      My Computer


  3. Posts : 71,959
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #3

    Hello Mickey,

    That would work just as well, but you would not be able to right click on that shortcut to Pin to Taskbar or Pin to Start Menu it like the one in the tutorial. It just depends on your needs though. :)


    UPDATE: You can now Pin with Drag and Drop in IE9 now, but not in IE8 and earlier.
    Last edited by Brink; 06 Apr 2011 at 22:04. Reason: update
      My Computer


  4. Posts : 8,398
    ultimate 64 sp1
       #4

    ah - good point shawn - i didn't think of that
      My Computer


  5. Posts : 71,959
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #5

    No problem. If you just wanted one on your desktop, that would be a easy way to do it. :)
      My Computer


  6. NoN
    Posts : 4,166
    Windows 7 Professional SP1 - x64 [Non-UEFI Boot]
       #6

    Brink said:
    Hello Mickey,

    That would work just as well, but you would not be able to right click on that shortcut to Pin to Taskbar or Pin to Start Menu it like the one in the tutorial. It just depends on your needs though. :)
    Hi Shawn,

    First thanks for this work of yours.

    Strange, i followed "mickey megabyte" drag and drop to desktop, to create the shorcut...and i was able to pin either to the taskbar or to the start menu!

    Could it be the RTM version of IE9 that does give this ability now?

    Well anyway it seems working now.
      My Computer


  7. whs
    Posts : 26,210
    Vista, Windows7, Mint Mate, Zorin, Windows 8
       #7

    I always do it the Mikey way and then I drag the shortcut into my Websites folder of my toolbar. I find that to be the easiest way and I do not have to worry about real estate on the taskbar.
    Attached Thumbnails Attached Thumbnails Internet Website Shortcut - Create-2011-04-06_1952.png  
      My Computer


  8. Posts : 71,959
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #8

    @Non:
    That's great news. It appears that Microsoft has now made it possible to be able to Pin to Taskbar or Pin to Start Menu a internet shortcut in IE9 with drag and drop. I have updated the tutorial to include this option as well.

    In IE8 and earlier, you could drag and drop to the desktop to create a internet shortcut, but you were not able to pin it as is.


    @Wolfgang:
    I do like your method of putting them in a pinned folder on the taskbar. That's a lot less space being taking up by them when you have more than just a few. :)
      My Computer


  9. whs
    Posts : 26,210
    Vista, Windows7, Mint Mate, Zorin, Windows 8
       #9

    Yes, I really like the toolbars. With one main folder and a lot of subfolders you can stash away a lot of shortcuts - and they are really very easily accessible and organized by subject. And if one chooses a short name like mine (All), it takes very little real estate - for more than 50 shortcuts in my case.

    I tried to popularize the toolbars with a tutorial, but I did not get a lot of takers, which is a bit ashame in view of the clear benefits. On the other hand, people stand on their head to get the Quick Launch back which is really a lot less practical (e.g. no subfolders).
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 03:00.
Find Us