Fastest way to create a Shortcut ignoring drive mapping












0















When I create a shortcut to a network file using standard Windows Explorer "Right-click -> Create Shortcut", the shortcut link takes advantage of my network drive mapping, which substitutes a single letter and colon for a big chunk of the path.



This makes the shortcut harder to share with my co-workers, who don't have the same mapping.



I want a shareable shortcut which links to the full path of the file, ignoring the mapping.



My current solution involves opening another instance of Windows Explorer, starting at the network root, finding the same file without using the mapped drive, then creating the shortcut.



It's acceptable since I don't do it very often, but does anyone know a better way?










share|improve this question

























  • I don't have the time to look into it right now, but you should be able to accomplish this using PowerShell. The script could live in the SendTo folder. See here and here.

    – Daniel B
    Feb 26 '14 at 13:04
















0















When I create a shortcut to a network file using standard Windows Explorer "Right-click -> Create Shortcut", the shortcut link takes advantage of my network drive mapping, which substitutes a single letter and colon for a big chunk of the path.



This makes the shortcut harder to share with my co-workers, who don't have the same mapping.



I want a shareable shortcut which links to the full path of the file, ignoring the mapping.



My current solution involves opening another instance of Windows Explorer, starting at the network root, finding the same file without using the mapped drive, then creating the shortcut.



It's acceptable since I don't do it very often, but does anyone know a better way?










share|improve this question

























  • I don't have the time to look into it right now, but you should be able to accomplish this using PowerShell. The script could live in the SendTo folder. See here and here.

    – Daniel B
    Feb 26 '14 at 13:04














0












0








0








When I create a shortcut to a network file using standard Windows Explorer "Right-click -> Create Shortcut", the shortcut link takes advantage of my network drive mapping, which substitutes a single letter and colon for a big chunk of the path.



This makes the shortcut harder to share with my co-workers, who don't have the same mapping.



I want a shareable shortcut which links to the full path of the file, ignoring the mapping.



My current solution involves opening another instance of Windows Explorer, starting at the network root, finding the same file without using the mapped drive, then creating the shortcut.



It's acceptable since I don't do it very often, but does anyone know a better way?










share|improve this question
















When I create a shortcut to a network file using standard Windows Explorer "Right-click -> Create Shortcut", the shortcut link takes advantage of my network drive mapping, which substitutes a single letter and colon for a big chunk of the path.



This makes the shortcut harder to share with my co-workers, who don't have the same mapping.



I want a shareable shortcut which links to the full path of the file, ignoring the mapping.



My current solution involves opening another instance of Windows Explorer, starting at the network root, finding the same file without using the mapped drive, then creating the shortcut.



It's acceptable since I don't do it very often, but does anyone know a better way?







windows-7 windows-explorer






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 16 '14 at 11:09









Fazer87

10.4k12640




10.4k12640










asked Feb 26 '14 at 12:58









Emilio M BumacharEmilio M Bumachar

195139




195139













  • I don't have the time to look into it right now, but you should be able to accomplish this using PowerShell. The script could live in the SendTo folder. See here and here.

    – Daniel B
    Feb 26 '14 at 13:04



















  • I don't have the time to look into it right now, but you should be able to accomplish this using PowerShell. The script could live in the SendTo folder. See here and here.

    – Daniel B
    Feb 26 '14 at 13:04

















I don't have the time to look into it right now, but you should be able to accomplish this using PowerShell. The script could live in the SendTo folder. See here and here.

– Daniel B
Feb 26 '14 at 13:04





I don't have the time to look into it right now, but you should be able to accomplish this using PowerShell. The script could live in the SendTo folder. See here and here.

– Daniel B
Feb 26 '14 at 13:04










2 Answers
2






active

oldest

votes


















0














You can always create it manually, if you know the name or the ip address of the share? You could do something like



\servernameshare


or



\ipshare





