Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RobotsOnDrugs authored May 22, 2024
1 parent 4c03fb7 commit ffd1e78
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Moo.FuckScreenConnect-rs


This is a port of the original program written in C# to Rust, made simpler and easier to understand and maintain. Proper documentation coming soon.

This program **must** run as the SYSTEM account *and* access the interactive desktop in order to change ScreenConnect's windows.

[PsExec](https://learn.microsoft.com/en-us/sysinternals/downloads/psexec) can facilitate this. You can put this in the task scheduler and/or run it with a silent access tool.
`-s` to run it as SYSTEM, `-i 1` to run it on the first window station, and `-w` to specify the working directory.

In the task scheduler, be sure to run it as your user but have it run whether user is logged on or not, check the "Do not store password" box, and run with highest privileges.

`psexec -s -i 1 -w 'C:\your-fun-folder' 'C:\your-fun-folder\moo_fuck_screen_connect.exe'`

0 comments on commit ffd1e78

Please sign in to comment.