/RemoteDesktopViewer

Remote Desktop Manager for Windows 10

Primary LanguageC#

Remote Desktop Viewer

Creator: Erik Rodriguez

Date published: 2021-05-17

Download: Version 2.0.3

Build Status

What is it?

Remote Desktop Viewer is an open-source program which allows the user to maintain multiple RDP (Remote Desktop Protocol) connections. The program uses the Windows integrated application Remote Desktop Connection to maintain a connection between two desktops.

The application is built with WPF and the .NET Framework 4.7.2 for Windows Applications.

Two built-in client softwares are used as the base of this program.

Mstsc.exe

mstsc.exe is the built-in client software which allows connecting to a computer via Remote Desktop Protocol (RDP). It is a special network protocol which allows a user to establish a connection between two computers and access the Desktop of a remote host.

More info about it can be found here.

Qusuer

Quser (query user) is a built-in Windows command line tool that is particularly useful when needing to identify active user sessions on a computer. This feature exists in regular Windows versions as well as Windows Server.

More info about it can be found here.

Why use it?

This program makes it a lot easier to keep track of and manage multiple connections. The user can easily create new groups, connections and also manage or remove existing ones. The program also allows for exporting and importing a group (json-files), which helps if the program is used on multiple computers.

  • Name
    • Specifies a name for the connection.
  • Description
    • Describes the connection
  • Status
    • Indicates if the connection is available, occupied or if its state is unknown.
  • Adress
    • refers to the connections ip-address. This could be a local or a remote address (as long ass you have access to it).

How to use it?

If you do not wish to perform any changes of your own, simple download the .msi-file and run it to install the application.

Once started, you can import or create a new connection group by right-clicking in the empty area under "Groups".

Double-click on a connection to attempt to connect to it. You can also right-click a selected station for additional functions, such as:

Join Sessions

This option is only available if the connection is currently occupied. A request will be sent to active user asking if you may join the connection, allowing both of you to be connected at the same time (you as a session guest).

Take Over

This option is also only available if the connection is currently occupied. This throws out the current user and allows you to take over the session.

Other

The icon used for the program was created by Smashicons and can be found here.

Older versions

Version 1.0


Erik Rodriguez, 2020