share|improve this answer































    0














    The easiest way I know is to drag and drop using the Right-click on the mouse. I actually WANT to use the mapping drive and am unable to, so my problem is your solution!






    share|improve this answer
























    • Thanks, but it does not seem to work for me. When I drag and drop using the Right-click on the mouse, even to another folder, a different menu pops up, with, among other options, "Create shortcuts here". If I choose to create the shortcut, it uses the mapping drive. I'm getting the behaviour you'd like...

      – Emilio M Bumachar
      Aug 18 '14 at 18:02













    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f721842%2ffastest-way-to-create-a-shortcut-ignoring-drive-mapping%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    You can always create it manually, if you know the name or the ip address of the share? You could do something like



    \servernameshare


    or



    \ipshare





    share|improve this answer




























      0














      You can always create it manually, if you know the name or the ip address of the share? You could do something like



      \servernameshare


      or



      \ipshare





      share|improve this answer


























        0












        0








        0







        You can always create it manually, if you know the name or the ip address of the share? You could do something like



        \servernameshare


        or



        \ipshare





        share|improve this answer













        You can always create it manually, if you know the name or the ip address of the share? You could do something like



        \servernameshare


        or



        \ipshare






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 26 '14 at 13:03









        Damir KasipovicDamir Kasipovic

        787410




        787410

























            0














            The easiest way I know is to drag and drop using the Right-click on the mouse. I actually WANT to use the mapping drive and am unable to, so my problem is your solution!






            share|improve this answer
























            • Thanks, but it does not seem to work for me. When I drag and drop using the Right-click on the mouse, even to another folder, a different menu pops up, with, among other options, "Create shortcuts here". If I choose to create the shortcut, it uses the mapping drive. I'm getting the behaviour you'd like...

              – Emilio M Bumachar
              Aug 18 '14 at 18:02


















            0














            The easiest way I know is to drag and drop using the Right-click on the mouse. I actually WANT to use the mapping drive and am unable to, so my problem is your solution!






            share|improve this answer
























            • Thanks, but it does not seem to work for me. When I drag and drop using the Right-click on the mouse, even to another folder, a different menu pops up, with, among other options, "Create shortcuts here". If I choose to create the shortcut, it uses the mapping drive. I'm getting the behaviour you'd like...

              – Emilio M Bumachar
              Aug 18 '14 at 18:02
















            0












            0








            0







            The easiest way I know is to drag and drop using the Right-click on the mouse. I actually WANT to use the mapping drive and am unable to, so my problem is your solution!






            share|improve this answer













            The easiest way I know is to drag and drop using the Right-click on the mouse. I actually WANT to use the mapping drive and am unable to, so my problem is your solution!







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Aug 18 '14 at 13:51









            TomTom

            1




            1













            • Thanks, but it does not seem to work for me. When I drag and drop using the Right-click on the mouse, even to another folder, a different menu pops up, with, among other options, "Create shortcuts here". If I choose to create the shortcut, it uses the mapping drive. I'm getting the behaviour you'd like...

              – Emilio M Bumachar
              Aug 18 '14 at 18:02





















            • Thanks, but it does not seem to work for me. When I drag and drop using the Right-click on the mouse, even to another folder, a different menu pops up, with, among other options, "Create shortcuts here". If I choose to create the shortcut, it uses the mapping drive. I'm getting the behaviour you'd like...

              – Emilio M Bumachar
              Aug 18 '14 at 18:02



















            Thanks, but it does not seem to work for me. When I drag and drop using the Right-click on the mouse, even to another folder, a different menu pops up, with, among other options, "Create shortcuts here". If I choose to create the shortcut, it uses the mapping drive. I'm getting the behaviour you'd like...

            – Emilio M Bumachar
            Aug 18 '14 at 18:02







            Thanks, but it does not seem to work for me. When I drag and drop using the Right-click on the mouse, even to another folder, a different menu pops up, with, among other options, "Create shortcuts here". If I choose to create the shortcut, it uses the mapping drive. I'm getting the behaviour you'd like...

            – Emilio M Bumachar
            Aug 18 '14 at 18:02




















            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f721842%2ffastest-way-to-create-a-shortcut-ignoring-drive-mapping%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How do I know what Microsoft account the skydrive app is syncing to?

            When does type information flow backwards in C++?

            Grease: Live!