this post was submitted on 16 May 2024
10 points (100.0% liked)

Windows 10

370 readers
1 users here now

Welcome to the largest community for Microsoft Windows 10, the world's most popular computer operating system! feel free to discuss everything about Windows 10!. But, keep it civil please

founded 1 year ago
MODERATORS
 

I recently got ssh set up so I can do stuff in powershell on my desktop from my laptop. I want to be able to start a movie on my desktop from my laptop, instead of having to reach for my wireless keyboard. I was researching how to do this with SSH, and it looks like OpenSSH no longer allows you to run the server as a user, it can only be ran as a service which doesn't have access to the desktop.

What's the best way to achieve this functionality?

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 3 months ago

Unified Remote? I paid for the full version but the free one should do what you want

[–] [email protected] 2 points 3 months ago (1 children)

Have you tried it? Traditionally ssh servers spawn a shell as the connecting user. I dont know a lot about how windows GUI APIs work with remote sessions, but maybe it would work out of the box.

This post has some interesting ideas

[–] [email protected] 2 points 3 months ago

Yea, i have tried it. It spawns a new process, but doesnt display a window. Unfortunately i dont think theres a simple equivalent to putting in a display parameter like you could on linux (this is the sort of thing that made me switch my laptop to Linux btw. Windows makes it so hard to be a "poweruser." but i digress).