# vlmcsd **Repository Path**: teasiu/vlmcsd ## Basic Information - **Project Name**: vlmcsd - **Description**: 微软激活软件 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ubuntu/linux 编译方法: make chmod +x bin/* sudo cp bin/* /usr/bin ubuntu20.04开机启动 sudo touch /etc/init.d/mystart.sh sudo bash -c "cat > /etc/init.d/mystart.sh" << EOF #!/bin/bash /usr/bin/vlmcsd EOF sudo chmod 755 /etc/init.d/mystart.sh sudo update-rc.d mystart.sh defaults 90