https://github.com/sangafabrice/send-notepad-message
Display a message to a remote Windows desktop using PowerShell Remoting, the Task Scheduler and Notepad.
https://github.com/sangafabrice/send-notepad-message
active-sessions powershell-remoting task-scheduler windows-platform
Last synced: 12 months ago
JSON representation
Display a message to a remote Windows desktop using PowerShell Remoting, the Task Scheduler and Notepad.
- Host: GitHub
- URL: https://github.com/sangafabrice/send-notepad-message
- Owner: sangafabrice
- Created: 2024-03-22T14:41:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T01:38:25.000Z (about 2 years ago)
- Last Synced: 2025-06-03T05:20:08.876Z (about 1 year ago)
- Topics: active-sessions, powershell-remoting, task-scheduler, windows-platform
- Language: PowerShell
- Homepage: https://fromthetechlab.blogspot.com/2024/03/powershell-remoting-start-program-on-active-desktop.html
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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**](https://fromthetechlab.blogspot.com/2024/03/powershell-remoting-start-program-on-active-desktop.html)