-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c03fb7
commit ffd1e78
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'` |