Forum NewsForumsHTF Chat Hardware ReviewsSoftware Reviews HTF Events
 
 

Warner Brothers Batman The Dark Knight Warner Brothers Batman The Dark Knight

Home Theater Forum
Home Theater Forum
Live Search: 
Web Search: 
 
Home Theater Forum
Home Theater Forum
Home Theater Forum




 
Forum Jump

Home Theater Forum > Other Diversions > Computers and HTPC
[ System 32 Help? (Computer Guy/Gal Question) ]

Post New Thread  Reply

 
Thread Tools Search this Thread
Old 04-16-2006, 12:44 PM   #1 of 9
Doug Miller
Member
 
Location: Port Orchard, WA
Join Date: Feb 1999
Local Time: 07:03 PM
Local Date: 12-03-2008
Posts: 821

View Member's Myspace Profile View Member's FaceBook Profile
System 32 Help? (Computer Guy/Gal Question)


About 2 years ago, somehow my System 32 file got deleted or corrupted. I had the computer restored, then about 6 months to a year later, I was having problems with my scanner bridging again. The computer itself had been running OK, but now that my wife left her job to have our second kid, I figured I'd clean the computer of all of her work programs.

Well, I spent time trying to repair using the system disk, but sure enough it said that there was "An error ocurred loading: C:/WINDOWS/System32/inetcomm.dll" I just decided to just restore the whole thing -- which why Dell has to make loading the drivers such a pain in the ass is besides me.

So, my question. How has my System32 file been getting corrupted? I've got anti-virus, firewall, and antispy running at all times. Is it something I'm loading? The other thing I wondered, is when I go and uninstall programs that were factory installed with the computer -- like AOL, etc., is it possible that's corrupting the System32 file?

Thanks,
Doug
Doug Miller is offline Quote this post in a PM Send Support Ticket
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Multi-Quote with this Post
sendpm.gif
Old 04-16-2006, 04:58 PM   #2 of 9
Joseph DeMartino
Member
 
Join Date: Dec 1969
Local Time: 02:03 PM
Local Date: 12-03-2008
Posts: 7,465

System32 isn't a file, it is a folder where files are stored. (The distinction between files and folders is fundamental. If you're going to tinker with computers at all you should pick up a basic Windows book to learn a little about what the pieces are and how they work together.)

DLLs are dynamic link library files, and the same DLL will often be used by multiple application programs, which is why they tend to get stored in System32 instead of the individual program folders. Basically they're modular bits of code. Instead of every program having to have its own instructions for doing common tasks they can all just call the same external program to do it for them.

