While doing some minor system tweaking I noticed that the Windows Image Acquisition (WIA) service starts when I open the "My Computer" folder, which seems rather odd since I don't have a camera, scanner, or any other similar HW attached. If I disable the service the event log logs errors indicating that it couldn't open the service when it "needed" to, which seems to be the only side effect of disabling it (besides saving memory.)
I'd just like someone who's never attached any kind of camera or scanner to their XP system to check if that service runs when they open their "My computer" folder too, or if it's something that's left over from when I used a digital camera a while back.
After your computer boots, open up a command line (use Start->Run->Open:cmd.exe if you don't know how) and type:
net start
That'll show a list of all running services. If the imaging one's running, close it for a moment:
net stop "Windows Image Acquisition (WIA)"
And then open the My Computer folder. Check the services again with net start and see if it started back up.
Havn't been able to find anything after googling for a bit, which is why I'm asking for someone else to actually check on their systems.
I'd just like someone who's never attached any kind of camera or scanner to their XP system to check if that service runs when they open their "My computer" folder too, or if it's something that's left over from when I used a digital camera a while back.
After your computer boots, open up a command line (use Start->Run->Open:cmd.exe if you don't know how) and type:
net start
That'll show a list of all running services. If the imaging one's running, close it for a moment:
net stop "Windows Image Acquisition (WIA)"
And then open the My Computer folder. Check the services again with net start and see if it started back up.
Havn't been able to find anything after googling for a bit, which is why I'm asking for someone else to actually check on their systems.
Comment