sangafabrice / send-notepad-message

Display a message to a remote Windows desktop using PowerShell Remoting, the Task Scheduler and Notepad.

Home Page:https://fromthetechlab.blogspot.com/2024/03/powershell-remoting-start-program-on-active-desktop.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Display a message to a remote Windows desktop using PowerShell Remoting, the Task Scheduler and Notepad.

https://fromthetechlab.blogspot.com/2024/03/powershell-remoting-start-program-on-active-desktop.html


Languages

Language:PowerShell 100.0%