I want to connect to a remote Windows desktop machine from a local machine with a Java program.
I have to check the disk space and several other services on the remo
You could install an SSH server on your remote desktop and you can write a Java program using jcraft and jsch libraries on your local machine to make an SSH connection to your remote desktop.