Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fcapellino/runas-netonly
- Owner: fcapellino
- License: mit
- Created: 2022-05-25T03:10:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T19:34:29.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T04:11:14.770Z (3 months ago)
- Topics: netcore, netonly, runas, winforms
- Language: C#
- Homepage:
- Size: 269 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)*