Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tfslabs/vlmcsd
Volume Management (C) Service, a part of Windows Sever Management Tools
https://github.com/tfslabs/vlmcsd
vlmcsd volume-activation windows-server-core
Last synced: 8 days ago
JSON representation
Volume Management (C) Service, a part of Windows Sever Management Tools
- Host: GitHub
- URL: https://github.com/tfslabs/vlmcsd
- Owner: tfslabs
- License: mit
- Created: 2024-04-14T04:22:54.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-14T06:27:34.000Z (7 months ago)
- Last Synced: 2024-04-14T20:49:18.047Z (7 months ago)
- Topics: vlmcsd, volume-activation, windows-server-core
- Language: C
- Homepage:
- Size: 1.85 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Volume Management (C) Service
![Docker Tracker](https://img.shields.io/docker/pulls/theflightsims/vlmcsd)
***VLMCSD*** is a free, open-source software to provide an activation service (KMS) for any computer using Office and Windows products
**For detailed information (written by the original developers), see [here](https://github.com/tfslabs/vlmcsd/tree/master/man)**
## Original Contributors
| Contributor | Description |
|--|--|
| [Linus Torvalds](https://github.com/torvalds) | Original developer of Linux kernel, used in VLMCSD on Floppy |
| Hotbird64 | Original developer of VLMCSD, License Manager, VLMCSD on Floppy, VLMCSD on WSL |
| Erik Andersen | Original developer of VLMCSD |
| Waldemar Brodkorb | Original developer of VLMCSD |
| Denys Vlasenko | Original developer of VLMCSD |
| H. Peter Anvin | Original developer of VLMCSD |
| [Wind4](https://github.com/Wind4/vlmcsd) | Contributor of VLMCSD |
| [kkkgo](https://github.com/kkkgo) | Contributor of VLMCSD, VLMCSD on Floppy |
| [HarukaMa](https://github.com/HarukaMa) | Contributor of VLMCSD, VLMCSD on Floppy |
| Nang | Contributor of VLMCSD database |
| [shiroineko](https://github.com/shiroinekotfs) | Contributor of VLMCSD, License Manager, VLMCSD on Floppy, VLMCSD on WSL, VLMCSD Database |## Build and developing
### With `make`
```bash
mkdir bin && cd bin
make -j2 ..
```### With Visual Studio
For using Visual Studio, you may need to go to folder `VisualStudio` and start making your own application from there