Skip to content

sangafabrice/send-notepad-message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The goal is to run a command to open a program window like Notepad or Photoshop on a remote computer desktop using PowerShell Remoting. This powerful feature allows us to establish remote sessions, but by default, it only allows executing scripts on the target machine as services. So, the established session is disconnected and not visible to the user watching the remote computer screen. The graphic interfaces of programs started in the session are not visible either. However, we are set in this tutorial to show how to leverage the Task Scheduler to open an application window on a remote desktop and make it visible to the user's eyes.

READ MORE