Jump to content

Recommended Posts

Posted

My firefox is freezing on my computer Windows XP, and i have to close the task in taskmanager or else i cant start it up again :(

Can someone help me? i think its something with my OS.

And i cant install IE8 either, and IE doesn't start anymore after i tried to install IE8...

Can someone write a .bat script that close the ff task?


Posted

Also, which version of IE8? I could not open IE8 Beta 1 on my computer after I installed it. But indeed, you need to post more info, including:

IE version

Firefox version

XP version

total RAM

free hard drive space amount

Posted

Wait - multiple browsers refuse to open? IE and Firefox share absolutely no code, so are we sure the box is clean from malware?

Posted

Windows Professional, SP2

And it was the IE8 for that OS, got it from Techpowerup.

I cant open IE8 cuz som problem , but i can open FF, but it will freeze quite often.

And its the latest version of FF,

The amount of RAM I'm not so sure but i think its 1GB

Free HDD space is 30GB of 60 GB (Laptop) thats why so little..

Posted

well just to check i would boot into safe mode w/ networking and browse around in there for a bit and see if it hangs up. also i would run a ram test with something like memtest or what not. just out of being a tech at work and seeing alot of old computers i tend to blame malware/ram for weird problems before anything else haha

Posted

I would say it sounds like you have some kind of malware on the system but if you want a batch file to kill the process just copy the following into a text document and save it as whatever.bat:

@echo off
echo This will kill the firefox process
pause
taskkill /im firefox.exe

the echo and pause bits are just a safeguard to stop you accidentally closing it so take them out if you wish.

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...