Unsolved

This post is more than 5 years old

21 Posts

28676

February 25th, 2008 04:00

Error message upon start up of windows...

My Dell laptop has been running fine for the first year, now the warranty is up and viola I have a problem.  About 2 weeks ago I was suddenly not able to log on to the internet, even though my wireless connection was connected and strong.... So a friend showed me how to reboot to an earlier time, I did that and it fixed my problem.  However, every day or two - my problem comes back so I have to reboot again, the only way I know to fix my problem. So here is what happened today, I had to reboot (for the 5th time) so I decided to reboot back to Jan 1, 08 - I figured why not lets just pick a new date - well now when I turned my lap top on from the is Jan 1 reboot - this is the error I see

 

This application was failed to start because wininet.dll was not found.  Re-installing the application may fix this problem. 

The bigger problem is that it will not log in to windows - it only will allow me to see the picture on my desktop and nothing else - I run task manager and there is nothing running, I have run the diagnostic tests and they are all green - I tried restarting in safe mode, and I get the same error message - soooo I have no idea what to do from here.  Any help, tips, thoughts, are greatly appreciated....

34 Posts

February 25th, 2008 08:00

Either the %SYSTEMROOT%\System32\Wbem\framedyn.dll file is missing or damaged.

-or-
The Windows Path environment variable does not point to the %SYSTEMROOT%\System32\Wbem folder.

Replace the Framedyn.dll File
1. Click Start, and then click Run.
2. In the Open box, type %systemroot%\system32\dllcache, and then click OK.
3. Right-click framedyn.dll, and then click Copy on the shortcut menu that appears.
4. Click Start, and then click Run.
5. In the Open box, type %systemroot%\system32\wbem, and then click OK.
6. On the Edit menu, click Paste. If you are prompted to replace the existing file, click Yes.

AND


Verify System Variables
1. Click Start, right-click My Computer, and then click Properties on the shortcut menu that appears. If you receive the following error message, click OK:
rundll32.exe - Unable To Locate Component

This application has failed to start because framedyn.dll was not found. Re-installing the application may fix this problem.
2. In the System Properties dialog box, click the Advanced tab.
3. Click Environment Variables.
4. Under System variables, click Path, and then click Edit.

NOTE: If no Path variable is listed, click New. In the Variable name box, type Path.
5. In the Variable value box, type the following:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\wbem
6. Click OK three times (each time that you have the option).

 

Apart from the above it is possible your system is infected with some type of malware/spyware. Run these scanners/apps to see if it helps

Scan your pc with 2 of these free online scanners:
Panda ActiveScan
RAV AntiVirus
Housecall Be sure to put a check the box beside AutoClean
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Download / Install / Update / and Run:
Adaware SE check for any updates before running it.
Get the plug-in for fixing VX2 variants. You can download it at this SITE
To run this tool, install to the hard drive, then open Ad-aware->Add-ons and select VX2 Cleaner. Then click Run Tool and OK to start it. If it's clean, it will say Status System Clean. Otherwise, you will have to click on the Clean button to remove the VX2 infection.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Download and install Spybot S&D . Run Spybot and click on the 'Search for Updates' button. Install any updates that are available. Next click on the 'Check for Problems' button. Let it run the scan. If it finds something, check all those in RED and hit the Fix Selected Problems button. Exit Spybot. If you keep getting the DSO Exploit entries, even after you updated Windows and fixed them, then download the Spybot DSO Exploit Fix and install it over the current Spybot installation.
--------------------------------------------------------------------------------
Download Microsoft Anti-Spyware (Beta). Update and run a thorough scan

21 Posts

February 25th, 2008 11:00

WOW - I am amazed... Thank you so much - I will give it a try and see if it works .... I hope that I can get to Start and Run through the task manager because that is the only thing that will open...

 

I will post back to let you know..........

 

21 Posts

February 25th, 2008 12:00

Ok I ran a new task through the task manager and I find the start menu, but Run is not an option - any ideas on where to locate the "run"  - I am not able to see anything but my desktop picture that is why can't just click on Start...  thanks.....

120 Posts

February 25th, 2008 13:00

it's in taskmanager under tasks -> new task. (same place you typed in explorer.exe in 1st time). should help

