How to create a shortcut on desktop

how to create a shortcut on desktop

Hi Julie,
Sounds like you're using Acrobat.com. What browser are you using? The steps will vary a bit for the different browsers, but here are instructions for several popular web browsers:
Create a desktop shortcut to a website | Firefox Help
How to Create a Shortcut to the Current Web Page (Internet Explorer)
How to Create Shortcuts to Websites on a Desktop for a Mac | Chron.com (Safari)
Best,
Sara

Similar Messages

  • How to create a shortcut for desktop as with IE?

    I've switched my browser to "Firefox" from 'Internet Explorer and would like to know how to create a shortcut for my desktop.

    You can drag the favicon on the left end of the location bar onto the desktop to create a shortcut.
    You can also use an extension.
    * SaveLink: https://addons.mozilla.org/en-US/firefox/addon/savelink/
    * Deskcut: https://addons.mozilla.org/en-US/firefox/addon/deskcut/

  • How to create a shortcut for a new application?

    I have made an application. I did a blankform too, which is the 1st form to start. Now I`d like to know how to create a shortcut that this form will start from a win desktop. What to write in the shortcut`s target (the path to the blankform- thats the name of it)!

    Well, if it's forms 10g, you can simply add the URL in your favourites and open it by selecting it from favourites menu of internet explorer.
    Please mark answer as helpful / correct, if it helps you
    Navnit

  • How to create a shortcut menu for the pane

    Hi all
    Well - I know how to create a shortcut menu for a control, but how is it created for a pane? There is the possibility to add an event case for a shortcut menu linked to a pane (see picture), but how can I create this menu?
    Message Edited by becktho on 08-01-2006 11:32 AM
    Using LV8.0
    Don't be afraid to rate a good answer...
    Attachments:
    ScreenShot001.png ‏22 KB

    ahlers option works, sorry but I can't add images from work!
    Just use the shortcut Menu Activation filter event? to create a menu.
    Ton
    Message Edited by TonP on 08-01-2006 12:56 PM
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!
    Attachments:
    Example_BD.png ‏4 KB
    Example_BD.png ‏4 KB

  • How to create a shortcut for all users in Win 7 and Win 8?

    Hi,
    I'll trying to make a script that will create a shortcut in every user profile account in a computer. I stumble upon the script below from
    http://gallery.technet.microsoft.com/scriptcenter/Create-shortcut-in-your-11cfd3de/view/Discussions#content.
    Option Explicit
    On Error Resume Next
    Dim objShell
    Dim objDesktop
    Dim  objLink
    Dim strAppPath
    Dim strWorkDir
    Dim strIconPath
    strWorkDir ="C:\Program Files\Microsoft Office\Office15"
    strAppPath = "C:\Program Files\Microsoft Office\Office15\ORGCHART.EXE"  'you have to use your URL to Interanet site or path to specific program
    'strIconPath = "\\server\Xyz.ico"     'specify the path to the icon please change to your valid path
    Set objShell = CreateObject("WScript.Shell")
    'objDesktop = objShell.SpecialFolders("Desktop")
    Set objLink = objShell.CreateShortcut("C:\Users\%userprofile%\Desktop\Org_chart_test.lnk") 'change here To your shortcut name
    objLink.Description = "this is a test" 'replaec with your description
    'objLink.IconLocation = strIconPath
    objLink.TargetPath = strAppPath
    objLink.WindowStyle = 3
    objLink.WorkingDirectory = strWorkDir
    objLink.Save
    I did some modifications to cater to my need. Now the question is, how can I make the script create a shortcut for every user profile from the script above?
    Any inputs would be greatly appreciated.
    Thanks!

    You could create the shortcut at one machine, then copy it to the target as part of the logon script. Note also that this line contains an error:
    "C:\Users\%userprofile%\Desktop\Org_chart_test.lnk"
    It should read:
    "%userprofile%\Desktop\Org_chart_test.lnk"

  • Wont create a shortcut on desktop.

    After running my app the second time, it does NOT ask me if I want to create a shortcut, but I want it to. How do I make it do this? I tried adding <offline-allowed/> to the information block, but to no avail.
    please help.

    I'm Windows with 1.4.0_01 (Webstart 1.0.1)
    I left a Webstart icon on the desktop, and clicking on that gets me the Manager. The program is C:\Program Files\Java Web Start\javaws.exe that starts. You might find it and start it directly and see what you get.
    I'm guessing that you're starting an application, not the manager.

  • What if no icon in address bar to create a shortcut on desktop?

    what do i drag to create a shortcut if there is no icon on address bar

    '''[https://addons.mozilla.org/en-US/firefox/addon/deskcut/ deskCut]''' {web link}
    This extension adds desktop shortcut creation to the
    context-menu for Windows, Linux and Mac.

  • I cannot create a shortcut to desktop

    when i uesd explorer i could right click on the mouse and hit create short cut to desktop and now it only brings up bookmark when i right click
    and also the same with cut and paste is not there any more either not when i right click please help me i am not very good with computers thank you john e i have beta

    https://support.mozilla.com/en-US/kb/Creating+a+desktop+shortcut+to+a+web+page

  • How to create a shortcut to a windows program running in wine

    I can open a windows application in wine by entering command in Terminal.
    I would like to create a "shortcut" to do this that is effectively an application and can either live on the desktop, dock or apps menu
    The commands I enter in Terminal are
    cd ~/.wine/drive_c/Program\ Files/<<program folder name>>
    wine <<program name>>.exe
    I am running Yosemite on a MacBook Air
    Any help appreciated
    As you can guess this is all a bit new to me

    Hi Scott,
    Based on your aticle, I changed my script by adding the credential, but I still have an error.
    Il also put the SQL specific port in the $dbServer variable.
    Any idea ?
    MY SCRIPT:
    $siteName = "TEST Site"
    $port = 80
    $hostHeader = "sharepoint.test.be"
    $url = "http://sharepoint.test.be"
    $appPoolName = "TestAppPool"
    $managedAccount = "DISNET\administrator"
    $authenticationMethod = "NTLM"
    $dbServer = "DSPORT-SQL02\DSPORTPRDEXT,50123"
    $dbName = "WSS_TEST_Content"
    $dbServer_secPassword = ConvertTo-SecureString "MySQLPassword" -AsPlaintext -Force
    $dbServer_Creds = New-Object System.Management.Automation.PsCredential "DMZSharePointLoginSQL", $dbServer_secPassword
    New-SPWebApplication -Name $siteName -Port $port -HostHeader $hostHeader -URL $url -ApplicationPool $appPoolName -ApplicationPoolAccount (Get-SPManagedAccount "$managedAccount") -AuthenticationMethod $authenticationMethod -DatabaseName
    $dbName -DatabaseServer $dbServer -DatabaseCredentials $dbServer_Creds
    Charles

  • How to create a shortcut key for email ?

    how to create a short key on mac book pro

    You do not say what OS X you are running.  If it is 10.8.3 you simply can have Mail a 4-finger swipe away.
    No short key neccessary?
    If some earlier OS X see >System Preferences>Keyboard>KeyboardShortcuts>ApplicationsShortcuts

  • How to create a shortcut for specific words?

    Hi
    I need to create a shortcut for a number of long expressions. Example:
    - "BE" => "business ecosystem"
    - "OB" => "organizational behavior"
    - etc.

    It's really funny to see users wasting their time when the answer to their problem is available in delivered resources.
    Here is a subset of Pages User Guide :
    You may also look at :
    https://discussions.apple.com/message/17331879
    Yvan KOENIG (VALLAURIS, France) jeudi 19 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k
    My iDisk is : http://public.me.com/koenigyvan

  • How to create Keyboard Shortcuts to Activate Buttons without the Mouse?

    Is there a way to create keyboard shortcuts in HTMLDB like CTRL+N to activate the Create New button, CTRL+S to Save the record, etc?
    Thanks.

    I haven't tried this myself, but you could always add an attribute to the control called accesskey. Use this link for further information: http://www.netmechanic.com/news/vol4/accessibility_no19.htm
    If the control is a button you will need to make sure that it is an html button so that you can modify the attributes.
    James

  • CS4-How to create a shortcut for media browser icon clean up function?

    Hi again.
    I recently upgraded my system, now running CS4 suite in Window 7 - 64bits. This to be able to manage AVCHD files within premiere.
    I'm just starting to work with it and I'm missing the ability to create a shortcut for this function I had in PP2 cs2. I did go to the recommended reading before posing my question. There the most appropriate area I could find was about Bins Behaviours, at least I thought it was, and there was nothing in it.
    I have gone to Edit / keyboard  customization then each of the 3 choices, application, panels and tools. but could not see "Clean Up"
    I hope someone has an answer for me as I like to use this panel as a story board and use this function often and thank those who will try to help me.
    (I'm pleased that my avchd files are now coming nicely on the timeline!)_

    Is this what you are looking for?

  • How to create a shortcut of a folder and put it on the desktop using LabVIEW?

    Anyone done this before?

    Hi Ian,
    Please see forum post below, I believe you can find your answer here.
    http://forums.ni.com/t5/LabVIEW/create-shortcut-folder-in-desktop/td-p/1060801
    Thanks
    Jack. W
    Applications Engineer
    National Instruments

  • How to create a shortcut menu in the VIEW panel of Diadem

    Hi everyone,
    Is it possible to create your own shortcut menu in the VIEW Panel of Diadem? 

    Hi Ovidius,
    What do you mean by "shortcut" menu?  You can add a custom menu to the top of any DIAdem panel and fill it with whatever menu items you want.  You can also add/customize any icons at the top or the left of any DIAdem panel and program them to do what you want.  There is additionally limited support in DIAdem 2010 and prior versions for adding custom context menus to VIEW areas.  We are looking into expanding this support for DIAdem 2011.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

Maybe you are looking for

  • How do i run this peice of code with out executing the PROC

    I have the following code which i want to run but not a a Pocedure. I know its always better to runa PROC but this is for test purpose so the only target is to run it by part or somehow but with out the need to create or execute a procedure CREATE PR

  • How to put data into a RFC import parameter structure from portal

    Hi, All, I have a RFC in which an import parameter is a structure (not a table). I want to put data into that structure. I know how to put data into a table or a string. I tried to use IRecordSet MyTABStr = (IRecordSet)structureFactory.getStructure(f

  • X11 not forwarding

    Attempting to get X11 forwarding to work properly on Mountain Lion and not having any success.  X11 forwarding is enabled both on the OSX client and on the remote Linux host.  I'm using XQuartz for my xterms.  ssh -vv shows that forwarding has been a

  • Iphone app that pop ups a list of the day's events everyday?

    Is there an iphone app that will automatically 'pop up' a list of the current day's events/appointments?

  • Motorola v360 doesn't mount on desktop

    I've got a motorola 360 and it has a mp3 player, in manual says that you just need to plug the usb cable to see the transflash card of the phone on the desktop to drag pictures or music if you want to, but when I connect the cable nothing happens. Th