myGully.com

myGully.com (https://mygully.com/index.php)
-   Sicherheit & Anonymität (https://mygully.com/forumdisplay.php?f=65)
-   -   Firefox problem (https://mygully.com/showthread.php?t=2092774)

xXSoadXx93 08.08.10 15:49

Firefox problem
 
Also hallo erstmal... seit kurzem hab ich komischer weiße immer 2 prozesse die firefox heißen wenn ich den einen beende schließt sich logischer weise firefox aber bei dem anderen nicht. Der prozess beendet garnichts und startet einfach wieder neu jetzt hab ich schon gedacht das wäre ein virus aber ich hab bis jetzt garkeine veränderungen festellen können und antivrus programm hat auch nichts gefunden. Ich hab win7 und avast zur info. Vielleicht hat ja einer von euch ne idee was ich da machen kann bzw was das ist :)

snow21 14.08.10 15:44

hi hatte ich auch mal

oder es kam vor das er meinte wenn ich mozilla öffnen wollte das es diesen prozess schon gibt

hier meine lösung dazu in autoit
(schliesst den prozess und öffnet mozilla wieder)

1.
Zitat:

While 1
if ProcessExists("firefox.exe") then ProcessClose("firefox.exe")
sleep(1000)
Run("C:\Program Files (x86)\Mozilla Firefox\firefox.exe")
Exit
Wend
- bei run einfach dem pfad angeben wo deine firefox.exe liegt

2
(schliest nur den prozess und man muss nicht immer in dem task nachschauen da mozilla bis 50% auslast hat)

Zitat:

While 1
if ProcessExists("firefox.exe") then ProcessClose("firefox.exe")
sleep(1000)
Exit
Wend

ThePinsel 14.08.10 16:42

Poste doch bitte mal ein HiJackThis-Log.


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:01 Uhr.

Powered by vBulletin® (Deutsch)
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.