Relative Content

Tag Archive for c++winapiprocess

Is it possible to access network drives in a process started by CreateProcessWithLogonW?

My goal is to start a child process from a system service for a distinct user which has access to network drives (mapped or UNC).
To simplify the testing scenario, I have created an application for the account which has access to the network drive and I’m creating a child process via CreateProcessWithLogonW with the credentials for this account.