Windows XP Community - XPHeads



Plug and Play not working

microsoft.public.windowsxp.help_and_support


Reply
  #1 (permalink)  
Old 06-16-2008, 09:22 AM
essediesse@gmail.com
 
Posts: n/a
Plug and Play not working
Hello all.. sorry for my english, i'm Italian.
I've a strange problem with my Windows XP. I was installing a Logitech
Webcam. I arrived at the step where the install wizard asked me to
plug the webcam into the usb port. I plugged it into a D-Link powered
Usb Hub. After searching a while for the driver, the system gave me an
error ("there was an error while installing the new hardware"). The
wizard suggested me to start a troubleshooting procedure. I started
it, and after a short period of time it said me something like "you
must connect the webcam directly to your pc". So I unplugged the
webcam from the 7 port hub and i plugged directly to an usb port of my
pc. Nothing happened, the wizard was not able to recognize the webcam.
I noticed that at this point the "Plug & Play" service stopped to
work.
If i go in the "Device Manager", i see only a white window, device
manager is empty.
If i go in "Services", Plug & Play service it's started, but the
"start - stop - restart" button are disabled (greyed). It's seem that
Plug & Play service it's no working anymore. Tried to start Windows in
safe mode, but Plug & Play service Start / Stop / Restart button are
greyed and disabled, even in safe mode.
I looked on the web for a possibile solution, but i didn't found
anything to make my Plug & Play service work again.
What i can do? Windows XP Sp2, pc AMD64 4000+, Motherboard MSI K8N.
The webcam i was trying to install is a Logitech Quickcam Pro 3000.
Thank you in advance for your help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-16-2008, 06:45 PM
SdS
 
Posts: n/a
Re: Plug and Play not working
essediesse@gmail.com wrote:
> If i go in "Services", Plug & Play service it's started, but the
> "start - stop - restart" button are disabled (greyed). It's seem that
> Plug & Play service it's no working anymore.


in the Event Viewer i've nothing strange.. no errors, no warning,
nothing.. all seems to be fine, but plug & play don't work... what i can do?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-16-2008, 11:38 PM
SdS
 
Posts: n/a
Re: Plug and Play not working
SdS wrote:

> in the Event Viewer i've nothing strange.. no errors, no warning,
> nothing.. all seems to be fine, but plug & play don't work... what i can
> do?


tried to install Sp3.. same situation at reboot. Someone can help me?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-17-2008, 12:17 AM
SdS
 
Posts: n/a
Re: Plug and Play not working
SdS wrote:

> tried to install Sp3.. same situation at reboot. Someone can help me?


solved. I write the solution here, hoping that can be useful for someone
in the future.

The problems seems to be that there's a lot of poorly written software
(including device drivers) out there. Probably the problem is the key
type for the PATH statement being changed mysteriously. The reason:
probably the badly written installation program reads the original path
data from registry, adds it's own entry to the path string, and then
writes the updated path string back to registry as type "REG_SZ" instead
of "REG_EXPAND_SZ". That cause a permission problem on the registry

THE SOLUTION: Reset original permissions on your windows registry. To do
that:

1. Download and install SubInACL

http://www.microsoft.com/downloads/d...displaylang=en


2. Create a blank file named reset.cmd in C:\Program Files\Windows
Resource Kits\Tools folder.



3. Edit the reset.cmd file with the following content.


subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f

subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=system=f



4. Enter into the CMD/Command prompt. CD Change Directory to C:\Program
Files\Windows Resource Kits\Tools



5. Run reset.cmd




That solved the problem for me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:44 AM.


Registry Mechanic - Free Scan Now
Driver Scanner 2009 - Free Scan Now




Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74