Setup unable to uninstall the device - Page 2
Page 2 of 2 FirstFirst 1 2
Results 16 to 30 of 30

Thread: Setup unable to uninstall the device

  1. #16
    Registered User arch0nmyc0n's Avatar
    Join Date
    Oct 2002
    Location
    It's all relative.
    Posts
    1,820
    Quote Originally Posted by Straight_Shooter
    Geesh Archo: I said that hours ago and he said "no joy"!
    Sorry guy, I was at work and replied with only a skim... missed yer suggestion.

    PS Is that Triple?
    Last edited by arch0nmyc0n; March 3rd, 2004 at 10:06 AM.

  2. #17
    Registered User WildTech's Avatar
    Join Date
    Apr 1999
    Location
    Indiana
    Posts
    397
    Hey Gang,

    The client needed this machine back and I had already been working on it on and off for two days. I ended up reformatting and that took care of the problem. I have no doubt that the problem was definately in the TCP/IP stack but I could find no permanent resolution. Although reloading the drivers for the "ghost" devices would allow me to remove them, as soon as I reformatted they were back and sometimes more of them.

    Thanks for all your suggestions and help I appreciate it.


  3. #18
    Registered User
    Join Date
    Apr 2004
    Location
    Straight Outta Nor Jer
    Posts
    1
    Quote Originally Posted by WildTech
    Hey Gang,

    I've got a weird problem in Windows XP Home. A client dropped off a computer the other day complaining that he could no longer access his router for internet. On checking, I discovered that he wasn't transferring any packets. I assumed that the NIC was dead and replaced it. Still no packets being transferred. Worse yet, in the Device Manager, he has a bunch of Nic cards and Wan Miniport devices showing up with yellow explaination points on them. When I attempt to remove these devices the system generates the following error. "Failed to uninstall the device. Device may be required to boot uup computer."

    Anyone else every run across this?? Any ideas??

    Thanks in advance!!
    I had this same problem on two machines one was a Dell C840 Laptop and the other a Dimension 4500 desktop both running Win 2000 SP 4, both would hang at the "Applying Security Settings" screen....

    I ended up booting them into safe mode and disabling the extra miniport adapters. Once they were disabled I was able to get them on the network. As far as removing them goes I found a post on another forum that talks about removing them through the registry.

    "The reason that uninstalling the device fails is that the device is marked in the registry as not being user removable. You can find the relevent registry key by searching the registry for the string "Packet Scheduler Miniport". The key should be under HKLM\SYSTEM\CurrentControlSet. The "not user removable" attribute is stored in the Characteristics bitfield of the device's registry key. The "not user removable" bit is 0x20 and clearing that bit allows the device to be removed through Device Manager. In my case, the Characteristics value was 0x00000029 and I changed it to 0x00000009."

    Rather than follow these steps I removed the protocol associated with the unwanted adapters (netbui and IPX in my case) and the adapters were deleted.

    What I don't know is what caused them to install in the first place. If anyone can answer that I would love to hear it. To me this has all the earmarks of some kind of spyware / malware.

    Good Luck!

  4. #19
    Driver Terrier NooNoo's Avatar
    Join Date
    Dec 2000
    Location
    UK
    Posts
    31,824
    Could be Newdotnet - that does some interesting things.

    Or they could be just part of the default windows networking package to allow the protocols. Haven't dug in the registry of a new install to find out though.

  5. #20
    Registered User chenrysjr's Avatar
    Join Date
    Nov 2002
    Posts
    39
    I wonder if it would do any good to uninstall TCP/IP? We've had problems were we could not get a network connection and tried this and it worked. First load another protocal like NetBuei or NWLink and when that is installed, uninstall TCP/IP. Then install TCP/IP back and uninstall the protocal that you had installed before. You will probably have to reboot between each install and uninstall.

  6. #21
    Registered User
    Join Date
    Aug 1999
    Location
    Duluth, MN U. S.A.
    Posts
    2,352
    I know this is an old post that was solved but a bunch of you guys said uninstall tcp/ip I thought that couldn't be done with winxp?!?

  7. #22
    Driver Terrier NooNoo's Avatar
    Join Date
    Dec 2000
    Location
    UK
    Posts
    31,824

  8. #23
    Registered User arch0nmyc0n's Avatar
    Join Date
    Oct 2002
    Location
    It's all relative.
    Posts
    1,820
    or do a google search for winsockfix and you'll find all sorts of programs that can do it automatically for you...

  9. #24
    Registered User
    Join Date
    Aug 1999
    Location
    Duluth, MN U. S.A.
    Posts
    2,352
    Thanks I knew you could reset it but everyone keeps saying uninstall and that is NOT what you are doing.... Resetting is different and doesn't always work...

    I also know about those programs but again that is still different.... I just wanted to make sure I had things straight....

  10. #25
    Registered User
    Join Date
    Jul 2004
    Posts
    1

    Failed to uninstall device...

    Run System Properties
    ---------------------
    1. Click Control Panel/System
    2. On System Properties box, select Hardware tab.
    3. Click Device Manager...
    4. You will see Device Manager window pops up

    Just leave this window open for verification.

    Run regedt32.exe (check spelling)
    ---------------------------------
    1. Click Start/Run...
    2. Type "regedt32" to the text box (there is no letter i)
    3. Click OK

    Step to remove unwanted network card (I use example "WAN Miniport (IP)")
    ------------------------------------------------------------------------
    1. On the Registry Editor, select HKEY_LOCAL_MACHINE window.
    2. Click on th first line "HKEY_LOCAL_MACHINE"
    3. Select menu "View/Find Key"
    4. Enter "WAN Miniport (IP)" to the text box.
    5. Click "Find Next"
    6. When the key is found, select menu "Security/Permission..."
    7. Click "Add..."
    8. On Select Users or Groups window, select "Everyone" then click Add, then click OK.
    9. Back to the Permissions for Network Associates dialog box, select "Everyone" from the Name box if it is not already selected.
    10. Then check Read and Full Control check boxes below.
    11. Click OK. You are now back to the Registry Editor. With the key is still highlighted.
    12. Select menu "Edit/Delete" or press "Del" key.
    13. CLick OK on the confirmation box.
    14. Repeat step 3 through 13 until there is no key found.
    15. Now go to the Device Manager right click on the first line and select "Scan for hardware changes".
    16. Wait for a few seconds, you will see the "WAN Miniport (ID)" is removed.

  11. #26
    Driver Terrier NooNoo's Avatar
    Join Date
    Dec 2000
    Location
    UK
    Posts
    31,824
    Welcome to Windrivers pentel and thanks for the tip

  12. #27
    Registered User
    Join Date
    Jan 2005
    Posts
    6

    Removing "Required to boot" devices

    Quote Originally Posted by WildTech
    Hey Gang,

    I've got a weird problem in Windows XP Home. A client dropped off a computer the other day complaining that he could no longer access his router for internet. On checking, I discovered that he wasn't transferring any packets. I assumed that the NIC was dead and replaced it. Still no packets being transferred. Worse yet, in the Device Manager, he has a bunch of Nic cards and Wan Miniport devices showing up with yellow explaination points on them. When I attempt to remove these devices the system generates the following error. "Failed to uninstall the device. Device may be required to boot uup computer."

    Anyone else every run across this?? Any ideas??

    Thanks in advance!!
    DO this:

    Start>Run>REGEDIT
    Select EDIT Menu
    Enter the name of the device and click FIND
    If the entry is not the one you wish to remove, click "Find Next" until the copy of the device is located.
    Right click on the open file filder icon (on the tree). Select "Permissions".
    Put a check mark in the "Allow" box and click OK.
    Right click on the device folder icon again.
    Choose "Delete" and confirm the delete.

    Poof! It's history....

    (F3) to find the next instance. Continue until "Finished Scanning the Registry" message.

    Close registry and verify the device has been successfully removed by using the Control Panel>System>Hardware>Device Manager to assure that it is indeed gone.

    This is a late reply but I posted it for anyone else that may have the same problem....

    Best Regards,

  13. #28
    Registered User Sheetal's Avatar
    Join Date
    Jan 2005
    Location
    India
    Posts
    2

    Hello check for this...

    Quote Originally Posted by WildTech
    Hey Gang,

    I've got a weird problem in Windows XP Home. A client dropped off a computer the other day complaining that he could no longer access his router for internet. On checking, I discovered that he wasn't transferring any packets. I assumed that the NIC was dead and replaced it. Still no packets being transferred. Worse yet, in the Device Manager, he has a bunch of Nic cards and Wan Miniport devices showing up with yellow explaination points on them. When I attempt to remove these devices the system generates the following error. "Failed to uninstall the device. Device may be required to boot uup computer."

    Anyone else every run across this?? Any ideas??

    Thanks in advance!!

    Hello All,

    Well for this please use the following url:http://www.ftxs.fujitsu.com/teampos/...riversetup.pdf

    If you still face any problem then please contact us back so I can assist you better...



    Thanks,
    Sheetal

    MCP,MCSE NT/2000,MCDBA,MCSA,CCNA,RHCE....

  14. #29
    Registered User Sheetal's Avatar
    Join Date
    Jan 2005
    Location
    India
    Posts
    2

    Antivirus Protection spyware/adware

    Many of these problems can be solved through spyware/adware scanners. Some might require a trip to an online anti-virus scanner. Still others may require a trojan horse removal program. More difficult problems will require the posting of a log using a program called HijackThis. The log will then be read and advice will be given to the victim for the removal of the offending items. Always start your request for help by starting a new thread and including HijackThis log in the topic you choose.

    There are several things you can do to protect youself from getting infected in the first place:

    Windows Updates - check for updates about once a week. Download each critical update one by one, rebooting when necessary.
    Windows Update

    File sharing - this is one of the most common ways to get infected. Avoid it and you will have less problems with your computer.

    Spyware/adware prevention tools - Prevent malicious programs from getting on your computer in the first place:

    Spywareblaster - a free (donationware) tool to block many types of infections.
    Download SpywareBlaster
    Spyware Guard - an excellent companion to Spywareblaster. It's a real-time scanner to protect you if an attempt is made to alter you computer. It is also free (donationware).
    Download SpywareGuard

    Spyware/adware scanners:

    Spybot Search and Destroy - a free (donationware) scanner. Scan for spyware/adware weekly. Features an Immunize button that will help with prevention. Scan weekly.
    Download Spybot Search & Destroy
    Adaware Free Edition - a free for private use scanner. Scan weekly.
    Download Ad-aware

    Popup blocker:

    Google Toolbar is a free blocker for Internet Explorer that works great:
    Download Google Toobar

    Firewall:

    The award winning free for private use Zone Alarm Firewall
    Download Zone Alarm

    Alternative browser:

    FireFox is a free "tabbed browsing" alternative to Internet Explorer. It is immune to many attacks that IE is vulnerable to.
    Download Mozilla Firefox

    Free online virus scanners:

    Trend Micro's Housecall
    Housecall Online A/V Scan
    Symantec (Norton) click the check for security risks button
    Symantec A/V scan

    Trojan Horse removal:

    Both of these programs are fully functioning trial versions:

    Trojan Remover
    Download Trojan Remover
    Trojan Hunter
    Download Trojan Hunter


    Please check the same and find a lot at your end........


    Hi I am technical engineer,
    I'm ceritifed person with MCP.MCSE,MCSA,MCDBA,CCNA.RHCE
    working as a system admin

  15. #30
    Registered User
    Join Date
    Jul 2006
    Posts
    4

    Please Help with Network Adapter

    I found this website and thought perhaps I could get some help here...

    I had ghost devices under Network Adapters that you could only see in Safe Mode. My understanding was that they should be removed, and I did so through Regedt32. (I began troubleshooting because we could not access our external hard drive, but would get the message: "F:\ is not accessible. Incorrect function." I also saw that another device would not work because "this device cannot find enough free resources that it can use.")

    But when I removed the Wan Miniports (3 variations of them), ALL the network adapters disappeared from Device Manager, including one called "Direct Parallel" which was also a ghost device, but I hadn't done anything with that one yet. And so did my "Realtek RTL8139(A)-based PCI Fast Ethernet Adapter" - which is the good one - that also shows up in regular mode normally.

    So I rebooted into regular mode, and the Device Manager category "Network Adapters" is completely missing now, but as I scrolled to the bottom, there was a new category - "Unknown" which lists all the previous network adapters that previously only showed up in Safe Mode - and here they all are with yellow exclamation marks under "Unknown" - in regular mode: Direct Parallel, Realtek, and three WAN Miniports.

    I clicked on Realtek and Update Driver, which it did, and then rebooted as required for the hardware change. But it still shows up under "Unknown" and with a yellow exclamation mark, though now the manufacturer and location fields are filled, but the error message is "This device is not working properly because Windows cannot load the drivers required for this device." (Code 31)

    Error Code 31 says "this device depends on another device that is not functioning correctly."

    I am wondering what that other device is? Does it actually need one of those ghost devices?

    So I cannot get online with that computer but am using a laptop at the moment to try to figure this out.

    I would greatly appreciate any help you can give me on the network adapter, and maybe also on access to the external drive (which works fine when we tried it with another computer).

    Thank you!

Similar Threads

  1. STOP: c000026c {Unable to load Device Driver}
    By techie211 in forum Windows NT/2000
    Replies: 2
    Last Post: November 20th, 2001, 07:02 AM
  2. [RESOLVED] windows 98 device manager reports code 10
    By fedis_it in forum Windows 95/98/98SE/ME
    Replies: 8
    Last Post: April 1st, 2001, 08:54 PM
  3. Replies: 3
    Last Post: April 1st, 2001, 05:11 AM
  4. [RESOLVED] System error---invalid VxD
    By qei in forum Tech-To-Tech
    Replies: 4
    Last Post: February 8th, 2001, 01:53 PM
  5. [RESOLVED] Trouble with a OPTI Sound Card
    By charrua in forum Sound Card Drivers
    Replies: 3
    Last Post: October 20th, 2000, 01:01 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •