How can I launch an Internet Explorer process as another user, a la /netonly?

前端 未结 2 1399
名媛妹妹
名媛妹妹 2021-01-23 06:32

I\'m trying to launch Internet Explorer as another user from our WPF app, so that when our users visit the (internal) website, they silently authenticate via Integrated Windows

2条回答
  •  甜味超标
    2021-01-23 06:52

    CreateProcessWithLogonW requires that the specified user account must be allowed to log on interactively. Could it be a problem? Try CreateProcessAsUser function if that works.

提交回复
热议问题