|
-
Dec 10th, 2005, 09:01 PM
#1
Thread Starter
Fanatic Member
-
Dec 10th, 2005, 09:11 PM
#2
Re: UnLoad dll's
Try a registry cleaner, and running System File Checker (just type SFC from a command prompt) It may prompt you for the OS CD if it finds a messed up file.
You could also run MSCONFIG and tell it to do a selective start, loading only Microsoft processes.
-
Dec 11th, 2005, 02:48 AM
#3
Re: UnLoad dll's
Do you know the name of the dell? If so, you can still run the command prompt when explorer is dead by pressing Ctrl-Alt-Del, going to task manager, selecting File->Run and typing cmd.
From cmd use the cd to navigate to the directory containing the dll and rename it:
Code:
C> cd \windows\system32
C> rename bad_dll.dll bad_dll.txt
C> explorer
Its important that explorer is closed at this point because if it shares the process space with the dll then you will not be able to delete it. Make sure also that you rename the dll and not delete it just in case it makes things worse. If all works well after, you can then safely delete it.
-
Dec 11th, 2005, 02:49 PM
#4
Thread Starter
Fanatic Member
Re: UnLoad dll's
i fixed it bu running a bunch of things i found on other forums ... and the dll was hooked in both winlogon.exe and explorer so even with explorer closed i still couldnt rename or delete it
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|