- Joined
- Jul 16, 2022
- Messages
- 1
- Reaction score
- 0
Hey everyone,
Currently, the theory I am thinking of deploying is creating a service, look the console and terminal services for a logon action from a user. Once detected on Protected Overrides Sub OnSessionChange(ByVal changeDescription As SessionChangeDescription) then I can create a process that will bitblt the screen for a remote desktop function, However when UAC spawns a prompt, Do I need to swap from the users process doing the screen capture to the services desktop or to some other desktop to show the prompt to allow for remote acceptance.
Any guidance or service examples are much appreciated to get pointed in the right direction. Thank you!
Currently, the theory I am thinking of deploying is creating a service, look the console and terminal services for a logon action from a user. Once detected on Protected Overrides Sub OnSessionChange(ByVal changeDescription As SessionChangeDescription) then I can create a process that will bitblt the screen for a remote desktop function, However when UAC spawns a prompt, Do I need to swap from the users process doing the screen capture to the services desktop or to some other desktop to show the prompt to allow for remote acceptance.
Any guidance or service examples are much appreciated to get pointed in the right direction. Thank you!