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: about 1 month 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-24T18:22:27.000Z (about 2 months ago)
- Last Synced: 2025-03-24T19:29:21.427Z (about 2 months ago)
- Topics: vlmcsd, volume-activation, windows-server-core
- Language: C
- Homepage:
- Size: 2.18 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
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

***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