I want to test a remote applications using PSExec, the problem is i can’t interact with it. Is there a solution?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not really.
PSexec works by remotely creating a service configured to run a command of your choice. In more recent versions of windows OS (Vista, 2008, 7) a service is not allowed to have an interactive component. Yes, there are deprecated options to allow interactivity, but windows will give it a new windows session that is separate from others. The user will see a prompt to reveal any GUI componant that is kind of similar to User Account Control. When you accept the prompt, a wholly blank desktop is loaded with the GUI part of your service.