Nobody1993
Mitglied
Moin Leute,
ich wollte mal von euch wissen, wie das mit dem RAMBOOST progrmam genau läuft. Ich weiß, wie die Datei aufgebaut sein muss
(Ist jetzt an mich angepasst)
Nur 1.
Wenn ich des Programm jetzt starte passiert nichts. Ein Bekannter sagte, mir, dass Windows XP den Befehl taskkill nicht kennt. Meine Frage an euch:
Wie kann cih Windows XP den Befehl "beibringen"?
Danke,
Greetz,
Nobody1993
ich wollte mal von euch wissen, wie das mit dem RAMBOOST progrmam genau läuft. Ich weiß, wie die Datei aufgebaut sein muss
Code:
@echo off
echo --- OPTIMIZE TASKS - PLEASE WAIT ---
taskkill /im Dyngate* /F > ramclear.log 2> nil
taskkill /im Notepad* /F > ramclear.log 2> nil
taskkill /im Teamviewer* /F > ramclear.log 2> nil
taskkill /im stcenter* /F > ramclear.log 2> nil
taskkill /im alg* /F > ramclear.log 2> nil
taskkill /im mysqld-nt* /F > ramclear.log 2> nil
taskkill /im nDNSResponder* /F > ramclear.log 2> nil
taskkill /im daemon* /F > ramclear.log 2> nil
taskkill /im StyleXP* /F > ramclear.log 2> nil
taskkill /im GoogleToolbarNotifier* /F > ramclear.log 2> nil
taskkill /im ICQ* /F > ramclear.log 2> nil
taskkill /im ctfmon* /F > ramclear.log 2> nil
taskkill /im stylexpservice* /F > ramclear.log 2> nil
taskkill /im jusched* /F > ramclear.log 2> nil
taskkill /im MPK* /F > ramclear.log 2> nil
echo --- OPTIMIZE JOBS - PLEASE WAIT ---
net stop schedule >> ramclear.log 2> nil
net stop spooler >> ramclear.log 2> nil
(Ist jetzt an mich angepasst)
Nur 1.
Wenn ich des Programm jetzt starte passiert nichts. Ein Bekannter sagte, mir, dass Windows XP den Befehl taskkill nicht kennt. Meine Frage an euch:
Wie kann cih Windows XP den Befehl "beibringen"?
Danke,
Greetz,
Nobody1993