lol. seems trustfulQuote:
For all those who have problems with multiple webbrowsers opening and making VM or PC slow i've written a small but helpfull tool especially to make lolEtal using in VM much smoother:
[Only registered and activated users can see links. Click Here To Register...]
Just extract it and run the exe - .Net Framework 3.5 or later must be installed.
What does this tool do?
It simply closes every new process of the selected browser right after the process starts.
Just run this tool, select your browser and than run lolEtal :)
Size: 8KB
Ram-usage: 8-10MB.
If you find errors : pm me
Have fun.
Maybe developer of loletal can add this tool to first post?
edit:*Added some exception-handling and fixed a few Bugs, now it should work :)*
[Only registered and activated users can see links. Click Here To Register...]Quote:
lol. seems trustful
why dont you code a batch then which implements the already known solution into the file in the riot folder? think thats a lot easyer and trustable than a permanently running exe, is it? sorry for my offensive thread 2 above then anywayQuote:
[Only registered and activated users can see links. Click Here To Register...]
there u can find the csharp code as well ;)
Not much code ;) should be easy to understand :P
Cause this programm does not change anything in the riot folder ... i think editing anything in the directorys and/or files is always the worse way...Quote:
why dont you code a batch then which implements the already known solution into the file in the riot folder? think thats a lot easyer and trustable than a permanently running exe, is it? sorry for my offensive thread 2 above then anyway
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading;
namespace iexploreTerminator
{
class Program
{
static void Main(string[] args)
{
string processName;
Console.WriteLine("** Please provide process name (press Enter for default ixplore) **");
processName = Console.ReadLine();
if (processName == "")
processName = "iexplore";
Console.WriteLine("** Looking for " + processName + " process **");
while (true)
{
// Get the current process.
Process currentProcess = Process.GetCurrentProcess();
// Get all instances of Notepad running on the local
// computer.
Process[] localByName = Process.GetProcessesByName(processName);
foreach (Process iexplore in localByName)
{
Console.WriteLine("** iexplore process detected, terminating **");
try
{
iexplore.Kill();
}
catch (Exception ex)
{
Console.WriteLine(ex.ToString());
}
}
Thread.Sleep(1000);
}
}
}
}
???? why do u get the process name there?Quote:
// Get the current process.
Process currentProcess = Process.GetCurrentProcess();
// Get all instances of Notepad running on the local
// computer.
yeah, it didn't buy XPboost on lvl 3 is this because the delay is on 5000 which is to fast for VM? So you tell me to put it on 8000? Ill try and let you know.Quote:
if you have trouble with buying boost then set delay to 8000 or 9000. 5000 is sometimes to fast for VM with 512mb