Tagged Questions

3
votes
1answer
1k views

Starting Firefox using Process.Start: Firefox not starting when you set Usename and Password

When I try to start Firefox using Process.Start and ProcessStartInfo (.NET) everything seems to work fine. But when I specify a username and password of another account (a member of Users), nothing ...