Skip to content

Releases: RobotsOnDrugs/Moo.FuckScreenConnect-rs

v0.3.1

23 Jun 01:04
Compare
Choose a tag to compare

Fixed some bugs in the install script and added support for spaces in the installation directory.
Made some code style fixes in the install script.
Releases will now be available in a zip archive for future update support in the install script to eliminate a dependency on 7-zip.

v0.3.0

21 Jun 18:07
Compare
Choose a tag to compare

Added a PowerShell script for easy installation. The path must be supplied for a new installation and must be run in PowerShell from the directory in which the script is located. Since this script creates a scheduled task that is run with highest privileges, running as admin is also required.

To install:
.\install.ps1 -InstallationPath C:\example\path\FSC

Depending on your current PowerShell execution policy, you may need to unblock the file first.
Unblock-File -Path .\install.ps1

Alternatively, you can allow all scripts.
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine

v0.2.1

18 Jun 04:55
Compare
Choose a tag to compare

Fixed an issue where process handles were leaking.

v0.2.0

10 Jun 18:56
e5c366c
Compare
Choose a tag to compare
  • Added support for Remote Utilities.
  • Added a check for window size - only windows the size of the full desktop will be made (semi-)transparent. Some of the logic for filtering windows has been changed, but this change does not affect selection of the proper windows.

v0.1.0

22 May 22:09
ffd1e78
Compare
Choose a tag to compare

Initial release.
This will sit in the background and persist a given opacity for the ScreenConnect privacy window. The default opacity is 50%, but any number between 0 and 100 can be specified as a command line argument.
There is a a debug version and a release version. The debug version is useful for spotting issues, but it will spawn a console on the screen.
This program required a special set up in order to work properly. See the readme for a basic primer.