https://github.com/pierotofy/autolock
Remotely lock a Windows computer via HTTP GET
https://github.com/pierotofy/autolock
http lock remote screen windows
Last synced: about 1 year ago
JSON representation
Remotely lock a Windows computer via HTTP GET
- Host: GitHub
- URL: https://github.com/pierotofy/autolock
- Owner: pierotofy
- License: gpl-3.0
- Created: 2020-06-13T23:43:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T00:02:54.000Z (almost 6 years ago)
- Last Synced: 2025-01-19T21:45:50.230Z (about 1 year ago)
- Topics: http, lock, remote, screen, windows
- Language: C#
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## AutoLock
Want to remotely / automatically lock your Windows screen? AutoLock exposes a REST endpoint to trigger a screen lock (from your phone, from home automation systems, etc.).
Simply launch the application at user login (add a shortcut to the `Startup` menu items) and then invoke:
`http://localhost:4352/lock`
You can also launch the application with:
```bash
--port,-p Change the default port (4352)
--token,-t Set a token that needs to be passed via query string to the URL for authentication
```
## Downloads
https://github.com/pierotofy/AutoLock/releases
## Contributions
Contributions welcome! Just open a PR.
## License
GPL 3.0