Solved all DLL's are being loaded for every application on startup

Johnf

New member
Local time
12:05 AM
Messages
6
this problem started happening after I had run WMI.bat( that was in tutorial to fix system restore not working)
System restore now works, but now every time I restart system the following happens,
Event 11, Wininit
Custom Dynamic Link Libraries are being loaded for every application
see attachment

Thank you for any help on this
 

Attachments

My Computer My Computer

At a glance

Microsoft Windows 7 Home Premium 64-bit 7601 ...Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz6.00 GB(1) Intel(R) HD Graphics 3000 (2) NVIDIA GeFo...
Computer type
Laptop
Computer Manufacturer/Model Number
Dell Inspirion N7110
OS
Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz
Motherboard
Dell Inc. 09G8VY
Memory
6.00 GB
Graphics Card(s)
(1) Intel(R) HD Graphics 3000 (2) NVIDIA GeForce GT 525M
Sound Card
Realtek High Definition Audio
Screen Resolution
0 x 0 x 0 bits (0 colors) @ 0 Hz
Hard Drives
(1) TOSHIBA MK6475GSX (2) Sony Storage Media USB Device (3) WD 2500BEV External USB Device
Antivirus
Norton 360
Browser
Chrome, Firefox, IE
The following solved my problem.

In the registry, please change the value of HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\LoadAppInit_DLLs from 1 to 0, reboot, and check if the event in question is still logged. (Would also want to check if HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows\LoadAppInit_DLLs was set to 1 and if so, change it to 0.) Note the value to check is LoadAppInit_DLLs of type REG_DWORD, rather than LoadAppInit_DLLs of type REG_SZ.
Reply
Reply with quote Report abuseReport inappropriate content
waltbros
Found this helpful
Me Too
0
waltbros replied on May 24, 2010See post history
Close
Reply In reply to No.Compromise's post on May 24, 2010
In the registry, please change the value of HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\LoadAppInit_DLLs from 1 to 0, reboot, and check if the event in question is still logged. (Would also want to check if HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows\LoadAppInit_DLLs was set to 1 and if so, change it to 0.) Note the value to check is LoadAppInit_DLLs of type REG_DWORD, rather than LoadAppInit_DLLs of type REG_SZ.
Changed HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\LoadAppInit_DLLs value from 1 to 0 and did not get the event. Not too sure what else that affects, so I changed it back to a 1. If you tell me it won't affect anything else, I guess I'll change it back to a 0. Since it is just a warning event I'm not sure it is worth the possibility of something else going wrong.
HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows\ did not have a LoadAppInt_DLLs word in it.
 

My Computer My Computer

At a glance

Microsoft Windows 7 Home Premium 64-bit 7601 ...Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz6.00 GB(1) Intel(R) HD Graphics 3000 (2) NVIDIA GeFo...
Computer type
Laptop
Computer Manufacturer/Model Number
Dell Inspirion N7110
OS
Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz
Motherboard
Dell Inc. 09G8VY
Memory
6.00 GB
Graphics Card(s)
(1) Intel(R) HD Graphics 3000 (2) NVIDIA GeForce GT 525M
Sound Card
Realtek High Definition Audio
Screen Resolution
0 x 0 x 0 bits (0 colors) @ 0 Hz
Hard Drives
(1) TOSHIBA MK6475GSX (2) Sony Storage Media USB Device (3) WD 2500BEV External USB Device
Antivirus
Norton 360
Browser
Chrome, Firefox, IE
Back
Top