I found the problem, it is the below line:

Code:

$ImageList1.AddStrip($System.Bitmap.FromBase64String(fnBitmapStrip()))



If I remove the line, the browser opens fine, but without it, there are no icons like computers and disabled accounts available.

Any ideas how to solve this one?