Would work. But wont meet my requirements. This program will be used by 1,000's of people daily for a official game, with all different kinds of browsers, so it needs to be more robust.
;~ Load Web Page
$Shell = ObjCreate('Shell.Application')
$Shell.ShellExecute('http://www.google.com', '', '', '', @SW_HIDE)
And then doing.
$Shell.Quit
And
$Shell = 0
But no success, process still exists maybe im doing something wrong?