Fastest way to create a Shortcut ignoring drive mapping
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
add a comment |
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
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 theSendTo
folder. See here and here.
– Daniel B
Feb 26 '14 at 13:04
add a comment |
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
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
windows-7 windows-explorer
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 theSendTo
folder. See here and here.
– Daniel B
Feb 26 '14 at 13:04
add a comment |
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 theSendTo
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
add a comment |
2 Answers
2
active
oldest
votes
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
add a comment |
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!
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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment |
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
add a comment |
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
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
answered Feb 26 '14 at 13:03
Damir KasipovicDamir Kasipovic
787410
787410
add a comment |
add a comment |
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!
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
add a comment |
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!
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
add a comment |
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!
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!
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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