Hello hello.

When a user opens a UNC path to a remote machine on a server, the server will Prompt them for a logon username and password to access the remote share, is there a way to code an executable to enhairet the user context of the remote session and run the exe under those permissons

For Example

Computer1 is logged in a Guest.
Computer1 connectes to \\Server\C$ and gets prompted for a Password
Computer1 enters a domain administrator username and password and get authenicated successfully
Computer1 clicks a EXE and runs it on the local machine, but currently the EXE needs to have the username and password entered again to run as a domain administrator instead of inheirting the permissions used in the UNC path, Any way to do this?