21 Posts

February 26th, 2008 02:00

thankyou but I tried that and it asked me what program I wanted to open it with????
I didn't know what to choose or where???

 

TIA

21 Posts

February 26th, 2008 02:00

I made a mistake and put in the Framedyn.dll - instead of the systemroot% - when I realized it I made the corrections and it said application failed to start because WININET.dll was not found  and then another error say that windows cant find it alltogether.......  Any ideas on what to do from here???

So much appreciated....

2 Intern

 • 

253 Posts

February 26th, 2008 09:00

Try this

 

  • Boot up your blank desktop, hit Ctrl+Alt+Delete simultaneously, select Task Manager.

  • Goto the Application's tab, select New Task.

  • In the window that open's type: cmd > OK.

  • Change directories by typing: cd c:\ > enter (space after cd).

  • Type: dir > enter. If there's a folder in the list labeled i386, continue.

  • Type: cd i386 > enter. If the file wininet.dl_ is listed exactly as shown, continue
  •  

     

  • Make a new directory by typing: md c:\repair > enter (space after md).

  • Type: expand c:\i386\wininet.dl_ c:\repair\wininet.dll > enter (space after expand & wininet.dl_).
    Here you should have received an expand confirmation expressed from x bytes to y bytes, z% increase. Continue.

  • Change directories by typing: cd c:\repair > enter (space after cd).

  • Type: copy /y wininet.dll c:\windows\system32\dllcache > enter (spaces after copy, /y, wininet.dll).
    Here you should get a "1 file copied" confirmation. Continue.

  • Type: copy /y wininet.dll c:\windows\system32 > enter (spaces same as previous).
    Same "1 file copied" should be displayed.

  • Close Task Manager.

  • Now to exit the prompt type: shutdown -r -t 05 > enter to re-boot.
    This last one has spaces after shutdown, -r, and -t.

21 Posts

February 26th, 2008 11:00

Thanks so much for your reply - I did what you said and I got to the black CMD screen,

however when I type in the cd c:\ and enter it says The syntax of the command is incorrect?

 

 

I am so thankful for all the ideas, but it seems I can't ever get past the first few steps :( I thought

I did it all like you said - so if you have any new thoughts, I am greatful for that....

2 Intern

 • 

253 Posts

February 26th, 2008 12:00

Type  cd \ instead of cd c:\
 
There is a space between cd and \

21 Posts

February 27th, 2008 01:00

ok did that - but it just brings up a new C: prompt and then I put in the dir> and it has a syntax error???

 

 

2 Intern

 • 

253 Posts

February 27th, 2008 08:00

Ok

Let's work in simple way

First Download wininet.dll then put it in a flash memory or CD or  any thing you want

Then start your PC hit Ctrl+Alt+Delete to open task Manager click New Task then choose Browse and go where you put your wininet.dll and copy it then go to c:\Windows\System32 and past it .

restart and see the result

 

Before that you can do this to see you desktop

hit Ctrl+Alt+Delete to open task Manager click New Task then choose Browse and go to C:\Windows and find explorer.exe or just explorer and open it in task manager

 

21 Posts

February 27th, 2008 12:00

Thank you so much for your help, but that won't work... I have tried running a new task to open the explorer before and it gives me the same prompt of - wininet.dll not found - try reinstalling to fix the problem...... I am not sure what to do from here, but I appreciate your help...

2 Intern

 • 

253 Posts

February 27th, 2008 13:00

Ok

leave the explorer things

have you tried the wininet download in previous post

 

Hit back for result, if you tried it or not

 

21 Posts

February 27th, 2008 17:00

Hey- I have tried running a new task and opening up the internet explorer, but I get that same error - so no I haven't downloaded the wininet thing beacuse I can't get online.... Is there a way to down load the necessary to an external hard drive and then open it up through task manager and donwload it that way??? hmmmmm LMK.....

2 Intern

 • 

253 Posts

February 27th, 2008 20:00

You can download the wininet file from another computer and put it in external hard or flash ram

Connect your flash or external hard to your PC Then through task manager browse the path and copy wininet and past it in c:\Windows\System32 

 

No Events found!

Top