F5F Stay Refreshed Software Operating Systems Execute Windows 10 via VNC on a Raspberry Pi

Execute Windows 10 via VNC on a Raspberry Pi

Execute Windows 10 via VNC on a Raspberry Pi

S
satchmoto
Junior Member
10
01-12-2016, 08:13 AM
#1
Yes, you can manage a Windows 10 PC using a Rasberry Pi via VNC. While tutorials often focus on controlling the Pi itself, many can be adapted to oversee a Windows machine remotely. You’ll need to set up the VNC server on the Pi and connect it to your Windows PC.
S
satchmoto
01-12-2016, 08:13 AM #1

Yes, you can manage a Windows 10 PC using a Rasberry Pi via VNC. While tutorials often focus on controlling the Pi itself, many can be adapted to oversee a Windows machine remotely. You’ll need to set up the VNC server on the Pi and connect it to your Windows PC.

Z
Zemboyy
Member
235
01-12-2016, 04:29 PM
#2
You can achieve this using Microsoft RDP. See the link.
Z
Zemboyy
01-12-2016, 04:29 PM #2

You can achieve this using Microsoft RDP. See the link.

B
BaiFelicia
Member
231
01-12-2016, 05:54 PM
#3
Yes, that's correct. If the VNC application functions, it allows control of any remote operating system through video transmission with keyboard and mouse input.
B
BaiFelicia
01-12-2016, 05:54 PM #3

Yes, that's correct. If the VNC application functions, it allows control of any remote operating system through video transmission with keyboard and mouse input.

D
DJrg82
Member
78
01-13-2016, 01:32 AM
#4
Set up a VNC server on Windows using the provided link. After that, install the viewer on the Raspberry Pi via sudo apt install tigervnc-viewer.
D
DJrg82
01-13-2016, 01:32 AM #4

Set up a VNC server on Windows using the provided link. After that, install the viewer on the Raspberry Pi via sudo apt install tigervnc-viewer.

L
leonism
Member
171
01-13-2016, 02:21 PM
#5
Thanks!
L
leonism
01-13-2016, 02:21 PM #5

Thanks!

M
Marijntje
Member
149
01-13-2016, 07:04 PM
#6
For pure Pi use as a thin client, FreeRDP could be a good option—it's a contemporary RDP client/server you can run on Linux to link with Windows machines. It works well and integrates better than VNC. The server side is built into Windows, so you only need to enable it there.
M
Marijntje
01-13-2016, 07:04 PM #6

For pure Pi use as a thin client, FreeRDP could be a good option—it's a contemporary RDP client/server you can run on Linux to link with Windows machines. It works well and integrates better than VNC. The server side is built into Windows, so you only need to enable it there.

N
nonrnonr
Member
241
01-13-2016, 09:57 PM
#7
Alright, I'll give it a shot! Thanks.
N
nonrnonr
01-13-2016, 09:57 PM #7

Alright, I'll give it a shot! Thanks.