Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fcapellino/runas-netonly

RunAs /netonly allows users to connect to other computers on the network.
https://github.com/fcapellino/runas-netonly

netcore netonly runas winforms

Last synced: 29 days ago
JSON representation

RunAs /netonly allows users to connect to other computers on the network.

Awesome Lists containing this project

README

        

# RunAs /netonly

When you start a program with RunAs /netonly, the program will execute on your local computer as the user you are currently logged on as, but any connections to other computers on the network will be made using the user account specified.

## Screenshots


## Resources

- *[Windows Forms documentation](https://learn.microsoft.com/en-us/dotnet/desktop/winforms/)*
- *[RUNAS](https://ss64.com/nt/runas.html)*