-1

I am trying to launch notepad through rdp in remote machine. I tried editing rdp file with this code

alternate shell:s:"C:\Windows\System32\notepad.exe"

But didn't worked.

Can anyone help me with this issue?

shilovk
  • 11,718
  • 17
  • 75
  • 74
Saurabh Koli
  • 1
  • 1
  • 1

1 Answers1

0
alternate shell:s:"C:\Windows\System32\notepad.exe"
shell working directory:s:"C:\Windows\System32\"
MikeyNike
  • 13
  • 2