• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Power Remote Desktop

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,602
Solutions
2
Reputation
32
Reaction score
100,445
Points
2,313
Credits
32,540
‎6 Years of Service‎
 
76%
image31.png


Remote Desktop entirely coded in PowerShell.

Power Remote Desktop is a fully functional Remote Desktop Application entirely coded in PowerShell.

It doesn't rely on any existing Remote Desktop Application or Protocol to function. A serious advantage of this application is its nature (PowerShell) and its ease of use and installation.

This project demonstrate why PowerShell contains the word Power. It is unfortunately often an underestimated programming language that is not only resumed to running commands or being a more fancy replacement to the old Windows command-line interpreter (cmd).

Tested on:

    Windows 10
    Windows 11

  •     Remote Desktop Streaming with support of HDPI and Scaling.
  •     Remote Control: Mouse (Moves, Clicks, Wheel) and Key Strokes (Keyboard)
  •     Secure: Network traffic is encrypted using TLSv1.2 or 1.3. Access to server is granted via a challenge-based authentication mechanism (using user defined complex password).
  •     Network traffic encryption is using whether a default X509 Certificate (Requires Administrator) or your custom X509 Certificate.
  •     Server certificate fingerprint validation supported and optionally persistent between sessions.
  •     Clipboard text synchronization between Viewer and Server.
  •     Mouse cursor icon state is synchronized between Viewer (Virtual Desktop) and Server.
  •     Multi-Screen (Monitor) support. If remote computer have more than one desktop screen, you can choose which desktop screen to capture.
  •     View Only mode for demonstration. You can disable remote control abilities and just show your screen to remote peer.
  •     Session concurrency. Multiple viewers can connect to a single server at the same time.
  •     Prevent computer to enter in sleep mode while server is waiting for viewers.
  •     Only pieces of desktop that was updated are sent to viewer to increase streaming speed.

3.1 Stable Latest

    Code refactoring and improvement.
    Desktop streaming improvement to gain few more FPS.
    Support password-protected external x509 Certificates.


To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top