How to limit Drive Letters Windows assigns to new removable USB drivesWindows XP mounting USB drive to same letter as previously mapped network driveHow to assign permanent drive letters to removable USB hard drivesWindows XP consuming drive lettersWindows 7 keeps losing drive lettersWhy can't I assign drive letters in Windows 7?How to detect drive letters which are assigned twice?How to change the label of USB flash drive that gets assigned to default drive letter (“F” in this case)How can I assign the same drive letter for any USB thumbdrive connected?Windows 10 showing “ghost” Drive LettersIs it possible to have Windows automatically assign/remove drive letters for internally mounted card readers?
Which big number is bigger?
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
What's the polite way to say "I need to urinate"?
Checks user level and limit the data before saving it to mongoDB
Multiple options vs single option UI
Why did C use the -> operator instead of reusing the . operator?
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
Was there a shared-world project before "Thieves World"?
'regex' and 'name' directives in find
Read line from file and process something
Do I have an "anti-research" personality?
Can't get 5V 3A DC constant
How can I get this effect? Please see the attached image
How to pronounce 'c++' in Spanish
Can SQL Server create collisions in system generated constraint names?
Why must Chinese maps be obfuscated?
"You've called the wrong number" or "You called the wrong number"
If a planet has 3 moons, is it possible to have triple Full/New Moons at once?
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
How come there are so many candidates for the 2020 Democratic party presidential nomination?
What happens in the secondary winding if there's no spark plug connected?
Why was the Spitfire's elliptical wing almost uncopied by other aircraft of World War 2?
Pre-plastic human skin alternative
Was there a Viking Exchange as well as a Columbian one?
How to limit Drive Letters Windows assigns to new removable USB drives
Windows XP mounting USB drive to same letter as previously mapped network driveHow to assign permanent drive letters to removable USB hard drivesWindows XP consuming drive lettersWindows 7 keeps losing drive lettersWhy can't I assign drive letters in Windows 7?How to detect drive letters which are assigned twice?How to change the label of USB flash drive that gets assigned to default drive letter (“F” in this case)How can I assign the same drive letter for any USB thumbdrive connected?Windows 10 showing “ghost” Drive LettersIs it possible to have Windows automatically assign/remove drive letters for internally mounted card readers?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
Currently Windows (all of the versions) assigns the first available letter to the next removable media you insert into your USB drive. Is there a way to go around this to make Windows assign only letters that are in the interval you want (for example S - Z)?
windows usb disk-management drive-letter removable-media
add a comment |
Currently Windows (all of the versions) assigns the first available letter to the next removable media you insert into your USB drive. Is there a way to go around this to make Windows assign only letters that are in the interval you want (for example S - Z)?
windows usb disk-management drive-letter removable-media
add a comment |
Currently Windows (all of the versions) assigns the first available letter to the next removable media you insert into your USB drive. Is there a way to go around this to make Windows assign only letters that are in the interval you want (for example S - Z)?
windows usb disk-management drive-letter removable-media
Currently Windows (all of the versions) assigns the first available letter to the next removable media you insert into your USB drive. Is there a way to go around this to make Windows assign only letters that are in the interval you want (for example S - Z)?
windows usb disk-management drive-letter removable-media
windows usb disk-management drive-letter removable-media
edited 3 hours ago
Mutantoe
12918
12918
asked 10 hours ago
Siamak EnsafiSiamak Ensafi
1175
1175
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
USBDLM is a Windows service that gives control over Windows' drive letter assignment for USB drives. Running as service makes it independent of the logged on user's privileges, so there is no need to give the users the privilege to change drive letters.
It automatically solves conflicts between USB drives and network or subst drives of the currently logged on user.
Furthermore you can define new default letters for USB drives and much more.
It works on Windows XP to Windows 10.
2
This is the only reliable solution I've found for controlling what drive letter gets assigned to removable drives. Windows offers no builtin functionality that does this.
– Twisty Impersonator
9 hours ago
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%2f1429952%2fhow-to-limit-drive-letters-windows-assigns-to-new-removable-usb-drives%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
USBDLM is a Windows service that gives control over Windows' drive letter assignment for USB drives. Running as service makes it independent of the logged on user's privileges, so there is no need to give the users the privilege to change drive letters.
It automatically solves conflicts between USB drives and network or subst drives of the currently logged on user.
Furthermore you can define new default letters for USB drives and much more.
It works on Windows XP to Windows 10.
2
This is the only reliable solution I've found for controlling what drive letter gets assigned to removable drives. Windows offers no builtin functionality that does this.
– Twisty Impersonator
9 hours ago
add a comment |
USBDLM is a Windows service that gives control over Windows' drive letter assignment for USB drives. Running as service makes it independent of the logged on user's privileges, so there is no need to give the users the privilege to change drive letters.
It automatically solves conflicts between USB drives and network or subst drives of the currently logged on user.
Furthermore you can define new default letters for USB drives and much more.
It works on Windows XP to Windows 10.
2
This is the only reliable solution I've found for controlling what drive letter gets assigned to removable drives. Windows offers no builtin functionality that does this.
– Twisty Impersonator
9 hours ago
add a comment |
USBDLM is a Windows service that gives control over Windows' drive letter assignment for USB drives. Running as service makes it independent of the logged on user's privileges, so there is no need to give the users the privilege to change drive letters.
It automatically solves conflicts between USB drives and network or subst drives of the currently logged on user.
Furthermore you can define new default letters for USB drives and much more.
It works on Windows XP to Windows 10.
USBDLM is a Windows service that gives control over Windows' drive letter assignment for USB drives. Running as service makes it independent of the logged on user's privileges, so there is no need to give the users the privilege to change drive letters.
It automatically solves conflicts between USB drives and network or subst drives of the currently logged on user.
Furthermore you can define new default letters for USB drives and much more.
It works on Windows XP to Windows 10.
answered 10 hours ago
montoneromontonero
4336
4336
2
This is the only reliable solution I've found for controlling what drive letter gets assigned to removable drives. Windows offers no builtin functionality that does this.
– Twisty Impersonator
9 hours ago
add a comment |
2
This is the only reliable solution I've found for controlling what drive letter gets assigned to removable drives. Windows offers no builtin functionality that does this.
– Twisty Impersonator
9 hours ago
2
2
This is the only reliable solution I've found for controlling what drive letter gets assigned to removable drives. Windows offers no builtin functionality that does this.
– Twisty Impersonator
9 hours ago
This is the only reliable solution I've found for controlling what drive letter gets assigned to removable drives. Windows offers no builtin functionality that does this.
– Twisty Impersonator
9 hours ago
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%2f1429952%2fhow-to-limit-drive-letters-windows-assigns-to-new-removable-usb-drives%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