That is not possible since the service does not allow this action. Is it possible to change the registry to allow this?
Main Topics
Browse All TopicsWe have a USB external hard drive attached to a Windows 2003 Server. This drive was attached to accommodate backups of our SQL server databases because we simply were running out of room. The problem is that every time the server is restarted, which is done automagically every Wednesday and Sunday, the drive does not come back unless it is unplugged from the USB port and plugged back in.
This is a somewhat older server, so we had to add a PCI USB 2.0 card to accommodate this drive. The drivers for this card are current as are the drivers for the external hard drive.
Does any one have a suggestion as to how we can prevent this or possibly a script that will force it to be recognized without someone having to physically unplug then plug the device back in after the restart is complete?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I have had the same issues with one of my clients. I uninstall the Device (via Device Manager) and then rescan for new hardware. Once it reinstalls the USB controller (in your case the PCI Card), it should find the stick and it is then accessible...
So, you might try Devcon to remove the device, then use it to rescan and reinstall the card..
http://support.microsoft.c
mIght work... :)
FE
Fatal Exception - I will give this a try, however, I have uninstalled the device in device manager and then scanned for new devices. The result is always the same, the drive comes back as "Unknown Device".
Only when I unplug the device and then plug it back in ( either USB or power) does it install correctly.
The peculiar thing is that the device does not show any errors, it appears as if it is a valid driver.
I will post the results as soon as I can accomplish this task.
Business Accounts
Answer for Membership
by: CuteadderPosted on 2009-05-19 at 11:00:25ID: 24424689
a startup script on the server...
net stop plugplay
net start plugplay
see if that works