How do I get Windows to re-attach a USB device without having to plug it in again?
After I use the 'Safely Remove Hardware' notification area widget, how do I get Windows to re-attach a USB device (i.e. a USB drive) without having to unplug and plug it in again?
windows usb safely-remove-hardware
add a comment |
After I use the 'Safely Remove Hardware' notification area widget, how do I get Windows to re-attach a USB device (i.e. a USB drive) without having to unplug and plug it in again?
windows usb safely-remove-hardware
add a comment |
After I use the 'Safely Remove Hardware' notification area widget, how do I get Windows to re-attach a USB device (i.e. a USB drive) without having to unplug and plug it in again?
windows usb safely-remove-hardware
After I use the 'Safely Remove Hardware' notification area widget, how do I get Windows to re-attach a USB device (i.e. a USB drive) without having to unplug and plug it in again?
windows usb safely-remove-hardware
windows usb safely-remove-hardware
edited Apr 20 '15 at 16:19
Bob
45.9k20139173
45.9k20139173
asked Aug 29 '09 at 15:33
KevKev
1,09772856
1,09772856
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
Check the RescanDevices (ZIP file) tool at this Drive Tools for Windows page.
When an IDE or SATA drive has been prepared for safe removal it can be brought back by a scan for new hardware. That's what this tool initiates.
It is a non interactive, invisible Windows application. It does the same as Microsoft's tool DEVCON when called with parameter 'rescan'.
There are some other good notes and tools at that page.
2
Gave this a go and it doesn't seem to do anything. I also downloaded the MS DEVCON tool and devcon rescan doesn't re-attach the drive.
– Kev
Aug 29 '09 at 16:11
I had a different problem: after a while, my windows 7 failed to see my external usb drive, which was still plugged in. The RescanDevices tool found it in a matter of seconds, but I wonder why did the problem occur in the first place.
– Chiffa
Oct 13 '13 at 20:02
add a comment |
It was answered it on Server Fault a while ago! My answer was -
If you use eject instead of safely remove, it unmaps the drive and kills all open handles (and displays the popup saying it is safe to remove), however the device is still present. You can then go to Device Manager and disable followed by enable the flash drive, and it should remap itself.
I can not guarantee, but I assume the same should work for safely remove - however if it does actually remove the device, you should be able to readd it by going to device manager, right clicking on the computer object and click scan for new hardware.
You can also try a utility called DEVCON.
add a comment |
- Device Manager
- Universal Serial Bus controllers
USB Mass Storage Device find one with yellow (!)
Disable device, [Yes] to disable
Enable device, [No] to restart
Disable device second time :D [Yes] to disable, [No] to restart- Enable device
Device reconnected.
add a comment |
Try to go to Device Manager, disable the USB driver, wait a few seconds, and then enable it again.
Also check the article How Do I Force Windows to Remove and Re-detect a USB Device?.
add a comment |
Or just uninstall the USB device in Device Manager - the run 'Scan for hardware changes'.
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%2f32023%2fhow-do-i-get-windows-to-re-attach-a-usb-device-without-having-to-plug-it-in-agai%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
Check the RescanDevices (ZIP file) tool at this Drive Tools for Windows page.
When an IDE or SATA drive has been prepared for safe removal it can be brought back by a scan for new hardware. That's what this tool initiates.
It is a non interactive, invisible Windows application. It does the same as Microsoft's tool DEVCON when called with parameter 'rescan'.
There are some other good notes and tools at that page.
2
Gave this a go and it doesn't seem to do anything. I also downloaded the MS DEVCON tool and devcon rescan doesn't re-attach the drive.
– Kev
Aug 29 '09 at 16:11
I had a different problem: after a while, my windows 7 failed to see my external usb drive, which was still plugged in. The RescanDevices tool found it in a matter of seconds, but I wonder why did the problem occur in the first place.
– Chiffa
Oct 13 '13 at 20:02
add a comment |
Check the RescanDevices (ZIP file) tool at this Drive Tools for Windows page.
When an IDE or SATA drive has been prepared for safe removal it can be brought back by a scan for new hardware. That's what this tool initiates.
It is a non interactive, invisible Windows application. It does the same as Microsoft's tool DEVCON when called with parameter 'rescan'.
There are some other good notes and tools at that page.
2
Gave this a go and it doesn't seem to do anything. I also downloaded the MS DEVCON tool and devcon rescan doesn't re-attach the drive.
– Kev
Aug 29 '09 at 16:11
I had a different problem: after a while, my windows 7 failed to see my external usb drive, which was still plugged in. The RescanDevices tool found it in a matter of seconds, but I wonder why did the problem occur in the first place.
– Chiffa
Oct 13 '13 at 20:02
add a comment |
Check the RescanDevices (ZIP file) tool at this Drive Tools for Windows page.
When an IDE or SATA drive has been prepared for safe removal it can be brought back by a scan for new hardware. That's what this tool initiates.
It is a non interactive, invisible Windows application. It does the same as Microsoft's tool DEVCON when called with parameter 'rescan'.
There are some other good notes and tools at that page.
Check the RescanDevices (ZIP file) tool at this Drive Tools for Windows page.
When an IDE or SATA drive has been prepared for safe removal it can be brought back by a scan for new hardware. That's what this tool initiates.
It is a non interactive, invisible Windows application. It does the same as Microsoft's tool DEVCON when called with parameter 'rescan'.
There are some other good notes and tools at that page.
edited Feb 8 at 10:16
Peter Mortensen
8,376166185
8,376166185
answered Aug 29 '09 at 15:44
niknik
48.7k887132
48.7k887132
2
Gave this a go and it doesn't seem to do anything. I also downloaded the MS DEVCON tool and devcon rescan doesn't re-attach the drive.
– Kev
Aug 29 '09 at 16:11
I had a different problem: after a while, my windows 7 failed to see my external usb drive, which was still plugged in. The RescanDevices tool found it in a matter of seconds, but I wonder why did the problem occur in the first place.
– Chiffa
Oct 13 '13 at 20:02
add a comment |
2
Gave this a go and it doesn't seem to do anything. I also downloaded the MS DEVCON tool and devcon rescan doesn't re-attach the drive.
– Kev
Aug 29 '09 at 16:11
I had a different problem: after a while, my windows 7 failed to see my external usb drive, which was still plugged in. The RescanDevices tool found it in a matter of seconds, but I wonder why did the problem occur in the first place.
– Chiffa
Oct 13 '13 at 20:02
2
2
Gave this a go and it doesn't seem to do anything. I also downloaded the MS DEVCON tool and devcon rescan doesn't re-attach the drive.
– Kev
Aug 29 '09 at 16:11
Gave this a go and it doesn't seem to do anything. I also downloaded the MS DEVCON tool and devcon rescan doesn't re-attach the drive.
– Kev
Aug 29 '09 at 16:11
I had a different problem: after a while, my windows 7 failed to see my external usb drive, which was still plugged in. The RescanDevices tool found it in a matter of seconds, but I wonder why did the problem occur in the first place.
– Chiffa
Oct 13 '13 at 20:02
I had a different problem: after a while, my windows 7 failed to see my external usb drive, which was still plugged in. The RescanDevices tool found it in a matter of seconds, but I wonder why did the problem occur in the first place.
– Chiffa
Oct 13 '13 at 20:02
add a comment |
It was answered it on Server Fault a while ago! My answer was -
If you use eject instead of safely remove, it unmaps the drive and kills all open handles (and displays the popup saying it is safe to remove), however the device is still present. You can then go to Device Manager and disable followed by enable the flash drive, and it should remap itself.
I can not guarantee, but I assume the same should work for safely remove - however if it does actually remove the device, you should be able to readd it by going to device manager, right clicking on the computer object and click scan for new hardware.
You can also try a utility called DEVCON.
add a comment |
It was answered it on Server Fault a while ago! My answer was -
If you use eject instead of safely remove, it unmaps the drive and kills all open handles (and displays the popup saying it is safe to remove), however the device is still present. You can then go to Device Manager and disable followed by enable the flash drive, and it should remap itself.
I can not guarantee, but I assume the same should work for safely remove - however if it does actually remove the device, you should be able to readd it by going to device manager, right clicking on the computer object and click scan for new hardware.
You can also try a utility called DEVCON.
add a comment |
It was answered it on Server Fault a while ago! My answer was -
If you use eject instead of safely remove, it unmaps the drive and kills all open handles (and displays the popup saying it is safe to remove), however the device is still present. You can then go to Device Manager and disable followed by enable the flash drive, and it should remap itself.
I can not guarantee, but I assume the same should work for safely remove - however if it does actually remove the device, you should be able to readd it by going to device manager, right clicking on the computer object and click scan for new hardware.
You can also try a utility called DEVCON.
It was answered it on Server Fault a while ago! My answer was -
If you use eject instead of safely remove, it unmaps the drive and kills all open handles (and displays the popup saying it is safe to remove), however the device is still present. You can then go to Device Manager and disable followed by enable the flash drive, and it should remap itself.
I can not guarantee, but I assume the same should work for safely remove - however if it does actually remove the device, you should be able to readd it by going to device manager, right clicking on the computer object and click scan for new hardware.
You can also try a utility called DEVCON.
edited Feb 8 at 10:19
Peter Mortensen
8,376166185
8,376166185
answered Aug 29 '09 at 20:12
William HilsumWilliam Hilsum
108k16161253
108k16161253
add a comment |
add a comment |
- Device Manager
- Universal Serial Bus controllers
USB Mass Storage Device find one with yellow (!)
Disable device, [Yes] to disable
Enable device, [No] to restart
Disable device second time :D [Yes] to disable, [No] to restart- Enable device
Device reconnected.
add a comment |
- Device Manager
- Universal Serial Bus controllers
USB Mass Storage Device find one with yellow (!)
Disable device, [Yes] to disable
Enable device, [No] to restart
Disable device second time :D [Yes] to disable, [No] to restart- Enable device
Device reconnected.
add a comment |
- Device Manager
- Universal Serial Bus controllers
USB Mass Storage Device find one with yellow (!)
Disable device, [Yes] to disable
Enable device, [No] to restart
Disable device second time :D [Yes] to disable, [No] to restart- Enable device
Device reconnected.
- Device Manager
- Universal Serial Bus controllers
USB Mass Storage Device find one with yellow (!)
Disable device, [Yes] to disable
Enable device, [No] to restart
Disable device second time :D [Yes] to disable, [No] to restart- Enable device
Device reconnected.
answered Apr 20 '18 at 15:15
tibxtibx
312
312
add a comment |
add a comment |
Try to go to Device Manager, disable the USB driver, wait a few seconds, and then enable it again.
Also check the article How Do I Force Windows to Remove and Re-detect a USB Device?.
add a comment |
Try to go to Device Manager, disable the USB driver, wait a few seconds, and then enable it again.
Also check the article How Do I Force Windows to Remove and Re-detect a USB Device?.
add a comment |
Try to go to Device Manager, disable the USB driver, wait a few seconds, and then enable it again.
Also check the article How Do I Force Windows to Remove and Re-detect a USB Device?.
Try to go to Device Manager, disable the USB driver, wait a few seconds, and then enable it again.
Also check the article How Do I Force Windows to Remove and Re-detect a USB Device?.
edited Feb 8 at 10:24
Peter Mortensen
8,376166185
8,376166185
answered Aug 29 '09 at 19:21
LawandLawand
3732616
3732616
add a comment |
add a comment |
Or just uninstall the USB device in Device Manager - the run 'Scan for hardware changes'.
add a comment |
Or just uninstall the USB device in Device Manager - the run 'Scan for hardware changes'.
add a comment |
Or just uninstall the USB device in Device Manager - the run 'Scan for hardware changes'.
Or just uninstall the USB device in Device Manager - the run 'Scan for hardware changes'.
edited Feb 8 at 10:27
Peter Mortensen
8,376166185
8,376166185
answered Aug 31 '09 at 4:26
sylvanaarsylvanaar
3771211
3771211
add a comment |
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%2f32023%2fhow-do-i-get-windows-to-re-attach-a-usb-device-without-having-to-plug-it-in-agai%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