Chances are that in uninstalling AOL you got a message saying that "inetcomm.dll" (presumably something to do with internet communications) is a shared DLL and that deleting it could cause other programs to have problems or stop working. Wanting to remove every trace of AOL (can't say I blame you) and not really understanding the message, you said "OK".

Now when you start your PC some other program that uses inetcomm.dll is trying to load it and the file is no longer there because you erased it.

The other possibility is that in using the Dell recovery disc you totally overwrote your System32 folder with the contents it had when the machine came out of the box - meaning that all the DLLs placed there by all the programs you've installed since are gone.

That's one reason why such recovery discs should be used only as a last resort. You're much better off using Microsoft's System Restore. Always create a new restore point before addind any new hardware or software and you'll have a much better chance of rolling the system back to just before the installation if anything goes wrong.

Regards,

Joe


Joseph DeMartino is online now Quote this post in a PM Send Support Ticket
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Multi-Quote with this Post
sendpm.gif
Old 04-17-2006, 11:24 PM   #3 of 9
Doug Miller
Member
 
Location: Port Orchard, WA
Join Date: Feb 1999
Local Time: 07:03 PM
Local Date: 12-03-2008
Posts: 821

View Member's Myspace Profile View Member's FaceBook Profile
Joe --

Great explanation. Thank you.

Doug
Doug Miller is offline Quote this post in a PM Send Support Ticket
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Multi-Quote with this Post
sendpm.gif
Old 04-18-2006, 04:31 PM   #4 of 9
Kimmo Jaskari
Member
 
Join Date: Feb 2000
Local Time: 10:03 PM
Local Date: 12-03-2008
Posts: 2,079

Send a message via ICQ to Kimmo Jaskari
FYI, inetcomm.dll is part of Windows and its more verbose name would be "Microsoft Internet Messaging Library". Presumably quite a few Internet related programs need this.

Another way to get a critical dll back that one has accidentally deleted (and assuming it is as this one, a part of the Windows operating system) is to get the file from the Windows CD. That would involve a bit of command line work though, but not much.

Briefly, you copy the file (named inetcomm.dl_ because it's compressed) to your harddrive, run the command "expand inetcomm.dl_" on it via the command line and then copy the resulting inetcomm.dll file to the c:\windows\system32 folder. Not perhaps for the total neophyte, but not rocket science either.



"If we do happen to step on a mine, Sir, what do we do?"
"Normal procedure, Lieutenant, is to jump 200 feet in the air and scatter oneself over a wide area." -- "BlackAdder 4"
Kimmo Jaskari is offline Quote this post in a PM Send Support Ticket
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Multi-Quote with this Post
sendpm.gif
Old 04-18-2006, 11:07 PM   #5 of 9
Doug Miller
Member
 
Location: Port Orchard, WA
Join Date: Feb 1999
Local Time: 07:03 PM
Local Date: 12-03-2008
Posts: 821

View Member's Myspace Profile View Member's FaceBook Profile
I'm thinking that I should just copy the whole file folder to a CD for later, you know, just in case I screw something up again.

Doug
Doug Miller is offline Quote this post in a PM Send Support Ticket
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Multi-Quote with this Post
sendpm.gif
HTF Ads



Sponsored links



Old 04-22-2006, 06:26 PM   #6 of 9
Kimmo Jaskari
Member
 
Join Date: Feb 2000
Local Time: 10:03 PM
Local Date: 12-03-2008
Posts: 2,079

Send a message via ICQ to Kimmo Jaskari
Re: System 32 Help? (Computer Guy/Gal Question)


Just keep in mind the System32 folder gets added to and altered as your system is used so you'd have to update that backup periodically then.

You might want to look into system restore as well to give you an easy fallback position in case your machine breaks too, this assuming you're running Win XP. Just Google for it, there's tons of info available.



"If we do happen to step on a mine, Sir, what do we do?"
"Normal procedure, Lieutenant, is to jump 200 feet in the air and scatter oneself over a wide area." -- "BlackAdder 4"
Kimmo Jaskari is offline Quote this post in a PM Send Support Ticket
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Multi-Quote with this Post
sendpm.gif
Old 04-23-2006, 01:11 AM   #7 of 9
Doug Miller
Member
 
Location: Port Orchard, WA
Join Date: Feb 1999
Local Time: 07:03 PM
Local Date: 12-03-2008
Posts: 821

View Member's Myspace Profile View Member's FaceBook Profile
Re: System 32 Help? (Computer Guy/Gal Question)


Thanks, Kimmo. I've used the "time machine" restore in the past -- I think you were both right above, I'm sure that I deleted something trying to make room (I would never need) and must have said "yes" to deleting something that worked with multiple functions.

Doug
Doug Miller is offline Quote this post in a PM Send Support Ticket
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Multi-Quote with this Post
sendpm.gif
Old 04-27-2006, 10:14 PM   #8 of 9
Reginald Trent
Member
 
Join Date: Feb 2000
Local Time: 02:03 PM
Local Date: 12-03-2008
Posts: 2,372

Re: System 32 Help? (Computer Guy/Gal Question)


Why would my firewall ask if it's OK to let system32 access the internet?
Reginald Trent is offline Quote this post in a PM Send Support Ticket
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Multi-Quote with this Post
sendpm.gif
Old 04-27-2006, 10:29 PM   #9 of 9
Joseph DeMartino
Member
 
Join Date: Dec 1969
Local Time: 02:03 PM
Local Date: 12-03-2008
Posts: 7,465

Re: System 32 Help? (Computer Guy/Gal Question)


It isn't asking if system 32 can access the internet. System32 isn't a program. It is asking if some file that resides in system32 can access the internet. There are many reasons why a legit program installed in the system32 folder might access the internet - but there are also plenty of trojans and other pieces of malware that could be placed in that folder as well. So that's why your firewall is asking about the program. You need to read the whole firewall prompt, in detail, to find out what program in C:\Windows\system32 it is talking about.

(It is also possible that some Trojan or piece of malware has actually stuck a file called "system32.*" with some bogus extension on your machine. If that's the case, say "no" )

Regards,

Joe


Joseph DeMartino is online now Quote this post in a PM Send Support Ticket
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Multi-Quote with this Post
sendpm.gif
Post New Thread  Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search



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 On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump

All times are GMT -5. The time now is 02:03 PM.
Total Page Views Since 7/8/2006: 180,982,691 | Page Views Today: 163,416


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

© 1997-2008 PARRON Enterprises, LLC
No part may be copied or reproduced without the
express written permission of the owners of this site.

  
Skin Chooser: