Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: How do you clear out a USB driver?  (Read 1118 times)

0 Members and 1 Guest are viewing this topic.

southpaw13

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 832
  • Last login:Yesterday at 02:16:50 pm
  • Whatever!
How do you clear out a USB driver?
« on: May 11, 2005, 08:33:03 pm »
I use a 1 gig memory stick to move games around.  Except it freezes up on my newest Mame.  I think there was something on the stick that conflicted.  How do I delete any type of driver that it might have installed.  I am using Win 2000.  I want to start from the beginning when Windows is just deciding what you plugged into the USB before it installs a driver.  Any ideas? 

Thanks,
Southpaw

joewhite73

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 12
  • Last login:July 08, 2015, 04:16:20 pm
  • I'm a llama!
Re: How do you clear out a USB driver?
« Reply #1 on: May 12, 2005, 05:39:24 pm »
Try going to the Device Manager and uninstall the driver there.

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19428
  • Last login:July 30, 2025, 06:08:43 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: How do you clear out a USB driver?
« Reply #2 on: May 13, 2005, 03:36:11 am »
That still wont work...  Unfortunately, unless the driver you installed comes with a special uninstall program, windows still keeps the driver, it just unloads it when you uninstall.  You can install new drivers on top of it, but sometimes even that won't work.  (Like for HID drivers, which are "always on")

I can't give you specifics but first do what the first poster did and uninstall the driver. 

Now go to your "inf" folder in windows.  You'll need to figure out which files in this folder were related to the driver you installed.(hopefully it's obvious by how they are named, if not, you may be screwed)  delete those files and only those files.  Now windows won't "remember" what the device is when you plug it in and will ask you as usual. 

Hope that helps.

MustardTent

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 424
  • Last login:February 22, 2015, 12:14:02 pm
    • Blog
Re: How do you clear out a USB driver?
« Reply #3 on: May 13, 2005, 08:55:16 am »
Before you uninstall the device, first open the "device manager" through the control panel->system icon.  Make sure your device is plugged in at the time.  Look under "universal serial bus controllers", your usb drive should be listed there as something like "USB Mass Storage Device".  Right click on it, and open properties.  Click driver then driver details.  Make note of the file listed.  Now and only now you should uninstall the device.  Next, navigate to the file you made note of earlier and delete it.  HOWEVER, be very careful that this file is not being used by anything else (some other usb drive, or something masquerading as a usb block device.  You can verify that it's not being used now by looking through the other usb devices listed in the device manager and checking to see that the file you want to delete is not in anything's device details file list.

Was that long enough?  (Hope it helps)

MustardTent

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 424
  • Last login:February 22, 2015, 12:14:02 pm
    • Blog
Re: How do you clear out a USB driver?
« Reply #4 on: May 13, 2005, 08:58:44 am »
On second thought, don't delete it, just move it to your desktop or something.  I'm not sure if windows will regenerate the file if you delete it.  If not, you'll have to move it back.  I'm pretty sure that this will work though. 

Let me know how it goes.

MustardTent

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 424
  • Last login:February 22, 2015, 12:14:02 pm
    • Blog
Re: How do you clear out a USB driver?
« Reply #5 on: May 13, 2005, 09:19:31 am »
Okay, so I should really try my directions out before giving bad advice  :(.  Sorry.  After doing some actual research before opening my big mouth I see that all drives (including usb drives use the disk.inf file.  You can't remove this file as all of your drives use it.

I'm looking into how this can be solved.

MustardTent

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 424
  • Last login:February 22, 2015, 12:14:02 pm
    • Blog
Re: How do you clear out a USB driver?
« Reply #6 on: May 13, 2005, 09:29:30 am »
Okay, I tried this on my work computer (sure the boss would like that), so I know this will work and not hurt the machine.

I am confident that your usb drive uses 2 files called:

usbstor.PNF and usbstor.inf

Uninstall your usb drive through the control panel.  After that is complete and you have removed your usb drive from the machine, delete these two files (located in C:\WINNT\inf).  Now after these files are gone, you may re-insert your drive, which will begin a clean install.

Did that help? 

MustardTent

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 424
  • Last login:February 22, 2015, 12:14:02 pm
    • Blog
Re: How do you clear out a USB driver?
« Reply #7 on: May 13, 2005, 09:37:05 am »
don't delete the pnf file.  just the inf file.